aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-05-28 03:15:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-05-28 03:15:02 +0000
commitf1d04190c5f691a07786fa79e912b62f8777080f (patch)
treefd84444f856c9ca2ce1289e203bfc3beedc7fac4 /package/base-files/Makefile
parent367e4b3994543e40437e4e73305af197c21c1055 (diff)
downloadupstream-f1d04190c5f691a07786fa79e912b62f8777080f.tar.gz
upstream-f1d04190c5f691a07786fa79e912b62f8777080f.tar.bz2
upstream-f1d04190c5f691a07786fa79e912b62f8777080f.zip
base-files: introduce /lib/functions/network.sh This file will contain common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface.
SVN-Revision: 31935
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 ae96ab54b8..4e9b41f0e6 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:=107
+PKG_RELEASE:=108
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host