From f76281900c299b7dfbdfb1a3a42f5f1d6b4fd8dd Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sat, 22 May 2021 00:07:48 +0200 Subject: [PATCH] ixp4xx: image cleanup and add Gateworks GW2358 Signed-off-by: Zoltan HERPAI --- target/linux/ixp4xx/image/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile index c52689acb0..39f26889b6 100644 --- a/target/linux/ixp4xx/image/Makefile +++ b/target/linux/ixp4xx/image/Makefile @@ -44,8 +44,6 @@ endef define Device/adi_pronghorn-metro DEVICE_VENDOR := ADI DEVICE_MODEL := Pronghorn Metro -# KERNEL := kernel-bin | arm-magic 1040 | append-dtb -# KERNEL := kernel-bin | append-dtb SOC := ixp42x endef TARGET_DEVICES += adi_pronghorn-metro @@ -54,17 +52,22 @@ TARGET_DEVICES += adi_pronghorn-metro define Device/gateway_7001 DEVICE_VENDOR := Gateway DEVICE_MODEL := 7001 -# KERNEL := kernel-bin | append-dtb -# KERNEL := kernel-bin | arm-magic 731 | append-dtb SOC := ixp42x endef TARGET_DEVICES += gateway_7001 +define Device/gateworks_gw2358 + DEVICE_VENDOR := Gateworks + DEVICE_MODEL := GW2358 (Cambria) + SOC := ixp43x +endef +TARGET_DEVICES += gateworks_gw2358 + + define Device/linksys_nslu2 DEVICE_VENDOR := Linksys DEVICE_MODEL := NSLU2 -# KERNEL := kernel-bin | arm-magic 597 | append-dtb SOC := ixp42x endef TARGET_DEVICES += linksys_nslu2 @@ -73,7 +76,6 @@ TARGET_DEVICES += linksys_nslu2 define Device/titanwireless_tw2662 DEVICE_VENDOR := Titan Wireless DEVICE_MODEL := TW 266-2 -# KERNEL := kernel-bin | append-dtb SOC := ixp42x endef TARGET_DEVICES += titanwireless_tw2662 -- 2.30.2