diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-19 05:27:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-19 05:27:36 +0000 |
commit | a811c29ce98326b9ef9505bd9a8be37b4e48b787 (patch) | |
tree | a47e9a2f1e8f30591af3cffae97fc0b6144a1290 /package/base-files/Makefile | |
parent | d540993087ce5d014ed229bba8cb682c0db3b640 (diff) | |
download | master-187ad058-a811c29ce98326b9ef9505bd9a8be37b4e48b787.tar.gz master-187ad058-a811c29ce98326b9ef9505bd9a8be37b4e48b787.tar.bz2 master-187ad058-a811c29ce98326b9ef9505bd9a8be37b4e48b787.zip |
[package] base-files: allow option dns to override dhcp assigned dns servers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14562 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 41dc310678..437952d72f 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:=14 +PKG_RELEASE:=15 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |