1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 19:21:39 +03: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:
florian 2008-04-10 14:09:04 +00:00
parent 0a30615206
commit ff6d231f67

View File

@ -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;;