2 # Copyright (C) 2006 OpenWrt.org
5 config_get ports
"$CONFIG_SECTION" "eth$1"
6 ports
=`echo "$ports"| sed s/" "/""/g`
7 admswconfig eth
$1 ${ports}c
16 eth
*) setup_switch_vlan
"${1##eth}";;
21 option_cb
() { return 0; }
This page took 0.042796 seconds and 5 git commands to generate.