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 6c0102fc92..f58a2208c1 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -224,6 +224,14 @@ define Device/widora_neo-16m endef TARGET_DEVICES += widora_neo-16m +define Device/widora_neo-32m + DTS := WIDORA-NEO-32M + IMAGE_SIZE := $(ralink_default_fw_size_32M) + DEVICE_TITLE := Widora-NEO (32M) + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci +endef +TARGET_DEVICES += widora_neo-32m + define Device/wrtnode2p DTS := WRTNODE2P IMAGE_SIZE := $(ralink_default_fw_size_16M) |