Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ahcpd
diff options
context:
space:
mode:
authorMarkus Stenberg <markus.stenberg@iki.fi>2015-12-11 14:50:19 +0300
committerMarkus Stenberg <markus.stenberg@iki.fi>2015-12-11 14:50:19 +0300
commit9cafb0c9dc26d57b3a01e1faba5bd3684f50d910 (patch)
treebf091150ad31d9efa83a73f1055b5677acc4254c /ahcpd
parent263877ad8dd53e14c9f30c4cbb0e7fc421e5960e (diff)
ahcpd: Fixed kmod-ipv6 dependency.
Diffstat (limited to 'ahcpd')
-rw-r--r--ahcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ahcpd/Makefile b/ahcpd/Makefile
index d4f8744..96b8475 100644
--- a/ahcpd/Makefile
+++ b/ahcpd/Makefile
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -25,7 +25,7 @@ define Package/ahcpd
TITLE:=Ad-Hoc Configuration Protocol daemon
URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
- DEPENDS:=+kmod-ipv6 +ip +librt
+ DEPENDS:=+@IPV6 +ip +librt
endef
define Package/ahcpd/description