diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-30 18:23:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-30 18:23:43 +0000 |
commit | 261d41a906a8afa3d8167b091ac0b891217d8251 (patch) | |
tree | e2da46ae42921bccb65adebaf3569af27c2e93fc /package/base-files/Makefile | |
parent | 44062d09b444adeb4a481954efc43c22ebdbc65a (diff) | |
download | upstream-261d41a906a8afa3d8167b091ac0b891217d8251.tar.gz upstream-261d41a906a8afa3d8167b091ac0b891217d8251.tar.bz2 upstream-261d41a906a8afa3d8167b091ac0b891217d8251.zip |
base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision
SVN-Revision: 21638
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 8eca0d5dda..90c804bbe2 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:=46 +PKG_RELEASE:=47 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |