Browse Source

ramips: swap target check in image generation

SVN-Revision: 27379
Gabor Juhos 14 years ago
parent
commit
e70e6f6848
1 changed files with 3 additions and 3 deletions
  1. 3 3
      target/linux/ramips/image/Makefile

+ 3 - 3
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