diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-10-15 12:52:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-08-12 11:43:39 +0200 |
commit | 085141dc5ba5e763e1bf4c1a2fd6957160810ccc (patch) | |
tree | 8b9cb303d93ccfd72551bdb0bf73569b80c5b183 /target/linux/ramips/image/mt7621.mk | |
parent | b1db6d0539511f60bf65fbde28b16afa31180e34 (diff) | |
download | upstream-085141dc5ba5e763e1bf4c1a2fd6957160810ccc.tar.gz upstream-085141dc5ba5e763e1bf4c1a2fd6957160810ccc.tar.bz2 upstream-085141dc5ba5e763e1bf4c1a2fd6957160810ccc.zip |
ramips: add preliminary support for WIO ONE
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index eeda908c44..15fdcbde05 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -696,6 +696,16 @@ define Device/ap-mtkh7-0006 endef TARGET_DEVICES += ap-mtkh7-0006 +define Device/wio-one + DTS := WIO-ONE + IMAGE_SIZE := $(ralink_default_fw_size_16M) + SUPPORTED_DEVICES := wio,wio-one + DEVICE_TITLE := WIO ONE + DEVICE_PACKAGES := \ + kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-mini +endef +TARGET_DEVICES += wio-one + define Device/youhua_wr1200js MTK_SOC := mt7621 IMAGE_SIZE := 16064k |