Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: brunompena/zsun-resources

OpenWrt 24.10.7 (main firmware)

08 Jun 18:43

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 24.10.7 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-24.10.7-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-24.10.7-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-24.10.7-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-24.10.7-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.4 (main firmware)

20 May 21:30

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.4 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.3 (main firmware)

08 May 13:56

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.3 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.2 (main firmware)

09 Apr 11:16

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.2 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.1 (main firmware)

22 Mar 08:04

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.1 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.0-rc5 (main firmware)

22 Mar 08:01

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.0-rc5 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.0 (main firmware)

22 Mar 08:02

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.0 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 24.10.6 (main firmware)

22 Mar 10:58

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 24.10.6 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-24.10.6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-24.10.6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-24.10.6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-24.10.6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.0-rc4 (main firmware)

02 Feb 21:24

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.0-rc4 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 25.12.0-rc3 (main firmware)

28 Jan 15:53

Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 25.12.0-rc3 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-25.12.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-25.12.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-25.12.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-25.12.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware