aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-07-17 17:10:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-07-17 17:10:30 +0000
commite2bee034253d9998d6d9ad2c9788cc5eccc40176 (patch)
treec3ab8686a5f10f75dd68b19d49ccb2474e6e5b05 /package/base-files/Makefile
parent2c71b3ff3edd37a1971e7cb2776d49d2c90de257 (diff)
downloadupstream-e2bee034253d9998d6d9ad2c9788cc5eccc40176.tar.gz
upstream-e2bee034253d9998d6d9ad2c9788cc5eccc40176.tar.bz2
upstream-e2bee034253d9998d6d9ad2c9788cc5eccc40176.zip
[package] base-files: implement a generic mechanism to map per-interface sysctls to uci.
- option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27653 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 d537ed3c17..9cac1f058b 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=75
+PKG_RELEASE:=76
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host