From e7a663410a73f19d92bc9838f885d396606fa14c Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 19 Jul 2009 07:38:06 +0000 Subject: [ppc40x] add support for the OpenRB Light board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ppc40x/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ppc40x/image') diff --git a/target/linux/ppc40x/image/Makefile b/target/linux/ppc40x/image/Makefile index a5be9be92..60d85bffd 100644 --- a/target/linux/ppc40x/image/Makefile +++ b/target/linux/ppc40x/image/Makefile @@ -39,6 +39,10 @@ define Image/Build/jffs2-64k dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicboxv2 bs=1152k conv=sync; \ dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ ) > $(BIN_DIR)/openwrt-$(BOARD)-magicboxv2-jffs2.img + ( \ + dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.openrb-light bs=1152k conv=sync; \ + dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ + ) > $(BIN_DIR)/openwrt-$(BOARD)-openrb-light-jffs2.img endef define Image/Build/squashfs @@ -56,6 +60,10 @@ define Image/Build/squashfs dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.magicboxv2 bs=1152k conv=sync; \ dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ ) > $(BIN_DIR)/openwrt-$(BOARD)-magicboxv2-$(1).img + ( \ + dd if=$(LINUX_DIR)/arch/powerpc/boot/cuImage.openrb-light bs=1152k conv=sync; \ + dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ + ) > $(BIN_DIR)/openwrt-$(BOARD)-openrb-light-$(1).img endef $(eval $(call BuildImage)) -- cgit v1.2.3