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 | bc7ba133119d511ad934defc29ca576b09fcc324 (patch) | |
tree | 01912d33c0132f7548f788f79ebac2ac3c79d7e3 /package/qos-scripts/Makefile | |
parent | 1bae7369510a516b6b6511a6d845871bbc36f7bb (diff) | |
download | master-187ad058-bc7ba133119d511ad934defc29ca576b09fcc324.tar.gz master-187ad058-bc7ba133119d511ad934defc29ca576b09fcc324.tar.bz2 master-187ad058-bc7ba133119d511ad934defc29ca576b09fcc324.zip |
[package] qos-scripts: only use the lower 8 bits for firewall marks, allows coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28731 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |