X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/62249258d3a4fcb286ca4b1cee723563d09fc228..8600b97ee65ecd97461508bf0e67de06707a2e59:/target/linux/ramips/image/Makefile diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index a4d526df1..0c37f7e35 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -331,6 +331,10 @@ define Image/Build/Profile/FONERA20N $(call Image/Build/Template/$(fs_squash)/$(1),FONERA20N) endef +define Image/Build/Profile/FREESTATION5 + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,freestation5,FREESTATION5,ttyS1,115200,phys) +endef + define Image/Build/Profile/MOFI35003GN $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,mofi3500-3gn,MOFI3500-3GN,ttyS1,57600,phys) endef @@ -414,6 +418,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/F5D8235V2,$(1)) $(call Image/Build/Profile/RTN10PLUS,$(1)) $(call Image/Build/Profile/FONERA20N,$(1)) + $(call Image/Build/Profile/FREESTATION5,$(1)) $(call Image/Build/Profile/HW5503G,$(1)) $(call Image/Build/Profile/MOFI35003GN,$(1)) $(call Image/Build/Profile/NBG419N,$(1))