User Tools

Site Tools


software:openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:openwrt [2017/12/27 13:56] – [How-Tos] Michele Porellisoftware:openwrt [2020/04/12 09:03] – [Packages related] Michele Porelli
Line 5: Line 5:
   * make -j 3 -> Building on multicore systems (eg. 3 processes)   * make -j 3 -> Building on multicore systems (eg. 3 processes)
 ===== How-Tos ===== ===== How-Tos =====
 +==== Packages related ====
   * [[http://wiki.openwrt.org/doc/howto/build|Build OpenWRT and packages]]   * [[http://wiki.openwrt.org/doc/howto/build|Build OpenWRT and packages]]
-  * [[http://arctic-things.blogspot.com/2008/01/internet-gateway-openvpn-openwrt-on.html|Internet Gateway with OpenVPN]] +  * [[https://github.com/cokebar/openwrt-vlmcsd|vlmcsd]] 
-  * [[http://wiki.openwrt.org/doc/howto/extroot|Boot from external flash/disk]] +  * Upgrade all the packages 
-  Multi-WAN Load Balancing - [[http://wiki.openwrt.org/doc/uci/multiwan|wiki]] and [[https://forum.openwrt.org/viewtopic.php?id=23904|forum topic]] +    * [[https://github.com/tavinus/opkg-upgrade|opkg-upgrade]] 
-  [[https://forum.openwrt.org/viewtopic.php?id=29352|Announce multiple gateways via DHCP]] +    manual method:<code>#!/usr/bin/env sh
-  * Upgrade all the packages<code>#!/usr/bin/env sh+
 opkg update opkg update
 for p in $(opkg list-upgradable); do for p in $(opkg list-upgradable); do
Line 20: Line 20:
   fi   fi
 done</code> done</code>
 +  * Re-install packages after upgrade: [[https://forum.openwrt.org/t/how-to-keep-packages-settings-after-upgrading/38998|1]]
 +==== Other ====
 +  * [[http://arctic-things.blogspot.com/2008/01/internet-gateway-openvpn-openwrt-on.html|Internet Gateway with OpenVPN]]
 +  * [[http://wiki.openwrt.org/doc/howto/extroot|Boot from external flash/disk]]
 +  * Multi-WAN Load Balancing - [[http://wiki.openwrt.org/doc/uci/multiwan|wiki]] and [[https://forum.openwrt.org/viewtopic.php?id=23904|forum topic]]
 +  * [[https://forum.openwrt.org/viewtopic.php?id=29352|Announce multiple gateways via DHCP]]
 ===== Fixes ===== ===== Fixes =====
   * [[https://dev.openwrt.org/ticket/7078|Error opening terminal:]] - libncurses, terminfo and alternate install destination   * [[https://dev.openwrt.org/ticket/7078|Error opening terminal:]] - libncurses, terminfo and alternate install destination
software/openwrt.txt · Last modified: 2020/07/05 06:36 by Michele Porelli