projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d68980
)
[packages] aodv-uu: resolve reference to CONFIG_LINUX_2_6
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 Oct 2010 17:19:19 +0000
(17:19 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 Oct 2010 17:19:19 +0000
(17:19 +0000)
SVN-Revision: 23368
net/aodv-uu/Makefile
patch
|
blob
|
history
diff --git
a/net/aodv-uu/Makefile
b/net/aodv-uu/Makefile
index fc8102ab2ec384713aee18f2fa2952bf2ce0fe8c..4a7cd964417c1fce2ab752bb0248fbc4a5ffcd36 100644
(file)
--- a/
net/aodv-uu/Makefile
+++ b/
net/aodv-uu/Makefile
@@
-54,7
+54,7
@@
$(call Package/aodv-uu/Default/description)
This package contains the AODV kernel module.
endef
-if
eq ($(CONFIG_LINUX_2_6
),y)
+if
neq ($(CONFIG_LINUX_2_4
),y)
define Build/Compile/linux26
$(MAKE) -C $(LINUX_DIR) \
ARCH="$(LINUX_KARCH)" \