diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-16 18:22:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-16 18:22:02 +0000 |
commit | 1600ba99e464b32048cc83e4d31c72b3fb78663e (patch) | |
tree | 68bd3413ed9033f935f10d70935950dd94d5d9f6 /package/base-files/Makefile | |
parent | 595b48be552b0a325be977a85c75b40bb9a907dc (diff) | |
download | mtk-20170518-1600ba99e464b32048cc83e4d31c72b3fb78663e.zip mtk-20170518-1600ba99e464b32048cc83e4d31c72b3fb78663e.tar.gz mtk-20170518-1600ba99e464b32048cc83e4d31c72b3fb78663e.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 7a2e216..6452a3e 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 |