- 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
-
- Feb 18, 2013
-
-
Gabor Juhos authored
Currently, most platforms define such helpers in their own diag.sh implementation with almost identical code. By factoring out the common ground it's possible to simplify maintainability and homogenize the haptics over multiple platforms (so far as is reasonably practicable, in a next step). [juhosg: - fix led_set_attr parameters in led_timer - add led_morse and status_led_set_morse helpers - add status_led_blink_{preinit,failsafe} helpers] Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35648
-
- Jan 22, 2013
-
-
Steven Barth authored
SVN-Revision: 35300
-
- Jan 21, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 35287
-
Jo-Philipp Wich authored
SVN-Revision: 35286
-
- Jan 15, 2013
-
-
Steven Barth authored
SVN-Revision: 35168
-
- Dec 19, 2012
-
-
Mirko Vogt authored
SVN-Revision: 34794
-
Mirko Vogt authored
The behaviour of calling 'mount' differed depending on whether it called the busybox-mount, the mount of util-linux, the mount defined in /lib/functions.sh and /lib/functions/boot.sh /etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh, both re-defining 'mount'. SVN-Revision: 34792
-
- Dec 17, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 34733
-
- Dec 16, 2012
-
-
Jo-Philipp Wich authored
base-files: rework cache handling in network.sh to keep the entire parsed ifstatus, use jshn namespaces to support using it concurrently with other jshn users SVN-Revision: 34725
-
Jo-Philipp Wich authored
- support reading inactive gateways and DNS information in network_get_gateway(), network_get_dnsserver() and network_get_dnssearch() by passing "true" as optional last argument - internally cache fetched values to speed up subsequent accesses to the same data, introduce network_flush_cache() to clear them - add some inline function documentation SVN-Revision: 34722
-
- Sep 13, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33391
-
- Aug 13, 2012
-
-
Gabor Juhos authored
Adds capability to add uci-defaults defining RSSI LEDs Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33164
-
- Jun 29, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_get_dnsserver() and network_get_dnssearch() in /lib/functions/network.sh SVN-Revision: 32531
-
Jo-Philipp Wich authored
SVN-Revision: 32525
-
- Jun 17, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397
-