diff options
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 b33c2c5bc0..2baec6aa2f 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -382,6 +382,16 @@ define Device/iptime_a6ns-m endef TARGET_DEVICES += iptime_a6ns-m +define Device/iptime_a8004t + SOC := mt7621 + IMAGE_SIZE := 16128k + UIMAGE_NAME := a8004t + DEVICE_VENDOR := ipTIME + DEVICE_MODEL := A8004T + DEVICE_PACKAGES := kmod-mt7615e kmod-usb3 wpad-basic +endef +TARGET_DEVICES += iptime_a8004t + define Device/jcg_jhr-ac876m SOC := mt7621 IMAGE_SIZE := 16064k |