projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up etehrnet driver
[openwrt.git]
/
package
/
libnl
/
Makefile
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.02174 seconds
and
4
git commands to generate.