diff options
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index d3978629fd..fa504ee0fc 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -163,6 +163,14 @@ define Device/comfast_cf-e110n-v2 endef TARGET_DEVICES += comfast_cf-e110n-v2 +define Device/comfast_cf-e120a-v3 + ATH_SOC := ar9344 + DEVICE_TITLE := COMFAST CF-E120A v3 + DEVICE_PACKAGES := rssileds kmod-leds-gpio -uboot-envtools + IMAGE_SIZE := 8000k +endef +TARGET_DEVICES += comfast_cf-e120a-v3 + define Device/devolo_dvl1200e ATH_SOC := qca9558 DEVICE_TITLE := devolo WiFi pro 1200e |