projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move sysfs to mount_root
[openwrt.git]
/
package
/
wificonf
/
Makefile
diff --git
a/package/wificonf/Makefile
b/package/wificonf/Makefile
index
b9bfb8a
..
5f8c9a0
100644
(file)
--- a/
package/wificonf/Makefile
+++ b/
package/wificonf/Makefile
@@
-15,8
+15,11
@@
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $@
touch $@
mkdir -p $@
touch $@
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(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) -I
include/ -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):
touch $@
$(IPKG_WIFICONF):
This page took
0.024809 seconds
and
4
git commands to generate.