openwisp / openwisp-firmware-upgrader

Firmware upgrade solution for OpenWRT with possibility to add support for other embedded OSes. Provides features like automatic retry for network failures, mass upgrades, REST API and more.
https://openwisp.io/docs/dev/firmware-upgrader/
Other
53 stars 60 forks source link

More device support? #248

Closed Darin755 closed 8 months ago

Darin755 commented 8 months ago

I own several devices and none of them seem to have firmeare upgrade support. This is more of a annoyance than anything but how do I add support for these devices? It seems like it should be trivial but the list of supported devices is quite small compared to the 1800 or so devices supported by openwrt.

nemesifier commented 8 months ago

Hi @Darin755,

quoting from the docs:

If you use a hardware model which is not listed in the image types, if the hardware model is officially supported by OpenWRT, you can send us a pull-request to add it, otherwise you can use the setting OPENWISP_CUSTOM_OPENWRT_IMAGES to add it.

I hope this helps.

Darin755 commented 8 months ago

Hi @Darin755,

quoting from the docs:

If you use a hardware model which is not listed in the image types, if the hardware model is officially supported by OpenWRT, you can send us a pull-request to add it, otherwise you can use the setting OPENWISP_CUSTOM_OPENWRT_IMAGES to add it.

I hope this helps.

Unfortunately it doesn't. What would such a PR look like? I read it in the docs but that doesn't help me at all. I don't mind spending a bit of time porting a device

pandafy commented 8 months ago

@Darin755 the PR would look something like this https://github.com/openwisp/openwisp-firmware-upgrader/pull/232

Darin755 commented 8 months ago

Thanks