diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:33 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:33 +0000 |
commit | ea7c9c85a8bc5b6b91594572b60ef20d5763c932 (patch) | |
tree | eca04e9743add0c07cc8ce270ebeb8a08a368ed9 /package/base-files/Makefile | |
parent | 714b2cfef3d4736cfbc62c5f45c7b62f7afa67e1 (diff) | |
download | upstream-ea7c9c85a8bc5b6b91594572b60ef20d5763c932.tar.gz upstream-ea7c9c85a8bc5b6b91594572b60ef20d5763c932.tar.bz2 upstream-ea7c9c85a8bc5b6b91594572b60ef20d5763c932.zip |
base-files: Fix race-conditions with IPv6 sysctls
SVN-Revision: 35368
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 353b9ae392..8943c469d8 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:=129 +PKG_RELEASE:=130 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |