Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions target/linux/mediatek/image/mt7981.mk
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,15 @@ define Device/newland_nl-wr9103
endef
TARGET_DEVICES += newland_nl-wr9103

define Device/nradio_wt9106
DEVICE_VENDOR := NRADIO
DEVICE_MODEL := WT9106
DEVICE_DTS := mt7981-nradio-wt9106
DEVICE_DTS_DIR := $(DTS_DIR)/mediatek
SUPPORTED_DEVICES := mediatek,mt7981-spim-nor-rfb
endef
TARGET_DEVICES += nradio_wt9106

define Device/nradio_wt9103
DEVICE_VENDOR := NRADIO
DEVICE_MODEL := WT9103
Expand Down