mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
[etrax] update zImage location
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16521 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
76e776b4ad
commit
a4655acf98
@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2006-2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
@ -13,7 +13,7 @@ define Image/BuildKernel
|
||||
endef
|
||||
|
||||
define Image/Prepare
|
||||
cp $(LINUX_DIR)/arch/cris/arch-v10/boot/zImage $(KDIR)/vmlinuz
|
||||
cp $(LINUX_DIR)/arch/cris/boot/zImage $(KDIR)/vmlinuz
|
||||
$(MAKE) -C e100boot compile
|
||||
$(MAKE) -C mkfimage compile
|
||||
$(INSTALL_BIN) ./boot_linux $(BIN_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user