diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-01 12:28:24 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-01 12:28:24 +0000 |
commit | 8a0e57cc7c94f77a98f973b06e04bdfc8fb5adf6 (patch) | |
tree | 96ecc7d79f360bc4e81e8700f9aa2e29e3f1faea /package/base-files/Makefile | |
parent | 1b45e669d20b66dc18333227c205f64ff102e7de (diff) |
base-files: Fix IPv6 early sysctls again
* Kernel IPv6 /proc interface inconsistency caused races
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35417 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8943c469d..99db435e8 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 |