projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
atheros
/
image
/
Makefile
diff --git
a/target/linux/atheros/image/Makefile
b/target/linux/atheros/image/Makefile
index
eb335e0
..
d50cae5
100644
(file)
--- a/
target/linux/atheros/image/Makefile
+++ b/
target/linux/atheros/image/Makefile
@@
-24,5
+24,4
@@
define Image/Build
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
endef
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
endef
-
$(eval $(call BuildImage))
$(eval $(call BuildImage))
This page took
0.019923 seconds
and
4
git commands to generate.