瀏覽代碼

allow the user to disable downlink shaping by removing the option download ... line

SVN-Revision: 5497
Felix Fietkau 19 年之前
父節點
當前提交
312802199b
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      package/qos-scripts/Makefile
  2. 0 1
      package/qos-scripts/files/usr/lib/qos.sh

+ 1 - 1
package/qos-scripts/Makefile

@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=qos-scripts
-PKG_VERSION:=0.9.2
+PKG_VERSION:=0.9.3
 PKG_RELEASE:=1
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)

+ 0 - 1
package/qos-scripts/files/usr/lib/qos.sh

@@ -143,7 +143,6 @@ config_cb() {
 		interface)
 			config_set "$1" "classgroup" "Default"
 			config_set "$1" "upload" "128"
-			config_set "$1" "download" "1024"
 		;;
 		classify|default|reclassify)
 			option_cb() {