diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index d32feb7eab..5dc8efe7c5 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -535,6 +535,15 @@ define Device/totolink_a7000r endef TARGET_DEVICES += totolink_a7000r +define Device/adslr_g7 + MTK_SOC := mt7621 + IMAGE_SIZE := 16064k + DEVICE_VENDOR := ADSLR + DEVICE_MODEL := G7 + DEVICE_PACKAGES := kmod-mt7615e wpad-basic +endef +TARGET_DEVICES += adslr_g7 + define Device/tplink-safeloader MTK_SOC := mt7621 DEVICE_VENDOR := TP-Link |