Navigation Menu

Skip to content

mab-wien/openwrt-autoupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

openwrt-autoupdate [deprecated] (closed)

Automatic update of OpenWrt firmware image and packages.

See

Install

First run

Create configuration with user packages, example

local

opkg update
opkg install curl
USER_PACKAGES="curl";
ALLOW_UPDATE_RC="yes"
curl -s https://raw.githubusercontent.com/easyinternetat/openwrt-autoupdate/master/bin/auto-update.sh | bash -s $ALLOW_UPDATE_RC $USER_PACKAGES

remote

OPENWRT_HOSTS="host1 host2";
USER_PACKAGES="luci-app-upnp luci-app-mwan3 tcpdump snmpd";
EXTRA_COMMAND="sleep 70 && reboot";
ALLOW_UPDATE_RC="yes"
curl -s https://raw.githubusercontent.com/easyinternetat/openwrt-autoupdate/master/bin/remote-auto-update.sh | bash -s "$OPENWRT_HOSTS" "$USER_PACKAGES" "$EXTRA_COMMAND" "$ALLOW_UPDATE_RC"

Tested on

Devices

  • TP-Link Archer C7 v2
  • TP-Link Archer C7 v4
  • TP-Link Archer C7 v5
  • D-Link DIR-860L B1
  • GL.iNet GL-B1300

OpenWrt 19.XX

  • 19.07.0
  • 19.07.1
  • 19.07.2
  • 19.07.3
  • 19.07.4
  • 19.07.5
  • 19.07.6
  • 19.07.7

OpenWrt 21.02.0.rcX

NEW: use Param ALLOW_UPDATE_RC

OpenWrt 21.XX

  • 21.02.1

Notice

ssh

use authorized_keys

About

Automatic update of OpenWrt firmware and packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages