[brcm63xx] remove superfluous calls to /lib/brcm63xx.sh
[openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 05_init_interfaces_brcm63xx
index 0f85f4b..1de59b7 100644 (file)
@@ -1,10 +1,6 @@
 #!/bin/sh
 
 set_preinit_iface() {
-       ifname=eth1
-
-       . /lib/brcm63xx.sh      
-
        ifconfig $ifname 0.0.0.0 up
 }