mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
remove broken call to nas
SVN-Revision: 1445
This commit is contained in:
parent
ed7b62f564
commit
ce354a2c5b
@ -1,7 +1,6 @@
|
|||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
# $Id$
|
# $Id$
|
||||||
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
|
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
|
||||||
[ -x "/usr/sbin/nas4not" ] && /usr/sbin/nas4not lan $INTERFACE up
|
|
||||||
ifconfig $INTERFACE 0.0.0.0 up
|
ifconfig $INTERFACE 0.0.0.0 up
|
||||||
/usr/sbin/brctl addif br0 $INTERFACE
|
/usr/sbin/brctl addif br0 $INTERFACE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user