From: kaloz Date: Wed, 5 Jun 2013 06:04:48 +0000 (+0000) Subject: [orion]: don't copy the zImages to the bin dir, factory u-boots can't use them X-Git-Tag: fast2504n-3.10.28-merged~2413 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=397740fef1f7a463d1b1e90689ec370f40071355;p=openwrt.git [orion]: don't copy the zImages to the bin dir, factory u-boots can't use them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36850 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/orion/image/generic.mk b/target/linux/orion/image/generic.mk index f4319e0b6c..c3aa50f01c 100644 --- a/target/linux/orion/image/generic.mk +++ b/target/linux/orion/image/generic.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -73,7 +73,6 @@ define Image/BuildKernel/ARM/zImage # $(BOARD) kernel zImage for $(1) echo -en $(2) > '$(KDIR)/$(1)-zImage' cat '$(LINUX_DIR)/arch/arm/boot/zImage' >> '$(KDIR)/$(1)-zImage' - cp '$(KDIR)/$(1)-zImage' '$(BIN_DIR)/openwrt-$(1)-zImage' endef define Image/BuildKernel/ARM/uImage