aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-16 18:22:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-16 18:22:02 +0000
commit1600ba99e464b32048cc83e4d31c72b3fb78663e (patch)
tree68bd3413ed9033f935f10d70935950dd94d5d9f6 /package/base-files/Makefile
parent595b48be552b0a325be977a85c75b40bb9a907dc (diff)
downloadupstream-1600ba99e464b32048cc83e4d31c72b3fb78663e.tar.gz
upstream-1600ba99e464b32048cc83e4d31c72b3fb78663e.tar.bz2
upstream-1600ba99e464b32048cc83e4d31c72b3fb78663e.zip
base-files: various enhancements to network.sh
- support reading inactive gateways and DNS information in network_get_gateway(), network_get_dnsserver() and network_get_dnssearch() by passing "true" as optional last argument - internally cache fetched values to speed up subsequent accesses to the same data, introduce network_flush_cache() to clear them - add some inline function documentation SVN-Revision: 34722
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 7a2e216e81..6452a3ecb0 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:=120
+PKG_RELEASE:=121
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host