summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Stenberg2015-12-11 12:05:14 +0000
committerMarkus Stenberg2015-12-11 12:05:14 +0000
commitbcaa87776f2eb2eb54675b2dca152d23625089ad (patch)
tree674f4c12c902d2b0e11f64dcba113b21dd62a4e1
parenta0d7ff3f1a63fbe4ee2b4b79dece00b5710bfcf7 (diff)
downloadrouting-bcaa87776f2eb2eb54675b2dca152d23625089ad.tar.gz
kmod-ipv6 => @IPV6.
-rw-r--r--alfred/Makefile2
-rw-r--r--cjdns/Makefile2
-rw-r--r--nat46/Makefile4
-rw-r--r--ndppd/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/alfred/Makefile b/alfred/Makefile
index 8f49b5a..da4085e 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -28,7 +28,7 @@ define Package/alfred
SECTION:=net
CATEGORY:=Network
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
- DEPENDS:= +libc +kmod-ipv6 +librt \
+ DEPENDS:= +libc +@IPV6 +librt \
+ALFRED_NEEDS_lua:lua \
+ALFRED_NEEDS_libgps:libgps
endef
diff --git a/cjdns/Makefile b/cjdns/Makefile
index 9acc3cc..824f378 100644
--- a/cjdns/Makefile
+++ b/cjdns/Makefile
@@ -38,7 +38,7 @@ define Package/cjdns
TITLE:=Encrypted near-zero-conf mesh routing protocol
URL:=https://github.com/hyperboria/cjdns
MAINTAINER:=Lars Gierth <larsg@systemli.org>
- DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \
+ DEPENDS:=+kmod-tun +@IPV6 +libnl-tiny +libpthread +librt \
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
endef
diff --git a/nat46/Makefile b/nat46/Makefile
index 65b92c2..dbe6e67 100644
--- a/nat46/Makefile
+++ b/nat46/Makefile
@@ -37,11 +37,11 @@ define Package/464xlat
endef
define KernelPackage/nat46
- DEPENDS:=+kmod-ipv6
+ DEPENDS:=+@IPV6
TITLE:=Stateless NAT46 translation kernel module
SECTION:=kernel
SUBMENU:=Network Support
- FILES:=$(PKG_BUILD_DIR)/nat46/modules/nat46.ko
+ FILES:=$(PKG_BUILD_DIR)/nat46/modules/nat46.ko
AUTOLOAD:=$(call AutoLoad,33,nat46)
endef
diff --git a/ndppd/Makefile b/ndppd/Makefile
index ebc764c..0d0a44a 100644
--- a/ndppd/Makefile
+++ b/ndppd/Makefile
@@ -32,7 +32,7 @@ define Package/ndppd
TITLE:=NDP Proxy Daemon
URL:=http://www.priv.nu/projects/ndppd/
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
- DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS)
+ DEPENDS:=+@IPV6 $(CXX_DEPENDS)
endef
define Package/ndppd/description