Skip to content
Snippets Groups Projects
Commit 5c2b130e authored by Kevin Darbyshire-Bryant's avatar Kevin Darbyshire-Bryant
Browse files

kernel: ifb: set default numifbs to 0


By default on module load, 2 ifb interfaces are created and typically
remain unused, cluttering 'ip link' outputs and generally confusing
things.  sqm-scripts for example, creates its own ifb interface/s
instead of using these 2 defaults ifbs.

Tell the ifb module to not create any default ifbs on load via the
numifbs parameter.

Signed-off-by: default avatarKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
parent 763de7bd
No related branches found
No related tags found
No related merge requests found
......@@ -927,6 +927,7 @@ define KernelPackage/ifb
CONFIG_NET_CLS=y
FILES:=$(LINUX_DIR)/drivers/net/ifb.ko
AUTOLOAD:=$(call AutoLoad,34,ifb)
MODPARAMS.ifb:=numifbs=0
endef
define KernelPackage/ifb/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment