mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: dont manually insmod switch drivers
Signed-off-by: John Crispin <bloic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36993 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -23,10 +23,6 @@ set_preinit_iface() {
|
||||
}
|
||||
|
||||
init_iface() {
|
||||
insmod switch-core
|
||||
insmod switch-robo
|
||||
insmod switch-adm
|
||||
|
||||
[ -d /proc/switch/eth0 ] && [ "$ifname" = "eth0" ] && {
|
||||
case "$(cat /proc/switch/eth0/cpuport)" in
|
||||
"5") cpu_port="5u*";;
|
||||
|
||||
Reference in New Issue
Block a user