mbox series

[0/4] ixp4xx: Add upstream supported devices

Message ID 20240521-ixp4xx-iomega-nas100d-v1-0-2da1ac27ab9a@linaro.org
Headers show
Series ixp4xx: Add upstream supported devices | expand

Message

Linus Walleij May 21, 2024, 7:50 a.m. UTC
A few IXP4xx devices were supported by OpenWrt in the past
and are available in the upstream Linux kernel as device
trees.

Add them back as this is now such a low effort to maintain,
someone might want to use them.

These devices were maintained by Rod Whitby in the past:
https://openwrt.org/developers/rwhitby

Some devices have low specs but anything with 64MB of memory
and 4MB of flash and a USB port for a USB stick or harddrive
rootfs can boot and run current OpenWrt just fine.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (4):
      ixp4xx: Add ext4 and rootfs-part to features
      ixp4xx: Add back support for Iomega NAS100D
      ixp4xx: Add back support for Freecom FSG-3
      ixp4xx: Add back support for D-Link DSM G600 A

 target/linux/ixp4xx/Makefile                       |  2 +-
 .../linux/ixp4xx/base-files/etc/board.d/02_network |  3 ++
 target/linux/ixp4xx/image/Makefile                 | 49 ++++++++++++++++++++++
 3 files changed, 53 insertions(+), 1 deletion(-)
---
base-commit: 2eef4f7354729ba731d6528c4662f8c6c20a5e95
change-id: 20240520-ixp4xx-iomega-nas100d-2396db7ee318

Best regards,