projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable preinit in a few other platforms
[openwrt.git]
/
target
/
linux
/
magicbox-2.6
/
image
/
Makefile
diff --git
a/target/linux/magicbox-2.6/image/Makefile
b/target/linux/magicbox-2.6/image/Makefile
index
10f71df
..
fe68f35
100644
(file)
--- a/
target/linux/magicbox-2.6/image/Makefile
+++ b/
target/linux/magicbox-2.6/image/Makefile
@@
-7,14
+7,12
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-define Build/Clean
-endef
-
define Image/Prepare
define Image/Prepare
+ cp $(LINUX_DIR)/arch/ppc/boot/images/uImage $(KDIR)/uImage
endef
define Image/BuildKernel
endef
define Image/BuildKernel
- cp $(
LINUX_DIR)/arch/ppc/boot/images
/uImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-uImage
+ cp $(
KDIR)
/uImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-uImage
endef
define Image/Build
endef
define Image/Build
@@
-23,7
+21,7
@@
endef
define Image/Build/jffs2-64k
( \
define Image/Build/jffs2-64k
( \
- dd if=$(
LINUX_DIR)/arch/ppc/boot/images
/uImage bs=65536 conv=sync; \
+ dd if=$(
KDIR)
/uImage bs=65536 conv=sync; \
dd if=$(KDIR)/root.$(1) bs=65536 conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
endef
dd if=$(KDIR)/root.$(1) bs=65536 conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
endef
This page took
0.027865 seconds
and
4
git commands to generate.