From 368fcbcee75db4ef31da3f681eeb59abb2996885 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 16 Jun 2008 12:38:55 +0000 Subject: fixup machid workaround, generate uImage manually git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11497 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/orion/image/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'target/linux/orion/image/Makefile') diff --git a/target/linux/orion/image/Makefile b/target/linux/orion/image/Makefile index 073317fecd..a8c2fbafff 100644 --- a/target/linux/orion/image/Makefile +++ b/target/linux/orion/image/Makefile @@ -11,11 +11,14 @@ define Image/Prepare # # XXX - FIXME, we hardcode for the WRT350N v2 for now # - echo -en "\x61\x70\xa0\xe3\x06\x7c\x87\xe3" > $(KDIR)/uImage - cat $(LINUX_DIR)/arch/arm/boot/uImage >> $(KDIR)/uImage + echo -en "\x61\x70\xa0\xe3\x06\x7c\x87\xe3" > $(KDIR)/zImage + cat $(LINUX_DIR)/arch/arm/boot/zImage >> $(KDIR)/zImage endef define Image/BuildKernel + $(STAGING_DIR_HOST)/bin/mkimage -A arm -O linux -T kernel \ + -C none -a 0x00008000 -e 0x00008000 -n 'Linux-$(LINUX_VERSION)' \ + -d $(KDIR)/zImage $(KDIR)/uImage cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage endef -- cgit v1.2.3