projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9873d
)
enable iw for all 2.6 versions
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 31 Jul 2008 02:43:42 +0000
(
02:43
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 31 Jul 2008 02:43:42 +0000
(
02:43
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12035
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iw/Makefile
patch
|
blob
|
history
diff --git
a/package/iw/Makefile
b/package/iw/Makefile
index
1118df8
..
5f314a7
100644
(file)
--- a/
package/iw/Makefile
+++ b/
package/iw/Makefile
@@
-38,7
+38,7
@@
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/mac80211 -I$(STAGING_DIR)/usr/include/libnl -I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -lnl"
-ifneq ($(CONFIG_LINUX_2_6
_23
),)
+ifneq ($(CONFIG_LINUX_2_6),)
define Package/iw/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/iw $(1)/usr/sbin/
This page took
0.024293 seconds
and
4
git commands to generate.