diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 11:50:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 11:50:50 +0000 |
commit | 57a7257569833c23c7516be9944025036a495e48 (patch) | |
tree | 07af7c7b2adf96e75b0ec5200576ba85bc9a2495 /package/base-files/Makefile | |
parent | 70d9295138f53d5bd0405d9d5ae50ef7158dc1af (diff) | |
download | upstream-57a7257569833c23c7516be9944025036a495e48.tar.gz upstream-57a7257569833c23c7516be9944025036a495e48.tar.bz2 upstream-57a7257569833c23c7516be9944025036a495e48.zip |
base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh
SVN-Revision: 32397
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 1f968e08a3..2759e43a56 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:=109 +PKG_RELEASE:=110 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |