diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-17 13:18:40 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-17 13:18:40 +0000 |
commit | e200a200fa5c3f7cec184fa8694125f824397daa (patch) | |
tree | 9edfe03560f2df1d94bc526ff4af8921d3e6f731 /package/6to4/Makefile | |
parent | 87f93282397e50a44b773aa2ddef4658fc0938f3 (diff) |
[package] 6in4, 6to4: remove dependency on "ip"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6to4/Makefile')
-rw-r--r-- | package/6to4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6to4/Makefile b/package/6to4/Makefile index 83660aa73d..441f05de3e 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -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 |