opennhrp: enable CONFIG_ARPD if selected (fixes #9751)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jul 2011 08:22:53 +0000 (08:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jul 2011 08:22:53 +0000 (08:22 +0000)
SVN-Revision: 27740

net/opennhrp/Makefile

index ef9412972c9315db100e3a12d0a03a605c1b9ba3..4e3e0578ca0b42921858e1849c9702505a8c769b 100644 (file)
@@ -27,6 +27,7 @@ define Package/opennhrp
   CATEGORY:=Network
   SUBMENU:=VPN
   DEPENDS:=+libcares +ipsec-tools +ip +kmod-gre
+  KCONFIG:=CONFIG_ARPD=y
   TITLE:=NBMA Next Hop Resolution Protocol
   URL:=http://opennhrp.sourceforge.net/
 endef