X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6cfdb8f029c806124d150e1d3d21bfe60f0d73fc..debf9530eeda778b48877c7bf4a554ed6884369c:/openwrt/package/wificonf/Makefile diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index b9bfb8a38..5f8c9a03a 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/package/wificonf/Makefile @@ -15,8 +15,11 @@ $(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):