projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] add support for 2.6.32, dropped the SPI patch for now
[openwrt.git]
/
target
/
linux
/
ppc40x
/
image
/
Makefile
diff --git
a/target/linux/ppc40x/image/Makefile
b/target/linux/ppc40x/image/Makefile
index
a5be9be
..
4544aff
100644
(file)
--- a/
target/linux/ppc40x/image/Makefile
+++ b/
target/linux/ppc40x/image/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008
-2009
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-11,7
+11,7
@@
JFFS2_BLOCKSIZE=128k 64k
define Image/Prepare
cp $(LINUX_DIR)/arch/powerpc/boot/uImage $(KDIR)/uImage
define Image/Prepare
cp $(LINUX_DIR)/arch/powerpc/boot/uImage $(KDIR)/uImage
- dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb
+
$(LINUX_DIR)/scripts/dtc/
dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb
endef
define Image/BuildKernel
endef
define Image/BuildKernel
@@
-22,6
+22,10
@@
define Image/Build
$(call Image/Build/$(1),$(1))
endef
$(call Image/Build/$(1),$(1))
endef
+define Image/Build/ext2
+ cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-ext2.img
+endef
+
define Image/Build/jffs2-128k
( \
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=1920k conv=sync; \
define Image/Build/jffs2-128k
( \
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=1920k conv=sync; \
@@
-32,13
+36,13
@@
endef
define Image/Build/jffs2-64k
( \
define Image/Build/jffs2-64k
( \
- dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicbox
v1
bs=1152k conv=sync; \
+ dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicbox bs=1152k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
- ) > $(BIN_DIR)/openwrt-$(BOARD)-magicbox
v1
-jffs2.img
+ ) > $(BIN_DIR)/openwrt-$(BOARD)-magicbox-jffs2.img
( \
( \
- dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.
magicboxv2
bs=1152k conv=sync; \
+ dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.
openrb
bs=1152k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
- ) > $(BIN_DIR)/openwrt-$(BOARD)-
magicboxv2
-jffs2.img
+ ) > $(BIN_DIR)/openwrt-$(BOARD)-
openrb
-jffs2.img
endef
define Image/Build/squashfs
endef
define Image/Build/squashfs
@@
-49,13
+53,13
@@
define Image/Build/squashfs
dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-kilauea-$(1).img
( \
dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-kilauea-$(1).img
( \
- dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicbox
v1
bs=1152k conv=sync; \
+ dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicbox bs=1152k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
- ) > $(BIN_DIR)/openwrt-$(BOARD)-magicbox
v1
-$(1).img
+ ) > $(BIN_DIR)/openwrt-$(BOARD)-magicbox-$(1).img
( \
( \
- dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.
magicboxv2
bs=1152k conv=sync; \
+ dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.
openrb
bs=1152k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
- ) > $(BIN_DIR)/openwrt-$(BOARD)-
magicboxv2
-$(1).img
+ ) > $(BIN_DIR)/openwrt-$(BOARD)-
openrb
-$(1).img
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.027352 seconds
and
4
git commands to generate.