Fix typo in the payload option for br2684ctl (#3318)
[openwrt/openwrt.git] / package / br2684ctl / files / br2684ctl
index b31373ffc572f07e03b31707d9d0412815fea96d..5a2bedd3d804339f386341e1e50a505e36e45d03 100755 (executable)
@@ -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;;