mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:31:05 +02:00
Fix typo in the payload option for br2684ctl (#3318)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10783 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0a30615206
commit
ff6d231f67
@ -14,7 +14,7 @@ start_daemon() {
|
|||||||
config_get vpi "$cfg" vpi
|
config_get vpi "$cfg" vpi
|
||||||
config_get vci "$cfg" vci
|
config_get vci "$cfg" vci
|
||||||
config_get encaps "$cfg" encaps
|
config_get encaps "$cfg" encaps
|
||||||
config_get payload "cfg" payload
|
config_get payload "$cfg" payload
|
||||||
case "$encaps" in
|
case "$encaps" in
|
||||||
1|vc) encaps=1;;
|
1|vc) encaps=1;;
|
||||||
*) encaps=0;;
|
*) encaps=0;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user