Firmware Selector Setup
Moritz Warning
moritzwarning at web.de
Fri Jul 31 20:13:05 EDT 2020
Hi,
we have reached the point that we can finally set up the firmware selector [0]. Yay!
But somebody need to finally put it on the website...
Dependencies:
>= Python 3.6
Theses are example setup commands:
git clone https://github.com/mwarning/yet-another-firmware-selector.git
mkdir -p /var/www/firmware-selector/
cp yet-another-firmware-selector/www/* yet-another-firmware-selector/misc/collect.py /var/www/firmware-selector/
echo -e '#!/bin/sh\n/var/www/firmware-selector/collect.py scrape https://downloads.openwrt.org /var/www/firmware-selector/' > /etc/cron.hourly/update-firmware-selector.sh
chmod a+x /etc/cron.hourly/update-firmware-selector.sh
The firmware selector can be used after the time the cron job has run. New OpenWrt releases will be added to the selector once released.
The index.html needs to be linked on the openwrt.org website. Since this is preliminary setup and will change with the next redesign, any location will do.
best,
Moritz
[0] https://github.com/mwarning/yet-another-firmware-selector
More information about the openwrt-adm
mailing list