aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-17 11:50:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-17 11:50:50 +0000
commit57a7257569833c23c7516be9944025036a495e48 (patch)
tree07af7c7b2adf96e75b0ec5200576ba85bc9a2495 /package/base-files/Makefile
parent70d9295138f53d5bd0405d9d5ae50ef7158dc1af (diff)
downloadupstream-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/Makefile2
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
165' href='#n165'>165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195