X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=6509e2deaf878d7060fb3a7e26da4e56cd55ae0e;hp=69787fc2a58cdc7f00684e0cb0b8ffce1279d0ff;hb=6ca2970e4b4fa2e9e4eae4b3768ea3e3ecf94e14;hpb=21180e29f7091d472d55c5a253075831adc29024 diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 69787fc2a5..6509e2deaf 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -640,6 +640,10 @@ define Image/Build/Profile/RTN56U $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,rt-n56u,RT-N56U,ttyS1,57600,phys) endef +define Image/Build/Profile/TEW691GR + $(call Image/Build/Template/$(fs_squash)/$(1),UMedia,tew-691gr,TEW-691GR,0x026910) +endef + define Image/Build/Profile/TEW692GR $(call Image/Build/Template/$(fs_squash)/$(1),UMedia,tew-692gr,TEW-692GR,0x026920) endef @@ -648,6 +652,7 @@ ifeq ($(CONFIG_RALINK_RT3883),y) define Image/Build/Profile/Default $(call Image/Build/Profile/DIR645,$(1)) $(call Image/Build/Profile/RTN56U,$(1)) + $(call Image/Build/Profile/TEW691GR,$(1)) $(call Image/Build/Profile/TEW692GR,$(1)) endef endif