- 29 Jul, 2014 1 commit
-
-
Felix Fietkau authored
Creates /etc/device_info which will be used to fill in information for WPS and other protocols that need manufacturer/device information This helps with creating OpenWrt firmware for OEM or rebranded devices. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41884
-
- 27 Jun, 2014 1 commit
-
-
John Crispin authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 41354
-
- 19 Jun, 2014 1 commit
-
-
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
-
- 02 Jun, 2014 1 commit
-
-
John Crispin authored
Before this patch, doing `/e/c/network restart' will emit the folloing error by `ubus network.wireless down "{}"' because netifd already quit by that time. Command failed: not found Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 40906
-
- 27 Apr, 2014 1 commit
-
-
Felix Fietkau authored
It was introduced in commit 2f966e8, "base-files: add a post start hook for procd managed services". Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 40576
-
- 31 Jan, 2014 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 39437
-
- 23 Jan, 2014 1 commit
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39372
-
- 17 Jan, 2014 1 commit
-
-
John Crispin authored
sysugrade killed the lock causing failsafe to stop Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 39318
-
- 14 Nov, 2013 1 commit
-
-
Gabor Juhos authored
In commit r38690, the MAC address canonicalization has been converted to use 'tr' instead of 'printf'. This only works if with MAC addresses which uses the 'xx:xx:xx:xx:xx:xx' format. However on some boards, the MAC addresses are stored in different format in the mtd partition. Some vendors are using hyphens or dots as separators instead of colons. Also the leading zeroes may be missing from the individual octets or those are replaced with spaces. Add a new function which can be used to convert these into the 'xx:xx:xx:xx:xx:xx' format. Also update the 'mtd_get_mac_ascii' function to use the new helper. The helper function is based on this code: http://isquared.nl/blog/2010/08/11/Bash-function-to-canonicalize-MAC-addresses/ Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38803
-
- 11 Nov, 2013 1 commit
-
-
Luka Perkov authored
Fixes failsafe issues with switches after r38725. Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38770
-
- 08 Nov, 2013 1 commit
-
-
Gabor Juhos authored
The mtd_get_mac_ascii utility function was broken. This fixes it. - Remove the superfluous include of /lib/functions.sh. The function is already in that file so it is pointless, - only use a variable if the whole key word matches, - don't try to process the MAC address if it is empty, - use 'tr' to canonicalize the MAC address, Signed-off-by:
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> [juhosg: add more fixes, update commit message] Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38690
-
- 31 Jul, 2013 2 commits
-
-
Jo-Philipp Wich authored
base-files: implement -l (--list-backup) sysupgrade parameter to list the files that would be backed up SVN-Revision: 37627
-
Jo-Philipp Wich authored
SVN-Revision: 37624
-
- 30 Jul, 2013 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 37620
-
- 20 Jul, 2013 1 commit
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37475
-
- 17 Jul, 2013 1 commit
-
-
Luka Perkov authored
SVN-Revision: 37383
-
- 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
-