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