From: nbd Date: Sun, 24 Jul 2011 08:22:53 +0000 (+0000) Subject: opennhrp: enable CONFIG_ARPD if selected (fixes #9751) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=367a906f446fc209df1d14068810dad6b387833a;p=packages.git opennhrp: enable CONFIG_ARPD if selected (fixes #9751) git-svn-id: svn://svn.openwrt.org/openwrt/packages@27740 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/opennhrp/Makefile b/net/opennhrp/Makefile index ef9412972..4e3e0578c 100644 --- a/net/opennhrp/Makefile +++ b/net/opennhrp/Makefile @@ -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