X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bb8dd176cc75ea9c61bef23c1fc512da4b63b37f..7807b0552eed3d5f96a4b5271f1f20003ec12dd9:/target/linux/ramips/image/Makefile diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 224e4111e..80268ab2f 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