diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-14 02:07:33 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-14 02:07:33 +0000 |
commit | 1d3eb5dbb85c9be85dfbdb7be2d767c9746c13ea (patch) | |
tree | 22e67fc1552992d31065f271032dbfa1a0c4f94a /package/wificonf/Makefile | |
parent | f4a6eedc9eb1bc50feb3a2b08353903b745b83c9 (diff) |
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/Makefile | 2 |
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): |