- Nov 30, 2015
-
-
Jo-Philipp Wich authored
Add ucidef_set_board_id() and ucidef_set_model_name() procedures to store model information in the board.json file. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47671
-
- Nov 26, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47660
-
Jo-Philipp Wich authored
The only user was the hg255d board and config_generate did not even emit proper uci for it. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47658
-
Jo-Philipp Wich authored
Remove extra nesting of rssi leds in the led object and move rssi monitor declaration to its own object. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47655
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47652
-
- Nov 25, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47645
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47644
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47643
-
- Nov 24, 2015
-
-
Jo-Philipp Wich authored
Add further helper functions to uci-defaults-new.sh for easier declarations of complex switch layouts. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47638
-
- Sep 21, 2015
-
-
Felix Fietkau authored
Even though there are not many users left within the OpenWrt tree it seems this function broke during the kernel 3.18 transition. Fix it by providing a workdir as required by overlayfs. Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 47015
-
- Sep 04, 2015
-
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46794
-
- Jul 14, 2015
-
-
John Crispin authored
Signed-off-by:
Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46341
-
- Jul 08, 2015
-
-
John Crispin authored
Internal GPIO pins are used for PoE passthrough setups in multi-port routers. This patch implemnets control over this hardware feature for Ubiquiti Nanostations and TP-Link CPE510. Signed-off-by:
Lars Kruse <lists@sumpfralle.de> SVN-Revision: 46271
-
- Feb 14, 2015
-
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44446
-
- Jan 20, 2015
-
-
John Crispin authored
This restores normal pre-r43715 200ms blink-period for the System LED we're all accustomed to see while our OpenWrt routers are booting. Failsafe possibility will now be signalled with a new 100ms blinking, which is easily recognizable from the normal 200ms booting. So no existing user will be scared by a new 500ms LED pattern, since such a slow pattern could easily be mistaken for something wrong... I was like "ok why my router is collapsing now, is this a bad flash, a kernel panic, or what else" when I've seen it for the first time ;) Sorry for not having explained myself better in v1 of this patch. Original: Preinit, failsafe is possible: 200ms Preinit, failsafe not possible anymore, booting normally: 200ms Failsafe entered: 50ms Now (after preinit_regular has been introduced): Preinit, failsafe is possible: 200ms Preinit, failsafe not possible anymore, booting normally: 500ms *here is the "offending" change* Failsafe entered: 50ms With my proposed patch: Preinit, failsafe is possible: 100ms *indicate this condition with a new timing, that prompts the user to press the key if they want to start failsafe* Preinit, failsafe not possible anymore, booting normally: 200ms *keep this as before* Failsafe entered: 50ms Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 44056
-
- Jan 17, 2015
-
-
John Crispin authored
Signed-off-by:
Gerald Kerma <dreagle@doukki.net> SVN-Revision: 44000
-
- Jan 08, 2015
-
-
John Crispin authored
The enable and reset settings need to be added even when they're false. This is true at least for 'enable', that seems to default to true otherwise. Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 43887
-
- Dec 15, 2014
-
-
John Crispin authored
This new argument is used right after starting regular preinit (which happens if failsafe wasn't triggered). The main purpose of "preinit" argument is to indicate that failsafe can be triggered, however we were missing a way to inform user that we don't wait for a trigger anymore. With this change it's clear when failsafe mode can be triggered. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43715
-
- Oct 14, 2014
-
-
John Crispin authored
[base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
-
- Oct 09, 2014
-
-
Steven Barth authored
Return all IPv4 and IPv6 addresses. Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 42856
-
- Oct 08, 2014
-
-
Steven Barth authored
This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 42848
-
- Sep 25, 2014
-
-
Florian Fainelli authored
Add a third argument to ucidef_set_interface_raw, which is specifying the protocol. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 42665
-
- Sep 14, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42542
-
- Aug 18, 2014
-
-
John Crispin authored
this allows targets to use the new uci-default helper which will generate a file called /etc/board.json. a tool called /bin/config_generate can then be used to generate the default uci settings. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42185
-
- Aug 11, 2014
-
-
Jo-Philipp Wich authored
When looking for the first ipaddr also consider the current prefix just like network_get_ipaddrs6 does. If ipv6-address was empty the function did not return the first ipaddr even if the list was non-empty. fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006 Signed-off-by:
Henning Schild <henning@hennsch.de> SVN-Revision: 42139
-
- Jul 14, 2014
-
-
Gabor Juhos authored
Extracted from http://patchwork.openwrt.org/patch/5716/ Signed-off-by:
Forest Crossman <cyrozap@gmail.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41639
-
- Jun 19, 2014
-
-
Jo-Philipp Wich authored
Switches /lib/functions/network.sh from jshn based json parsing to jsonfilter expression while keeping the existing api. Expensive methods like "network_find_wan" are up to 20x faster now. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41281
-
- Jun 02, 2014
-
-
John Crispin authored
Function service_kill is deprecated and has no user, so remove it. Signed-off-by:
Zhao, Gang <gamerh2o@gmail.com> SVN-Revision: 40912
-
- May 16, 2014
-
-
Felix Fietkau authored
This allows services to bind to it at boot time instead of waiting for a cable to be plugged in Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40773
-
- Apr 08, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40426
-
- Apr 07, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40411
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40404
-
- Jan 23, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39372
-
- Dec 16, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 39099
-
- Dec 09, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39006
-
- Jul 15, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 37345
-
- Jun 17, 2013
-
-
Jo-Philipp Wich authored
base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface SVN-Revision: 36942
-
- May 06, 2013
-
-
Jo-Philipp Wich authored
base-files: change network_find_wan() procedure to ignore default gateways in different routing tables SVN-Revision: 36553
-
- Apr 22, 2013
-
-
Steven Barth authored
SVN-Revision: 36384
-
- Apr 09, 2013
-
-
Steven Barth authored
SVN-Revision: 36278
-