diff options
Diffstat (limited to 'target/linux/ramips/image/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 708aeb8555..6b8dada3c9 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -1206,6 +1206,16 @@ define Device/zyxel_keenetic endef TARGET_DEVICES += zyxel_keenetic +define Device/zyxel_keenetic-4g-b + $(Device/uimage-lzma-loader) + SOC := rt5350 + IMAGE_SIZE := 7872k + DEVICE_VENDOR := ZyXEL + DEVICE_MODEL := Keenetic 4G + DEVICE_VARIANT := B +endef +TARGET_DEVICES += zyxel_keenetic-4g-b + define Device/zyxel_keenetic-lite-b $(Device/uimage-lzma-loader) SOC := rt5350 |