mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Fix typo in the payload option for br2684ctl (#3318)
SVN-Revision: 10783
This commit is contained in:
parent
3630b457a5
commit
1063bac7d4
@ -14,7 +14,7 @@ start_daemon() {
|
||||
config_get vpi "$cfg" vpi
|
||||
config_get vci "$cfg" vci
|
||||
config_get encaps "$cfg" encaps
|
||||
config_get payload "cfg" payload
|
||||
config_get payload "$cfg" payload
|
||||
case "$encaps" in
|
||||
1|vc) encaps=1;;
|
||||
*) encaps=0;;
|
||||
|
Loading…
Reference in New Issue
Block a user