projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285867
)
add missing .configured target
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:57:05 +0000
(17:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:57:05 +0000
(17:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2385
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/wificonf/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/Makefile
b/openwrt/package/wificonf/Makefile
index
b9bfb8a
..
f027cd0
100644
(file)
--- a/
openwrt/package/wificonf/Makefile
+++ b/
openwrt/package/wificonf/Makefile
@@
-15,6
+15,9
@@
$(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
touch $@