aboutsummaryrefslogtreecommitdiffstats
path: root/package/wificonf/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-14 02:07:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-14 02:07:33 +0000
commit0df4877bd36602f5f6921c64da09a4a150b0ae8e (patch)
tree22e67fc1552992d31065f271032dbfa1a0c4f94a /package/wificonf/Makefile
parent67541afa1680ebfa229e429d6f623126d5eb5110 (diff)
downloadupstream-0df4877bd36602f5f6921c64da09a4a150b0ae8e.tar.gz
upstream-0df4877bd36602f5f6921c64da09a4a150b0ae8e.tar.bz2
upstream-0df4877bd36602f5f6921c64da09a4a150b0ae8e.zip
add support for the new broadcom driver to wificonf. wep is currently broken. will fix that later, when i find out what's wrong with it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2480 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/Makefile')
-rw-r--r--package/wificonf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile
index f027cd00f1..5f8c9a03a6 100644
--- a/package/wificonf/Makefile
+++ b/package/wificonf/Makefile
@@ -19,7 +19,7 @@ $(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
+ $(TARGET_CC) $(TARGET_CFLAGS) -Iinclude/ -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
touch $@
$(IPKG_WIFICONF):