diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-23 08:35:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-23 08:35:50 +0000 |
commit | 41838f4585e366aefad4323e73278a4c0418a9e6 (patch) | |
tree | 7758a39cc6b69246ee0098d0c4dfe880a1ed131b /package/base-files/Makefile | |
parent | 896847d18c86fe4217ce83d103d51750e606c087 (diff) | |
download | upstream-41838f4585e366aefad4323e73278a4c0418a9e6.tar.gz upstream-41838f4585e366aefad4323e73278a4c0418a9e6.tar.bz2 upstream-41838f4585e366aefad4323e73278a4c0418a9e6.zip |
base-files: make ip matching in dns add/remove functions more explicit, avoids overmatching pairs like 1.2.3.35 and 1.2.3.3
SVN-Revision: 28291
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 bae3c79e25..775126aa53 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=79 +PKG_RELEASE:=80 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |