diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 13:08:19 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 13:08:19 +0000 |
commit | 6a962ce10a37a675477f7c918d5c2e98ec7db42b (patch) | |
tree | c09f577bbdef6a6c785df6d96aac3b84d0619128 /package/network/ipv6/ipv6-support/Makefile | |
parent | b81f0c9e0f3f557ccc7717af4c091dedd18d61da (diff) |
ipv6-support: Switch to native IPv6 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/Makefile')
-rw-r--r-- | package/network/ipv6/ipv6-support/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index 74286e79b..d3b397403 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6-support -PKG_VERSION:=2013-01-13 +PKG_VERSION:=2013-01-15 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ipv6-support SECTION:=ipv6 CATEGORY:=IPv6 - DEPENDS:=+kmod-ipv6 +6relayd +odhcp6c +6distributed +ip6tables +ubus + DEPENDS:=+kmod-ipv6 +6relayd +odhcp6c +ip6tables TITLE:=Basic IPv6-support for Customer Edge Routers MAINTAINER:=Steven Barth <steven@midlink.org> PKGARCH:=all @@ -33,21 +33,9 @@ endef define Build/Configure endef -define Package/ipv6-support/conffiles -/etc/config/network6 -endef - define Package/ipv6-support/install - $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_DATA) ./files/ipv6.hotplug $(1)/etc/hotplug.d/iface/20-ipv6 - $(INSTALL_DIR) $(1)/lib/ipv6 - $(INSTALL_DATA) ./files/support.sh $(1)/lib/ipv6/support.sh - $(INSTALL_BIN) ./files/dhcpv6.sh $(1)/lib/ipv6/dhcpv6.sh - $(INSTALL_BIN) ./files/firewall.sh $(1)/lib/ipv6/firewall.sh - $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/network6.config $(1)/etc/config/network6 $(INSTALL_DIR) $(1)/etc/uci-defaults - $(INSTALL_BIN) ./files/ipv6-support.defaults $(1)/etc/uci-defaults/ipv6-support.defaults + $(INSTALL_BIN) ./files/enable-ipv6.defaults $(1)/etc/uci-defaults/enable-ipv6 endef $(eval $(call BuildPackage,ipv6-support)) |