X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=92a80542ba0d54957dd962779e493b28b94adc1a;hp=0c37f7e3524ede66dc0ef5b79698e12f9b1df9cf;hb=4e19be80f8e23b01f805b2c633d10640210bb9e6;hpb=8600b97ee65ecd97461508bf0e67de06707a2e59 diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 0c37f7e352..92a80542ba 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -188,6 +188,10 @@ define BuildFirmware/FONERA20N $(call BuildFirmware/Edimax,$(1),fonera20n,RSDK,NL1T,0x50000,0xc0000) endef +define BuildFirmware/FONERA20N/initramfs + $(call BuildFirmware/GENERIC_8M/initramfs,$(1),fonera20n,FONERA20N,ttyS1,57600,phys) +endef + mtdlayout_nw718=192k(u-boot)ro,128k(config)ro,64k(factory)ro,896k(kernel),2816k(rootfs),3712k@0x60000(firmware) kernel_size_nw718=917504 rootfs_size_nw718=2883584 @@ -371,6 +375,10 @@ define Image/Build/Profile/V22RW2X2 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,v22rw-2x2,V22RW-2X2,ttyS1,57600,phys) endef +define Image/Build/Profile/W306R_V20 + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,w306r-v20,W306R_V20,ttyS1,57600,phys) +endef + define Image/Build/Profile/W502U $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,w502u,W502U,ttyS1,115200,phys) endef @@ -387,6 +395,10 @@ define Image/Build/Profile/WL_330N $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wl-330n,WL_330N,ttyS1,57600,spi) endef +define Image/Build/Profile/WL_330N3G + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wl-330n3g,WL_330N3G,ttyS1,57600,spi) +endef + define Image/Build/Profile/WL341V3 $(call Image/Build/Template/$(fs_squash)/$(1),WL341V3,wl341v3,WL341V3) endef @@ -400,6 +412,11 @@ define Image/Build/Profile/WR5123GN $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,wr512-3gn-8M,WR512-3GN,ttyS1,57600,phys) endef + +define Image/Build/Profile/UPVEL + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,ur-336un,UR-336UN,ttyS1,57600,phys) +endef + define Image/Build/Profile/WR6202 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,wr6202,WR6202,ttyS1,115200,phys) endef @@ -428,10 +445,12 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/RTG32B1,$(1)) $(call Image/Build/Profile/SLR7205,$(1)) $(call Image/Build/Profile/V22RW2X2,$(1)) + $(call Image/Build/Profile/W306R_V20,$(1)) $(call Image/Build/Profile/W502U,$(1)) $(call Image/Build/Profile/WCR150GN,$(1)) $(call Image/Build/Profile/WHRG300N,$(1)) $(call Image/Build/Profile/WL_330N,$(1)) + $(call Image/Build/Profile/WL_330N3G,$(1)) $(call Image/Build/Profile/WL341V3,$(1)) $(call Image/Build/Profile/WL351,$(1)) $(call Image/Build/Profile/WR5123GN,$(1)) @@ -440,6 +459,19 @@ define Image/Build/Profile/Default endef endif +# +# RT3662/RT3883 Profiles +# +define Image/Build/Profile/RTN56U + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,rt-n56u,RT-N56U,ttyS1,57600,phys) +endef + +ifeq ($(CONFIG_RALINK_RT3883),y) +define Image/Build/Profile/Default + $(call Image/Build/Profile/RTN56U,$(1)) +endef +endif + define Image/Build/Initramfs $(call Image/Build/Profile/$(PROFILE),initramfs) endef