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 974299f26b..661f44d5e9 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1192,6 +1192,15 @@ define Device/linksys_e5600 endef TARGET_DEVICES += linksys_e5600 +define Device/linksys_e7350 + $(Device/belkin_rt1800) + DEVICE_VENDOR := Linksys + DEVICE_MODEL := E7350 + IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | \ + append-ubi | check-size | belkin-header GOLF 1 9.9.9 +endef +TARGET_DEVICES += linksys_e7350 + define Device/linksys_ea7xxx $(Device/dsa-migration) $(Device/uimage-lzma-loader) |