mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
[package] 6in4, 6to4: remove dependency on "ip"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
87f9328239
commit
e200a200fa
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/6in4
|
||||
SECTION:=ipv6
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+ip +kmod-ipv6 +kmod-sit
|
||||
DEPENDS:=+kmod-ipv6 +kmod-sit
|
||||
TITLE:=IPv6-in-IPv4 configuration support
|
||||
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
|
||||
PKGARCH:=all
|
||||
|
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/6to4
|
||||
SECTION:=ipv6
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+ip +kmod-ipv6 +kmod-sit
|
||||
DEPENDS:=+kmod-ipv6 +kmod-sit
|
||||
TITLE:=IPv6-to-IPv4 configuration support
|
||||
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
|
||||
PKGARCH:=all
|
||||
|
Loading…
Reference in New Issue
Block a user