openwrt-6.x/package/kernel/linux/modules
Florian Eckert b69dfb0a99 kernel/modules: prevent bonding driver to create default bond0 interface
When loading the bonding driver, bonding interface are automatically
created on bonding module load.

> ip a s bond0
> 14: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
> group default qlen 1000
>    link/ether a6:f2:20:64:c1:b9 brd ff:ff:ff:ff:ff:ff

This is not necessary in openwrt as we do not use this created interface.
The netifd creates a bonding interface based on its network configuration
name and configures this over the netifd bonding proto handler.

In order to keep the overview of the interfaces clear, bonding
interfaces should not be created automatically when loading this module,
because they are not used anyway.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-11-01 00:56:51 +01:00
..
001-depends.mk
block.mk kernel: 5.10: fix kmod build failures 2021-02-23 20:13:22 +01:00
can.mk kernel: Adapt renamed can-dev.ko 2021-04-11 00:02:05 +02:00
crypto.mk kernel: crypto: limit crypto-hw-hifn-795x to devices with pci support 2021-06-22 23:23:00 +02:00
firewire.mk
fs.mk kernel: add exfat again 2021-03-19 16:08:12 +01:00
hwmon.mk kernel: add package kmod-iio-ads1015 and remove kmod-hwmon-ads1015 2021-09-13 17:11:50 +02:00
i2c.mk kernel: package Synopsys Designware PCI to I2C controller 2021-06-06 00:26:13 +02:00
iio.mk kernel: add package kmod-iio-ads1015 and remove kmod-hwmon-ads1015 2021-09-13 17:11:50 +02:00
input.mk
leds.mk kernel: fix AutoLoad parameter for uleds module 2021-05-26 23:10:54 +02:00
lib.mk
netdevices.mk kernel: add missing symbol to kmod-qlcnic 2021-07-23 12:33:32 +03:00
netfilter.mk kernel: add linux 5.10 support 2021-02-16 20:06:51 +01:00
netsupport.mk kernel/modules: prevent bonding driver to create default bond0 interface 2021-11-01 00:56:51 +01:00
nls.mk
other.mk kernel: drop kmod-gpio-dev 2021-10-05 23:30:48 +03:00
pcmcia.mk
sound.mk kernel: robustify dependencies in kmod-sound-hda-core 2021-03-20 23:57:58 -10:00
spi.mk
usb.mk kernel: usb: add kmod-usb-gadget-ncm 2021-06-06 00:26:13 +02:00
video.mk kernel: select kmod-backlight as dependency for kmod-drm 2021-04-18 14:41:02 +02:00
virt.mk kernel: add missing symbol to kmod-kvm 2021-09-29 19:17:55 +03:00
w1.mk
wireless.mk
wpan.mk