mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:54:36 +02:00
ramips: swap target check in image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27379 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1476a05c2
commit
7807b0552e
@ -18,13 +18,13 @@ ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
|
|||||||
UIMAGE:=$(IMG_PREFIX)-uImage-initramfs
|
UIMAGE:=$(IMG_PREFIX)-uImage-initramfs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_RALINK_RT305X),y)
|
ifeq ($(CONFIG_RALINK_RT288X),y)
|
||||||
define kernel_entry
|
define kernel_entry
|
||||||
-a 0x80000000 -e 0x80000000
|
-a 0x88000000 -e 0x88000000
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define kernel_entry
|
define kernel_entry
|
||||||
-a 0x88000000 -e 0x88000000
|
-a 0x80000000 -e 0x80000000
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user