enable iw for all 2.6 versions
SVN-Revision: 12035
This commit is contained in:
parent
291e775fcd
commit
473493c834
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue