diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:07:51 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:07:51 +0000 |
commit | 847cd984b99dd116e6f18c2c4364ea46caea764e (patch) | |
tree | 9e1c0c164892980cc16185ff7a298a4a43dce06c /package/base-files/Makefile | |
parent | 06890959d1acde1808f22502a334253e62b36e64 (diff) | |
download | mtk-20170518-847cd984b99dd116e6f18c2c4364ea46caea764e.zip mtk-20170518-847cd984b99dd116e6f18c2c4364ea46caea764e.tar.gz mtk-20170518-847cd984b99dd116e6f18c2c4364ea46caea764e.tar.bz2 |
base-files: add support for ipv6-prefixes in connection with netifd
SVN-Revision: 35168
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 5bb2e25..7c9c14d 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:=124 +PKG_RELEASE:=125 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |