- 25 Mar, 2013 4 commits
-
-
Jo-Philipp Wich authored
SVN-Revision: 36124
-
Steven Barth authored
SVN-Revision: 36123
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36122
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36121
-
- 24 Mar, 2013 8 commits
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36120
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36119
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36118
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36117
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36116
-
Hauke Mehrtens authored
SVN-Revision: 36115
-
Hauke Mehrtens authored
This fixes #13144. SVN-Revision: 36114
-
Hauke Mehrtens authored
SVN-Revision: 36113
-
- 23 Mar, 2013 1 commit
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36112
-
- 22 Mar, 2013 5 commits
-
-
Jo-Philipp Wich authored
* fixes parsing of src/dest '*' * fixes parsing of proto 'all' SVN-Revision: 36111
-
Felix Fietkau authored
SVN-Revision: 36110
-
Felix Fietkau authored
SVN-Revision: 36109
-
Florian Fainelli authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36108
-
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
-
- 21 Mar, 2013 3 commits
-
-
Hauke Mehrtens authored
SVN-Revision: 36102
-
Hauke Mehrtens authored
This was turned from a silent confg option without a text to a normal config option which could be selected without any other option depending on this. This could cause the situation where REGMAP_SPI was selected without SPI_MASTER being selected. SVN-Revision: 36101
-
Jo-Philipp Wich authored
* fixes port remapping rules (#13217) SVN-Revision: 36100
-
- 20 Mar, 2013 5 commits
-
-
Hauke Mehrtens authored
These devices should be supported by trunk now. SVN-Revision: 36099
-
Hauke Mehrtens authored
This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098
-
Hauke Mehrtens authored
SVN-Revision: 36097
-
Steven Barth authored
In some cases IPv6 DNS-servers were not added correctly. SVN-Revision: 36095
-
Steven Barth authored
SVN-Revision: 36094
-
- 19 Mar, 2013 3 commits
-
-
Jo-Philipp Wich authored
* fixes reload handling of zones and ipsets that are still running but already deleted from the config SVN-Revision: 36092
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36091
-
Jo-Philipp Wich authored
- support network names in per-zone 'masq_src', 'masq_dest' and 'subnet' options (#13197) - do not allow src_mac option for SNAT rules SVN-Revision: 36090
-
- 18 Mar, 2013 2 commits
-
-
Felix Fietkau authored
SVN-Revision: 36085
-
Steven Barth authored
SVN-Revision: 36083
-
- 17 Mar, 2013 9 commits
-
-
Felix Fietkau authored
build: make the color of the 'configuration out of sync' warning red to make it harder for users to overlook SVN-Revision: 36082
-
Felix Fietkau authored
Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36080
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36079
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36078
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36077
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36076
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36075
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36074
-