projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c58d7
)
opennhrp: enable CONFIG_ARPD if selected (fixes #9751)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2011 08:22:53 +0000
(08:22 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2011 08:22:53 +0000
(08:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27740
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/opennhrp/Makefile
patch
|
blob
|
history
diff --git
a/net/opennhrp/Makefile
b/net/opennhrp/Makefile
index
ef94129
..
4e3e057
100644
(file)
--- 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