diff options
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 4e6a5d1ca9..2280a1a618 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -183,6 +183,14 @@ define Device/skylab_skw92a endef TARGET_DEVICES += skylab_skw92a +define Device/totolink_lr1200 + DTS := TOTOLINK-LR1200 + IMAGE_SIZE := 7872k + DEVICE_TITLE := TOTOLINK LR1200 + DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 uqmi +endef +TARGET_DEVICES += totolink_lr1200 + define Device/tplink_tl-wa801nd-v5 $(Device/tplink) DTS := TL-WA801NDV5 |