Skip to content

A very simple script to help keeping OpenWRT and LEDE opkg packages up to date without hassle.

License

Notifications You must be signed in to change notification settings

ZFPSystems/openwrt_updateme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OpenWRT updateme

Very simple script to update intalled packages on OpenWRT OS without hassle.

Author: Paolo Fabio Zaino License: GPL v3

This script will detect all installed packages on your OpenWRT installation and will attempt to update them with the latest version (if any) in OPKG repository for your device.

NOTE: Before using this script make sure you have correctly configured and installed OpenWRT on your device and that opkg can reach the correct repository!

Please help me to improve this script with your suggestions and changes, thanks!

Installation

  1. Clone this project on your computer and then upload the updateme script in your root directory on your OpenWRT device via scp.

  2. Make sure the script has execution privileges by running:

    chmod +x ./updateme

  3. You are ready to go!

Usage

Just run the script as root by typing:

./updateme