projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de911ee
)
Update libnl to compile on and after 2.6.25
author
noz
<noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jun 2008 19:45:46 +0000
(19:45 +0000)
committer
noz
<noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jun 2008 19:45:46 +0000
(19:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11356
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libnl/Makefile
patch
|
blob
|
history
diff --git
a/package/libnl/Makefile
b/package/libnl/Makefile
index
f55d494
..
a6dec00
100644
(file)
--- a/
package/libnl/Makefile
+++ b/
package/libnl/Makefile
@@
-36,7
+36,7
@@
define Build/Compile
install
endef
-ifneq ($(CONFIG_LINUX_2_6
_23)$(CONFIG_LINUX_2_6_24
),)
+ifneq ($(CONFIG_LINUX_2_6),)
define Build/InstallDev
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
This page took
0.026312 seconds
and
4
git commands to generate.