1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 13:32:24 +03:00

Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-06-28 11:08:01 +00:00
parent 78b528942d
commit f983aa52ab

View File

@ -7,8 +7,14 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
ifeq ($(CONFIG_LINUX_2_6_23),y)
ARCH_PATH=i386
else
ARCH_PATH=x86
endif
define Image/Prepare
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
$(CP) $(LINUX_DIR)/arch/$(ARCH_PATH)/boot/bzImage $(KDIR)/bzImage
endef
define trxalign/jffs2-128k