mirror of https://github.com/hak5/openwrt.git
parent
c2401030fc
commit
6ee129297f
|
@ -148,8 +148,8 @@ config_cb() {
|
||||||
# Section start
|
# Section start
|
||||||
case "$1" in
|
case "$1" in
|
||||||
interface)
|
interface)
|
||||||
config_set "$1" "classgroup" "Default"
|
config_set "$2" "classgroup" "Default"
|
||||||
config_set "$1" "upload" "128"
|
config_set "$2" "upload" "128"
|
||||||
;;
|
;;
|
||||||
classify|default|reclassify)
|
classify|default|reclassify)
|
||||||
option_cb() {
|
option_cb() {
|
||||||
|
|
Loading…
Reference in New Issue