projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add eabi autoselection for the kernel as well - fixes iptables problems
[openwrt.git]
/
target
/
linux
/
olpc
/
image
/
Makefile
diff --git
a/target/linux/olpc/image/Makefile
b/target/linux/olpc/image/Makefile
index
b433ac4
..
a245d72
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/i386/boot/bzImage $(KDIR)/bzImage
+
cp
$(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage
$(call Image/Prepare/bootscript)
endef
This page took
0.0192 seconds
and
4
git commands to generate.