diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-06-05 06:04:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-06-05 06:04:48 +0000 |
commit | 4df0b1706c8e4958a9c82179923b3f48d2f8fd96 (patch) | |
tree | 1d2acd0441f92a36ee433be8e145be2de000a668 /target/linux/orion/image/generic.mk | |
parent | e39fd96731fb1696717c5d95eac76a466a7e9aac (diff) | |
download | upstream-4df0b1706c8e4958a9c82179923b3f48d2f8fd96.tar.gz upstream-4df0b1706c8e4958a9c82179923b3f48d2f8fd96.tar.bz2 upstream-4df0b1706c8e4958a9c82179923b3f48d2f8fd96.zip |
[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
Diffstat (limited to 'target/linux/orion/image/generic.mk')
-rw-r--r-- | target/linux/orion/image/generic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |