diff --git a/alfred/Makefile b/alfred/Makefile
index 2e117b3c9608f64db8e2bc7bbdf9433e42fdbda6..5701c0a3186d70337f9fcae88a7161b24835d437 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/nat46/Makefile b/nat46/Makefile
index 65b92c2dd08101611fe20b8db944c58f0159790a..9f08b071f7d4ef8d5e990c4f2099c738969c190e 100644
--- a/nat46/Makefile
+++ b/nat46/Makefile
@@ -37,7 +37,7 @@ define Package/464xlat
 endef
 
 define KernelPackage/nat46
-  DEPENDS:=+kmod-ipv6
+  DEPENDS:=@IPV6
   TITLE:=Stateless NAT46 translation kernel module
   SECTION:=kernel
   SUBMENU:=Network Support
diff --git a/ndppd/Makefile b/ndppd/Makefile
index ebc764c2fad8b5e7c611d79290836b4a489362ba..b19edeba6f33dc46140283722fcfb98922b3dfaf 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