mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
69a92ec090
SVN-Revision: 16
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
|
|
}
|