diff options
Diffstat (limited to 'target/linux/ramips/image')
-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 3f6f842db7..f63930adb1 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -278,6 +278,14 @@ define Device/minew_g1-c endef TARGET_DEVICES += minew_g1-c +define Device/motorola_mwr03 + IMAGE_SIZE := 7872k + DEVICE_VENDOR := Motorola + DEVICE_MODEL := MWR03 + DEVICE_PACKAGES := kmod-mt76x2 +endef +TARGET_DEVICES += motorola_mwr03 + define Device/netgear_r6020 $(Device/netgear_sercomm_nor) IMAGE_SIZE := 7104k |