mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 14:25:20 +02:00
d37c5c518e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1772 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/ash
|
|
# $Id$
|
|
[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
|
|
ifconfig $INTERFACE 0.0.0.0 up
|
|
/usr/sbin/brctl addif br0 $INTERFACE
|
|
}
|