aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:42 +0000
commit9c99259af6693de634b47ffebbb448b6985b2554 (patch)
tree57bbb05c49d3444446f3ce1bfbf1fd9ffc1630f6 /target/linux/ramips/image
parent0e8f2c6cc60b78035b2483c8dce1864035dedb68 (diff)
downloadmaster-187ad058-9c99259af6693de634b47ffebbb448b6985b2554.tar.gz
master-187ad058-9c99259af6693de634b47ffebbb448b6985b2554.tar.bz2
master-187ad058-9c99259af6693de634b47ffebbb448b6985b2554.zip
ramips: swap target check in image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/Makefile6
1 files changed, 3 insertions, 3 deletions
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