projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: make endian check optional
[openwrt.git]
/
package
/
admswconfig
/
files
/
admswswitch.sh
diff --git
a/package/admswconfig/files/admswswitch.sh
b/package/admswconfig/files/admswswitch.sh
index
32a60a8
..
984d7ee
100644
(file)
--- a/
package/admswconfig/files/admswswitch.sh
+++ b/
package/admswconfig/files/admswswitch.sh
@@
-4,7
+4,9
@@
setup_switch_vlan() {
config_get ports "$CONFIG_SECTION" "eth$1"
ports=`echo "$ports"| sed s/" "/""/g`
+ ifconfig eth$1 down
admswconfig eth$1 ${ports}c
+ ifconfig eth$1 up
}
setup_switch() {
This page took
0.019934 seconds
and
4
git commands to generate.