From 1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 17 Dec 2015 09:30:05 +0000 Subject: ar71xx: add support for TRENDnet TEW-823DRU Add support for TRENDnet TEW-823DRU: - cpu: QCA9558 @720MHz - flash: 16MB - ram: 256MB - 4+1 RJ45 100/1000Mbps - wifi: QCA9558 (bgn) and QCA9880-BR4A (ac) - 1x USB 2.0 Signed-off-by: Cezary Jackiewicz SVN-Revision: 47927 --- target/linux/ar71xx/generic/profiles/trendnet.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/trendnet.mk b/target/linux/ar71xx/generic/profiles/trendnet.mk index 42d05b6062..6102e04c42 100644 --- a/target/linux/ar71xx/generic/profiles/trendnet.mk +++ b/target/linux/ar71xx/generic/profiles/trendnet.mk @@ -60,3 +60,15 @@ define Profile/TEW732BR/Description endef $(eval $(call Profile,TEW732BR)) + + +define Profile/TEW823DRU + NAME:=TRENDNet TEW-823DRU + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k +endef + +define Profile/TEW823DRU/Description + Package set optimized for the TRENDNet TEW-823DRU. +endef + +$(eval $(call Profile,TEW823DRU)) -- cgit v1.2.3