diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-03 19:11:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-03 19:11:01 +0000 |
commit | 48c37ff7ebc40252ae4aa1393b74a681e85a220f (patch) | |
tree | c84967dde8c05c2f9ca668e56ceba756b6ff3a49 /package/qos-scripts/Makefile | |
parent | 95d36d3efe5172a4838949832949e1dc37719265 (diff) | |
download | upstream-48c37ff7ebc40252ae4aa1393b74a681e85a220f.tar.gz upstream-48c37ff7ebc40252ae4aa1393b74a681e85a220f.tar.bz2 upstream-48c37ff7ebc40252ae4aa1393b74a681e85a220f.zip |
qos-scripts: only use the lower 8 bits for firewall marks, allows coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096)
SVN-Revision: 28731
Diffstat (limited to 'package/qos-scripts/Makefile')
-rw-r--r-- | package/qos-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index d76dbba854..8d7762c53e 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qos-scripts PKG_VERSION:=1.2.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |