- 03 Apr, 2015 1 commit
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
-
- 02 Apr, 2015 1 commit
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45244
-
- 11 Feb, 2015 1 commit
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44409
-
- 01 Dec, 2014 1 commit
-
-
John Crispin authored
create user:group before running postinst-pkg. the postinst hook might require the user:group to already exist. Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 43472
-
- 06 Nov, 2014 1 commit
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 43205
-
- 03 Nov, 2014 2 commits
-
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- 02 Nov, 2014 1 commit
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- 11 Aug, 2014 1 commit
-
-
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
-
- 29 Jul, 2014 2 commits
-
-
Felix Fietkau authored
Make sure they don't break the sed command, and also make device_info and openwrt_release more robust for parsing by scripts Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41885
-
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
-