projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ccdf0
)
[packages] aodv-uu: resolve reference to CONFIG_LINUX_2_6
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 17:19:19 +0000
(17:19 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 17:19:19 +0000
(17:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23368
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/aodv-uu/Makefile
patch
|
blob
|
history
diff --git
a/net/aodv-uu/Makefile
b/net/aodv-uu/Makefile
index
fc8102a
..
4a7cd96
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)" \