diff options
Diffstat (limited to 'target/linux/ramips/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/profiles/trendnet.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/profiles/trendnet.mk b/target/linux/ramips/rt3883/profiles/trendnet.mk index 93bdc5994d..89867acb0d 100644 --- a/target/linux/ramips/rt3883/profiles/trendnet.mk +++ b/target/linux/ramips/rt3883/profiles/trendnet.mk @@ -5,6 +5,16 @@ # See /LICENSE for more information. # +define Profile/TEW691GR + NAME:=TRENDnet TEW-691GR + PACKAGES:=swconfig +endef + +define Profile/TEW691GR/Description + Package set compatible with the TRENDnet TEW-691GR board. +endef +$(eval $(call Profile,TEW691GR)) + define Profile/TEW692GR NAME:=TRENDnet TEW-692GR PACKAGES:=swconfig |