diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-02-01 12:28:24 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-02-01 12:28:24 +0000 |
commit | 92ad26d1b6b65d33555c773374687f49f55b929c (patch) | |
tree | dcd09431b6348bf7042923e6f8080e220d3778f5 /package/base-files/Makefile | |
parent | 416ce374c031979ddd5e2f376ea6f88232f66178 (diff) | |
download | mtk-20170518-92ad26d1b6b65d33555c773374687f49f55b929c.zip mtk-20170518-92ad26d1b6b65d33555c773374687f49f55b929c.tar.gz mtk-20170518-92ad26d1b6b65d33555c773374687f49f55b929c.tar.bz2 |
base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface inconsistency caused races
SVN-Revision: 35417
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 8943c46..99db435 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:=130 +PKG_RELEASE:=131 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |