projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
port tor update in [2838] from whiterussian to trunk
[openwrt.git]
/
target
/
utils
/
Makefile
diff --git
a/target/utils/Makefile
b/target/utils/Makefile
index
db65fce
..
c08bd1a
100644
(file)
--- a/
target/utils/Makefile
+++ b/
target/utils/Makefile
@@
-1,6
+1,6
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-TARGETS := addpattern trx
belkin-bin
motorola-bin
+TARGETS := addpattern trx motorola-bin
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
@@
-12,6
+12,9
@@
install: compile
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
+ for f in $(TARGETS); do \
+ rm -f $(STAGING_DIR)/bin/$$f ; \
+ done
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
This page took
0.020951 seconds
and
4
git commands to generate.