X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cc4e5a8091c2c545d7da199875596c17ed145807..b59790f654a2df0896a48054cc26f4f37188d123:/openwrt/package/wificonf/Makefile diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index f6608331b..5f8c9a03a 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/package/wificonf/Makefile @@ -9,18 +9,17 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf include $(TOPDIR)/package/rules.mk -ifneq ($(BOARD),brcm) -BR2_PACKAGE_WIFICONF:=m -endif - $(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.prepared: mkdir -p $@ touch $@ +$(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):