diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-03-09 11:08:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-03-09 11:08:38 +0000 |
commit | 12f2d17a7b865de905f6d9b0203ce781c30452dd (patch) | |
tree | 7dd6b1684ac6167dbc8d39b0a1d13d486674c217 /target | |
parent | bcb62bc5e1b696d5e1e160d503228d5338319d7d (diff) | |
download | upstream-12f2d17a7b865de905f6d9b0203ce781c30452dd.tar.gz upstream-12f2d17a7b865de905f6d9b0203ce781c30452dd.tar.bz2 upstream-12f2d17a7b865de905f6d9b0203ce781c30452dd.zip |
Fix bzImage copy with 2.6.24 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile index 613aa3923d..4da96b7e18 100644 --- a/target/linux/rdc/image/Makefile +++ b/target/linux/rdc/image/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk define Image/Prepare - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage + $(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage endef define trxalign/jffs2-128k |