X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8cde29c6b17be80150c854f9f19886d8e4594ee7..7807b0552eed3d5f96a4b5271f1f20003ec12dd9:/target/linux/ramips/image/Makefile diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 361588efc..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 @@ -104,6 +104,9 @@ define Image/Build/Profile/HW5503G $(call Image/Build/Template/GENERIC_8M,$(1),hw550-3g,HW550-3G) endef +define Image/Build/Profile/MOFI35003GN + $(call Image/Build/Template/GENERIC_8M,$(1),mofi3500-3gn,MOFI3500-3GN) +endef mtdlayout_wcr150gn=mtdparts=physmap-flash.0:192k(Bootloader)ro,64k(Config),64k(Factory),832k(Kernel),2944k(rootfs),3776k@0x50000(firmware) mtd_wcr150gn_kernel_part_size=851968 @@ -139,6 +142,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/WCR150GN,$(1)) $(call Image/Build/Profile/F5D8235V2,$(1)) $(call Image/Build/Profile/HW5503G,$(1)) + $(call Image/Build/Profile/MOFI35003GN,$(1)) endef endif