diff options
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index b5d73f60c7..61a6e56937 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -80,6 +80,15 @@ define Device/ArcherMR200 endef TARGET_DEVICES += ArcherMR200 +define Device/BDCOM-WAP2100-SK + DTS := BDCOM-WAP2100-SK + IMAGE_SIZE := $(ralink_default_fw_size_16M) + SUPPORTED_DEVICES += wap2100-sk + DEVICE_TITLE := BDCOM WAP2100-SK (ZTE ZXECS EBG3130) + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-mt76 kmod-sdhci-mt7620 +endef +TARGET_DEVICES += BDCOM-WAP2100-SK + define Device/bocco DTS := BOCCO DEVICE_TITLE := YUKAI Engineering BOCCO |