diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-10-07 21:11:24 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-10-07 21:11:24 +0000 |
commit | 468c1fb3206461109c3d52022bfd6c48d043bacb (patch) | |
tree | 4f84a9c7a0ab1fe43b773df75093417e440c98d8 /package/base-files/Makefile | |
parent | 02197db96f2bad1cbd5381c1e29fb0123bea9cf0 (diff) | |
download | upstream-468c1fb3206461109c3d52022bfd6c48d043bacb.tar.gz upstream-468c1fb3206461109c3d52022bfd6c48d043bacb.tar.bz2 upstream-468c1fb3206461109c3d52022bfd6c48d043bacb.zip |
base-files: revert to default ECN settings
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47160
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 40fb093831..12f94898a7 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=160 +PKG_RELEASE:=161 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host usign/host |