sync with kamikaze r7047: fix small typo
authorTravis Kemen <thepeople@openwrt.org>
Mon, 30 Apr 2007 23:11:17 +0000 (23:11 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Mon, 30 Apr 2007 23:11:17 +0000 (23:11 +0000)
SVN-Revision: 7071

openwrt/package/qos-scripts/files/usr/lib/qos/generate.sh

index 2d776ce8566e4b458d40c9e5e94d3b20f9297dd8..0e750bbe747415f2a9951093e7ea6e4523c93eff 100755 (executable)
@@ -133,8 +133,8 @@ config_cb() {
        # Section start
        case "$1" in
                interface)
-                       config_set "$1" "classgroup" "Default"
-                       config_set "$1" "upload" "128"
+                       config_set "$2" "classgroup" "Default"
+                       config_set "$2" "upload" "128"
                ;;
                classify|default|reclassify)
                        option_cb() {