From: Gabor Juhos Date: Sun, 3 Jul 2011 15:01:42 +0000 (+0000) Subject: ramips: swap target check in image generation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e70e6f6848e13108551be2b1f38df7304f3df2c1;p=openwrt%2Fstaging%2Fblocktrron.git ramips: swap target check in image generation SVN-Revision: 27379 --- diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 224e4111ef..80268ab2f7 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -18,13 +18,13 @@ ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) UIMAGE:=$(IMG_PREFIX)-uImage-initramfs endif -ifeq ($(CONFIG_RALINK_RT305X),y) +ifeq ($(CONFIG_RALINK_RT288X),y) define kernel_entry --a 0x80000000 -e 0x80000000 +-a 0x88000000 -e 0x88000000 endef else define kernel_entry --a 0x88000000 -e 0x88000000 +-a 0x80000000 -e 0x80000000 endef endif