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
commit1ee066a435dccb45e10927586bab25f6d6ed7fa7 (patch)
tree2285dee3f9444194b299c1b34d07b95076fde9f3 /package/base-files/Makefile
parent55e7bd410c7f95b9dbd97de818ab55b2b4151694 (diff)
downloadupstream-1ee066a435dccb45e10927586bab25f6d6ed7fa7.tar.gz
upstream-1ee066a435dccb45e10927586bab25f6d6ed7fa7.tar.bz2
upstream-1ee066a435dccb45e10927586bab25f6d6ed7fa7.zip
[package] 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31935 3c298f89-4303-0410-b956-a3cf2f4a3e73
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