- 21 Jun, 2013 2 commits
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36998
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36996
-
- 11 Jun, 2013 2 commits
-
-
Steven Barth authored
SVN-Revision: 36920
-
Steven Barth authored
SVN-Revision: 36918
-
- 06 Jun, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 36865
-
- 06 May, 2013 1 commit
-
-
Jo-Philipp Wich authored
base-files: change network_find_wan() procedure to ignore default gateways in different routing tables SVN-Revision: 36553
-
- 25 Mar, 2013 1 commit
-
-
Jo-Philipp Wich authored
package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface. SVN-Revision: 36129
-
- 23 Mar, 2013 1 commit
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36112
-
- 22 Mar, 2013 1 commit
-
-
Florian Fainelli authored
With eglibc, "ldd busybox" give us libcrypt.so.1 => /lib/libcrypt.so.1 (0x774be000) libm.so.6 => /lib/libm.so.6 (0x773e4000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x773c0000) libc.so.6 => /lib/libc.so.6 (0x77276000) /lib/ld.so.1 (0x774fe000) Thus /lib/ld.so.1 is not printed by the libs fonction and isn't copied to the 'new' root before pivot root libs() { ldd $* | awk '{print $3}'; } https://dev.openwrt.org/browser/trunk/package/base-files/files/lib/upgrade/common.sh With uclibc the last line of "ldd busybox" is ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77ada000) Don't know for musl! This patch replace https://dev.openwrt.org/changeset/19167, as glibc is gone The other way around is to rework libs() Please apply the fix (mine or another) on trunk and AA Might fix https://dev.openwrt.org/ticket/12273 Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36107
-
- 13 Mar, 2013 1 commit
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36003
-
- 18 Feb, 2013 1 commit
-
-
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
-
- 16 Feb, 2013 2 commits
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35614
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35612
-
- 01 Feb, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 35417
-
- 29 Jan, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 35368
-
- 28 Jan, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 35344
-
- 22 Jan, 2013 2 commits
-
-
Steven Barth authored
SVN-Revision: 35300
-
Steven Barth authored
SVN-Revision: 35299
-
- 17 Jan, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 35204
-
- 15 Jan, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 35168
-
- 11 Jan, 2013 1 commit
-
-
Vasilis Tsiligiannis authored
SVN-Revision: 35095
-
- 27 Dec, 2012 1 commit
-
-
Steven Barth authored
SVN-Revision: 34893
-
- 22 Dec, 2012 1 commit
-
-
Felix Fietkau authored
base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script SVN-Revision: 34866
-
- 17 Dec, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 34733
-
- 16 Dec, 2012 1 commit
-
-
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
-
- 25 Nov, 2012 1 commit
-
-
Gabor Juhos authored
Write "delay" and "message" options to their respective files, allowing Morse code message configuration through UCI. The delay (dit length) defaults to 150ms (about 8 words per minute, suitable for beginners). Signed-off-by:
Petr Viktorin <encukou@gmail.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34380
-
- 23 Nov, 2012 1 commit
-
-
Florian Fainelli authored
Busybox built against musl-libc will choke on these otherwise, besides that it is more natural to use the filesystem type, then options, then name, then mountpoint. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34308
-
- 11 Oct, 2012 1 commit
-
-
Florian Fainelli authored
Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger. This doesn't harm as the kernel will refuse this setting, but it outputs some ugly log-lines: Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument ... In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33717
-
- 19 Sep, 2012 1 commit
-
-
Florian Fainelli authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 33477
-
- 17 Sep, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 33448
-
- 12 Aug, 2012 1 commit
-
-
Jo-Philipp Wich authored
base-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper for tar -C / -x(v)zf SVN-Revision: 33147
-
- 10 Aug, 2012 1 commit
-
-
Florian Fainelli authored
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
-
- 09 Aug, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 33075
-
- 08 Aug, 2012 1 commit
-
-
Florian Fainelli authored
SVN-Revision: 33057
-
- 27 Jul, 2012 1 commit
-
-
Florian Fainelli authored
When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 32891
-
- 26 Jun, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 32503
-
- 17 Jun, 2012 1 commit
-
-
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
-
- 13 Jun, 2012 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 32339
-
- 10 Jun, 2012 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 32169
-
- 05 Jun, 2012 1 commit
-
-
Jo-Philipp Wich authored
base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 32073
-