6in4, 6to4: remove dependency on "ip"
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Jun 2012 13:18:40 +0000 (13:18 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Jun 2012 13:18:40 +0000 (13:18 +0000)
SVN-Revision: 32403

package/6in4/Makefile
package/6to4/Makefile

index 945dc0cea6ede272cbd7d9cbde64a95bda30dd5e..d91ae84a60c4e4d62f8a4d2655ee6f923e1c2644 100644 (file)
@@ -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
index 83660aa73d6232dea4249b11d1baf721b88b1a51..441f05de3e4c9cc36c029ccf7ab577958cf89c99 100644 (file)
@@ -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