opennhrp: enable CONFIG_ARPD if selected (fixes #9751)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-07-24 08:22:53 +00:00
parent 02c58d7bb6
commit 367a906f44

View 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