Revert "kmod-ipv6 => @IPV6."
This reverts commit bcaa87776f
.
Caused circular dependencies; reverted for now. (kmod-ipv6 explicit
dependencies _should_ be eliminated though, but this is clearly not
the way.)
This commit is contained in:
parent
bcaa87776f
commit
5cd413d16a
4 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ define Package/alfred
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
|
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
|
||||||
DEPENDS:= +libc +@IPV6 +librt \
|
DEPENDS:= +libc +kmod-ipv6 +librt \
|
||||||
+ALFRED_NEEDS_lua:lua \
|
+ALFRED_NEEDS_lua:lua \
|
||||||
+ALFRED_NEEDS_libgps:libgps
|
+ALFRED_NEEDS_libgps:libgps
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -38,7 +38,7 @@ define Package/cjdns
|
||||||
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
||||||
URL:=https://github.com/hyperboria/cjdns
|
URL:=https://github.com/hyperboria/cjdns
|
||||||
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
||||||
DEPENDS:=+kmod-tun +@IPV6 +libnl-tiny +libpthread +librt \
|
DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \
|
||||||
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
|
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -37,11 +37,11 @@ define Package/464xlat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/nat46
|
define KernelPackage/nat46
|
||||||
DEPENDS:=+@IPV6
|
DEPENDS:=+kmod-ipv6
|
||||||
TITLE:=Stateless NAT46 translation kernel module
|
TITLE:=Stateless NAT46 translation kernel module
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
FILES:=$(PKG_BUILD_DIR)/nat46/modules/nat46.ko
|
FILES:=$(PKG_BUILD_DIR)/nat46/modules/nat46.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,33,nat46)
|
AUTOLOAD:=$(call AutoLoad,33,nat46)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ define Package/ndppd
|
||||||
TITLE:=NDP Proxy Daemon
|
TITLE:=NDP Proxy Daemon
|
||||||
URL:=http://www.priv.nu/projects/ndppd/
|
URL:=http://www.priv.nu/projects/ndppd/
|
||||||
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
||||||
DEPENDS:=+@IPV6 $(CXX_DEPENDS)
|
DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ndppd/description
|
define Package/ndppd/description
|
||||||
|
|
Loading…
Reference in a new issue