projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected WAP54G bug as explained in #146, closes ticket #146
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
diag
/
Makefile
diff --git
a/openwrt/target/linux/package/diag/Makefile
b/openwrt/target/linux/package/diag/Makefile
index
42765ae
..
47908f0
100644
(file)
--- a/
openwrt/target/linux/package/diag/Makefile
+++ b/
openwrt/target/linux/package/diag/Makefile
@@
-26,7
+26,7
@@
$(PKG_BUILD_DIR)/.prepared:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) $(DIAG_FLAGS) -o $
@
diag_led.c
+ $(TARGET_CC) $(DIAG_FLAGS) -o $
(PKG_BUILD_DIR)/diag.o
diag_led.c
touch $@
$(IPKG_KMOD_DIAG):
This page took
0.021609 seconds
and
4
git commands to generate.