update zImage location
SVN-Revision: 16521
This commit is contained in:
parent
d41b9133c7
commit
5de80e6e28
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2009 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -13,7 +13,7 @@ define Image/BuildKernel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Prepare
|
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 e100boot compile
|
||||||
$(MAKE) -C mkfimage compile
|
$(MAKE) -C mkfimage compile
|
||||||
$(INSTALL_BIN) ./boot_linux $(BIN_DIR)
|
$(INSTALL_BIN) ./boot_linux $(BIN_DIR)
|
||||||
|
|
Loading…
Reference in a new issue