From 1d3eb5dbb85c9be85dfbdb7be2d767c9746c13ea Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 14 Nov 2005 02:07:33 +0000 Subject: 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 --- package/wificonf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wificonf/Makefile') diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index f027cd00f..5f8c9a03a 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): -- cgit v1.2.3