difos/package
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
..
base-files base-files, metadata: support additional group membership 2021-10-28 16:27:21 +01:00
boot ath79: add support for Dongwon T&I DW02-412H 2021-10-31 21:58:28 +01:00
devel gdb: update to 10.2 2021-08-21 15:59:39 +02:00
firmware ipq40xx: detangle ath10k-board-qca4019 from ath10k-firmware-qca4019* 2021-10-30 16:32:59 +02:00
kernel kernel/modules: prevent bonding driver to create default bond0 interface 2021-11-01 00:56:51 +01:00
libs elfutils: enable host build 2021-11-01 00:56:51 +01:00
network dnsmasq: improve init script 2021-10-31 13:07:48 +00:00
system selinux-policy: update to version 1.0 2021-10-28 22:15:02 +01:00
utils secilc: update to version 3.3 2021-10-31 13:02:49 +00:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00