- Apr 07, 2014
-
-
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
-
- Jun 07, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_defer_device() and network_ready_device() wrappers for upcoming netifd iface deferring support SVN-Revision: 32106
-
- May 29, 2012
-
-
Gabor Juhos authored
SVN-Revision: 31991
-
Jo-Philipp Wich authored
SVN-Revision: 31978
-
Jo-Philipp Wich authored
base-files: let network_get_device() return the l3 interface, introduce network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960
-
- May 28, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 31937
-
Jo-Philipp Wich authored
base-files: introduce /lib/functions/network.sh This file will contain common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. SVN-Revision: 31935
-
- Mar 20, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31042
-
- Mar 02, 2012
-
-
Gabor Juhos authored
SVN-Revision: 30776
-
- Dec 01, 2011
-
-
Gabor Juhos authored
SVN-Revision: 29384
-
- Mar 17, 2011
-
-
Felix Fietkau authored
SVN-Revision: 26207
-
- Feb 20, 2011
-
-
Michael Büsch authored
SVN-Revision: 25635
-
Michael Büsch authored
noatime is cheaper than default relatime. SVN-Revision: 25634
-
- Nov 07, 2010
-
-
Jo-Philipp Wich authored
During the first OpenWrt boot after a clean flash (when the jffs2 partition is not yet initialized) tmpfs is used instead of the usual jffs2 overlay filesystem. If this tmpfs is mounted with default options, all directories created there (/etc, /etc/config, other subdirectories in /etc) get permissions 1777 by default, and these permissions then persist in the created jffs2 at least until subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the permission problem. Signed-off-by:
Sergey Vlasov <vsu@altlinux.ru> SVN-Revision: 23906
-
- Sep 23, 2010
-
-
Daniel Dickinson authored
base/block-extroot, base/block-mount: Modified preinit and block-extroot and block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done. Thanks jow for the preinit merge stuff! SVN-Revision: 23110
-
- Sep 19, 2010
-
-
Daniel Dickinson authored
base-files: Add function pi_include the /lib/functions/boot.sh used by preinit, which safely sources files as well as working correctly whether the script using it is a package added to the jffs2 part of a squashfs or built into an image or on some other root filesystem. SVN-Revision: 23099
-
- May 20, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 21511
-