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
/
olpc
/
image
/
Makefile
diff --git
a/target/linux/olpc/image/Makefile
b/target/linux/olpc/image/Makefile
index
b433ac4
..
23aee45
100644
(file)
--- a/
target/linux/olpc/image/Makefile
+++ b/
target/linux/olpc/image/Makefile
@@
-39,7
+39,7
@@
ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
endif
define Image/Prepare
-
$(CP) $(LINUX_DIR)/arch/i3
86/boot/bzImage $(KDIR)/bzImage
+
cp $(LINUX_DIR)/arch/*
86/boot/bzImage $(KDIR)/bzImage
$(call Image/Prepare/bootscript)
endef
This page took
0.025668 seconds
and
4
git commands to generate.