From 334bbc51987c6694e130af25876f178babf37140 Mon Sep 17 00:00:00 2001 From: Roger Pueyo Centelles Date: Thu, 4 Jul 2019 14:08:10 +0200 Subject: ath79: add support for ALFA Network AP121F This commit ports support for the ALFA Network AP121F, a pocket-size router with 1 Ethernet and 2.4 GHz WiFi based on the AR9331 SoC, to the ath79 target (it was already supported in ar71xx; see commit 0c6165d2 for more details). Signed-off-by: Roger Pueyo Centelles [pepe2k@gmail.com: fixed GPIO polarity, included USB support, changed DTS nodes order, moved WLAN LED trigger define to DTS, made U-Boot env partition writable] Signed-off-by: Piotr Dymacz --- target/linux/ath79/image/generic.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ath79/image/generic.mk') diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index c5807f2c78..42e4271e0c 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -111,6 +111,16 @@ define Device/adtran_bsap1840 endef TARGET_DEVICES += adtran_bsap1840 +define Device/alfa-network_ap121f + ATH_SOC := ar9331 + DEVICE_VENDOR := ALFA Network + DEVICE_MODEL := AP121F + DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-storage -swconfig + IMAGE_SIZE := 16064k + SUPPORTED_DEVICES += ap121f +endef +TARGET_DEVICES += alfa-network_ap121f + define Device/aruba_ap-105 ATH_SOC := ar7161 DEVICE_VENDOR := Aruba -- cgit v1.2.3