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 | d156518f0872807bfde07b1948e9426f1f3b6dac (patch) | |
tree | 5fed1caa9f80787eed0f74c7725451bc46b138c7 /package/base-files/Makefile | |
parent | 9232721abcfec679e07d4278f6fac8f837c5c953 (diff) | |
download | upstream-d156518f0872807bfde07b1948e9426f1f3b6dac.tar.gz upstream-d156518f0872807bfde07b1948e9426f1f3b6dac.tar.bz2 upstream-d156518f0872807bfde07b1948e9426f1f3b6dac.zip |
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21638 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 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/ |