Florian Fainelli [Fri, 5 Apr 2013 12:36:37 +0000 (12:36 +0000)]
toolchain/uClibc: backport a MIPS64 fix from openadk
Fixes uClibc dynamic loader name requested by executables when
targetting MIPS64 n64
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36208
Florian Fainelli [Fri, 5 Apr 2013 12:36:31 +0000 (12:36 +0000)]
toolchain/uClibc: handle different MIPS64 ABIs
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36207
Florian Fainelli [Fri, 5 Apr 2013 12:36:26 +0000 (12:36 +0000)]
toolchain: musl is not available on MIPS64
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36206
Florian Fainelli [Fri, 5 Apr 2013 12:36:23 +0000 (12:36 +0000)]
toolchain: allow choosing the MIPS64 user-land ABI
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36205
Florian Fainelli [Fri, 5 Apr 2013 12:36:19 +0000 (12:36 +0000)]
buildroot: factor knowledge of a 64bits architecture
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36204
Florian Fainelli [Fri, 5 Apr 2013 12:36:16 +0000 (12:36 +0000)]
malta: enable mips16 feature flag
The malta platform supports mips16 advertise this feature flag.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36203
Florian Fainelli [Fri, 5 Apr 2013 12:36:12 +0000 (12:36 +0000)]
buildroot: allow enabling MIPS16 user-space build
Enabling MIPS16 is made conditional on advertising the "mips16" feature
for a specific target since it requires support from the CPU
(HAS_MIPS16) and the actual use of MIPS16 for building packages
(USE_MIPS16).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36202
Florian Fainelli [Fri, 5 Apr 2013 12:36:09 +0000 (12:36 +0000)]
openssl: Pass in any TARGET_ASFLAGS
Packages not picking up the regular TARGET_AS need their openwrt
Makefiles tweaked. For a basic build, that's just openssl.
This depends on patch 1/5.
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36201
Florian Fainelli [Fri, 5 Apr 2013 12:36:06 +0000 (12:36 +0000)]
toolchain/gcc: .init and .fini need to pick one ISA
The .init and .fini sections are built by concatenating code
fragments. Putting mips16 code in the middle of a mips32 code block
doesn't work. Make gcc built the magic crt stuff in no-mips16 mode.
This is specific to 4.6-linaro but is probably portable to other gcc
flavors. Adding this to the t-libgcc-mips16 makefile fragment is a
hack not suitable for pushing upstream, but there is no mips/t-linux
or mips/t-uclibc and I am not going to touch gcc/configure for two
lines.
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36200
Florian Fainelli [Fri, 5 Apr 2013 12:36:00 +0000 (12:36 +0000)]
toolchain/uClibc: Disable mips16 for uClibc for now
For now, build uclibc without -mips16. There's no mips16 syscall
support AFAIK and uclibc uses inline assembly syscalls a lot.
In addition, touching errno means touching a TLS model symbol, and
that's not supported in gcc 4.6.
The __set_errno macro can be put back to calling
errno_location(). This allows much of the library to be built in
mips16 mode. I don't understand the implications to the thread library
of doing this.
A list of "build as -mno-mips16" C source files can be placed in the
mips architecture-dependent build files. Maintaining the list would be
no fun.
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36199
Florian Fainelli [Fri, 5 Apr 2013 12:35:56 +0000 (12:35 +0000)]
rules.mk: MIPS16 builds get a different toolchain
To be safe, build "m16" into the toolchain and target architecture the
same way mips32r2 does:
target-mips_r2_m16_uClibc-0.9.33.2
toolchain-mips_r2_m16_gcc-4.6-linaro_uClibc-0.9.33.2
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36198
Florian Fainelli [Fri, 5 Apr 2013 12:35:53 +0000 (12:35 +0000)]
rules.mk: Create TARGET_ASFLAGS; force -mno-mips16
Create and use a TARGET_ASFLAGS, defaulting to TARGET_CFLAGS.
MIPS .S files reasonably assume they are not in mips16 mode. Because
"-mips16 -mno-mips16" results in -mno-mips16, I can append that to the
TARGET_ASFLAGS. This should be done with $(filter-out)?
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36197
Steven Barth [Fri, 5 Apr 2013 12:28:06 +0000 (12:28 +0000)]
netifd: Bump to latest version * Fix a memory corruption when updating IPv6 prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow)
SVN-Revision: 36196
Felix Fietkau [Thu, 4 Apr 2013 20:04:52 +0000 (20:04 +0000)]
ubus: update to latest version, fixes a crash on reconnect
SVN-Revision: 36195
John Crispin [Thu, 4 Apr 2013 14:57:43 +0000 (14:57 +0000)]
add a helper that allows loading the eeprom from a MTD partition pointed to by a phandle
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36194
Steven Barth [Wed, 3 Apr 2013 17:08:21 +0000 (17:08 +0000)]
netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion
SVN-Revision: 36193
John Crispin [Wed, 3 Apr 2013 12:58:06 +0000 (12:58 +0000)]
unbreak i2c-mv64xxx dependencies
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36192
John Crispin [Wed, 3 Apr 2013 12:51:12 +0000 (12:51 +0000)]
fix borken of-i2c dependencies
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36191
Imre Kaloz [Wed, 3 Apr 2013 10:41:07 +0000 (10:41 +0000)]
remove the old (and nonworking) hack and identify our patched GCCs properly
SVN-Revision: 36189
John Crispin [Wed, 3 Apr 2013 10:01:10 +0000 (10:01 +0000)]
fix eglibc compile
add librt dependency/link flag to procd when using eglibc thanks to jow for the help
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 36188
John Crispin [Wed, 3 Apr 2013 10:01:07 +0000 (10:01 +0000)]
Migrate lantiq platform to common led helper functions
http://patchwork.openwrt.org/patch/3316/
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 36187
John Crispin [Wed, 3 Apr 2013 10:01:03 +0000 (10:01 +0000)]
add a missing patch that makes board detection work again
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36186
John Crispin [Wed, 3 Apr 2013 10:00:59 +0000 (10:00 +0000)]
revert patch that renames the worker thread as it seems to cause an oops
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36185
John Crispin [Wed, 3 Apr 2013 10:00:55 +0000 (10:00 +0000)]
add cdc-mbim module
http://patchwork.openwrt.org/patch/3370/
Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com>
SVN-Revision: 36184
John Crispin [Wed, 3 Apr 2013 10:00:50 +0000 (10:00 +0000)]
Patch for invoking (pre)init
http://patchwork.openwrt.org/patch/3485/
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 36183
John Crispin [Wed, 3 Apr 2013 10:00:44 +0000 (10:00 +0000)]
Add INA2XX current sensor module.
This is a I2C current/voltage/power sensor.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36182
John Crispin [Wed, 3 Apr 2013 10:00:40 +0000 (10:00 +0000)]
add lm92 kernel module
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36181
John Crispin [Wed, 3 Apr 2013 10:00:36 +0000 (10:00 +0000)]
add pcf857x kernel module
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36180
John Crispin [Wed, 3 Apr 2013 10:00:32 +0000 (10:00 +0000)]
make OF_I2C build as part of i2c-core
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36179
John Crispin [Wed, 3 Apr 2013 10:00:29 +0000 (10:00 +0000)]
several patches to make OF work on rt2x00
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36178
John Crispin [Wed, 3 Apr 2013 10:00:25 +0000 (10:00 +0000)]
add RT5350 wifi support
MTK/Ralink Acked replied and says we can merge this patch under the GPL.
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
Tested-by: Michel Stempin <michel.stempin@wanadoo.fr>
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36177
John Crispin [Wed, 3 Apr 2013 10:00:21 +0000 (10:00 +0000)]
add profile for tenda w150m board
http://patchwork.openwrt.org/patch/3371/
Signed-off-by: Chi Zhang <zhangchi866@gmail.com>
SVN-Revision: 36176
John Crispin [Wed, 3 Apr 2013 10:00:16 +0000 (10:00 +0000)]
fix ALL5002 default package selection
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36175
John Crispin [Wed, 3 Apr 2013 10:00:12 +0000 (10:00 +0000)]
Build WW factory image for DAP-1350
http://patchwork.openwrt.org/patch/3466/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36174
John Crispin [Wed, 3 Apr 2013 10:00:08 +0000 (10:00 +0000)]
add Huawei D105
http://patchwork.openwrt.org/patch/3510/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 36173
John Crispin [Wed, 3 Apr 2013 10:00:03 +0000 (10:00 +0000)]
add profile for the Edimax 3g-6200NL board
http://patchwork.openwrt.org/patch/3214/
Signed-off-by: Cédric Le Moing <cedric.le-moing@laposte.net>
SVN-Revision: 36172
John Crispin [Wed, 3 Apr 2013 09:59:59 +0000 (09:59 +0000)]
there is no ttyS1 console
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36171
John Crispin [Wed, 3 Apr 2013 09:59:55 +0000 (09:59 +0000)]
make v3.8 the default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36170
John Crispin [Wed, 3 Apr 2013 09:59:51 +0000 (09:59 +0000)]
add new image/Makefile
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36169
John Crispin [Wed, 3 Apr 2013 09:59:46 +0000 (09:59 +0000)]
add the dts files that describe the boards in future
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36168
John Crispin [Wed, 3 Apr 2013 09:59:41 +0000 (09:59 +0000)]
fix upvel profile names
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36167
John Crispin [Wed, 3 Apr 2013 09:59:37 +0000 (09:59 +0000)]
fix rt3883 config-3.8
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36166
John Crispin [Wed, 3 Apr 2013 09:59:33 +0000 (09:59 +0000)]
fix rt305x config-3.8
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36165
John Crispin [Wed, 3 Apr 2013 09:59:16 +0000 (09:59 +0000)]
mark rt288x broken until the test hardware arrives in the mail
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36164
John Crispin [Wed, 3 Apr 2013 09:59:10 +0000 (09:59 +0000)]
add patches for v3.8
Signed-off-by: John Crsipin <blogic@openwrt.org>
SVN-Revision: 36163
John Crispin [Wed, 3 Apr 2013 09:58:48 +0000 (09:58 +0000)]
remove old ralink 3.8 patches
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36162
John Crispin [Wed, 3 Apr 2013 09:58:44 +0000 (09:58 +0000)]
move files to files-3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36161
John Crispin [Wed, 3 Apr 2013 09:58:37 +0000 (09:58 +0000)]
add feature gpio
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36160
John Crispin [Wed, 3 Apr 2013 09:58:33 +0000 (09:58 +0000)]
add OF support to rtl8367b driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36159
John Crispin [Wed, 3 Apr 2013 09:58:28 +0000 (09:58 +0000)]
make firmware loading work on v3.9
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36158
Florian Fainelli [Tue, 2 Apr 2013 16:03:14 +0000 (16:03 +0000)]
toolchain/gcc: remove reference to llvm introduced in r36155
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36156
Florian Fainelli [Tue, 2 Apr 2013 16:00:35 +0000 (16:00 +0000)]
toolchain/gcc: add support for GCC 4.8.0
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36155
Florian Fainelli [Tue, 2 Apr 2013 16:00:23 +0000 (16:00 +0000)]
toolchain/gcc: update 4.7-linaro to 2013.03
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36154
Felix Fietkau [Mon, 1 Apr 2013 21:07:39 +0000 (21:07 +0000)]
libpcap: get rid of some bloat introduced by the update
SVN-Revision: 36151
Felix Fietkau [Mon, 1 Apr 2013 21:07:34 +0000 (21:07 +0000)]
libpcap: update to 1.3.0
Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in
Makefile. Upstream configure script ignores --disable-canusb.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36150
Imre Kaloz [Mon, 1 Apr 2013 15:46:41 +0000 (15:46 +0000)]
drop 4.5 support
SVN-Revision: 36149
Imre Kaloz [Mon, 1 Apr 2013 15:43:23 +0000 (15:43 +0000)]
cleanup
SVN-Revision: 36148
Imre Kaloz [Mon, 1 Apr 2013 15:13:46 +0000 (15:13 +0000)]
fixup 4.7 configure options
SVN-Revision: 36146
Imre Kaloz [Mon, 1 Apr 2013 15:08:38 +0000 (15:08 +0000)]
llvm is marked broken for two and a half year now, nuke it
SVN-Revision: 36145
Felix Fietkau [Mon, 1 Apr 2013 10:02:43 +0000 (10:02 +0000)]
openvpn: enable password save support (#13245)
SVN-Revision: 36144
Felix Fietkau [Mon, 1 Apr 2013 09:53:34 +0000 (09:53 +0000)]
valgrind: update to v3.8.1
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36143
Felix Fietkau [Mon, 1 Apr 2013 09:53:29 +0000 (09:53 +0000)]
mpc85xx: enable ath9k and wpad-mini by default
SVN-Revision: 36142
Florian Fainelli [Fri, 29 Mar 2013 13:16:09 +0000 (13:16 +0000)]
toolchain/eglibc: add missing ld-search-paths patch to 2.17
this patch is a copy of
trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in
trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch
please use svn copy instead of applying it (like in
https://dev.openwrt.org/changeset/34290/)
the patch add /usr/lib in the ld search path (for eglibc 2.17),
thus helping libs like libnl-tiny.so (for iw), libjson.so.0 (for ubus,
jshn) to be found
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36141
Luka Perkov [Thu, 28 Mar 2013 12:16:39 +0000 (12:16 +0000)]
toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib
It turns out that the symlink may exists already by the time the toolchain
Makefile gets an opportunity to run. While we asked to replace the target, ln
doesn't do so until after dereferencing the existing symlink. This results in
an unintended symlink that refers to itself. Instead, create the link without
dereferencing any symlinks by using the -n option.
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 36140
Hauke Mehrtens [Wed, 27 Mar 2013 15:51:28 +0000 (15:51 +0000)]
brcm47xx: generate images for Linksys E.... models
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 36139
Hauke Mehrtens [Wed, 27 Mar 2013 15:48:07 +0000 (15:48 +0000)]
gemini: remove usage of ehci_port_power() it was removed in kernel 3.8
SVN-Revision: 36138
Hauke Mehrtens [Wed, 27 Mar 2013 15:35:52 +0000 (15:35 +0000)]
brcm47xx: activate image generation for some Netgear devices which are on the market and should be supported.
SVN-Revision: 36137
Hauke Mehrtens [Wed, 27 Mar 2013 15:34:55 +0000 (15:34 +0000)]
brcm47xx: generate images for more WRT...N models
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 36136
Jonas Gorski [Wed, 27 Mar 2013 12:39:52 +0000 (12:39 +0000)]
mac80211: backport some upstream mwl8k fixes
SVN-Revision: 36134
Jonas Gorski [Wed, 27 Mar 2013 12:39:42 +0000 (12:39 +0000)]
base-files: firstboot: only ask for confirmation on TTY
Also allow '-y' to force the reset.
SVN-Revision: 36133
Steven Barth [Tue, 26 Mar 2013 13:39:17 +0000 (13:39 +0000)]
odhcp6c: Fix a race-condition in RA-handling
Thanks to Markus Stenberg for investigating and providing a fix
SVN-Revision: 36132
Jo-Philipp Wich [Tue, 26 Mar 2013 10:02:58 +0000 (10:02 +0000)]
base-files: move sysctl init after boot
SVN-Revision: 36131
Jo-Philipp Wich [Mon, 25 Mar 2013 18:45:23 +0000 (18:45 +0000)]
base-files: fix bad start index in previous commit
SVN-Revision: 36130
Jo-Philipp Wich [Mon, 25 Mar 2013 18:43:30 +0000 (18:43 +0000)]
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
Imre Kaloz [Mon, 25 Mar 2013 14:18:32 +0000 (14:18 +0000)]
upgrade to 3.9-rc4, disable unsupported boards
SVN-Revision: 36128
Imre Kaloz [Mon, 25 Mar 2013 13:53:48 +0000 (13:53 +0000)]
refresh patches against -rc4
SVN-Revision: 36127
Imre Kaloz [Mon, 25 Mar 2013 13:53:17 +0000 (13:53 +0000)]
add missing symbols
SVN-Revision: 36126
Steven Barth [Mon, 25 Mar 2013 11:22:12 +0000 (11:22 +0000)]
iptables: don't use --enable-ipv6 if IPv6 is disabled
SVN-Revision: 36125
Jo-Philipp Wich [Mon, 25 Mar 2013 11:12:57 +0000 (11:12 +0000)]
feeds.conf.default: switch LuCI feed to nbd.name git mirror
SVN-Revision: 36124
Steven Barth [Mon, 25 Mar 2013 10:58:48 +0000 (10:58 +0000)]
odhcp6c: minor bug fixes
SVN-Revision: 36123
Gabor Juhos [Mon, 25 Mar 2013 06:40:03 +0000 (06:40 +0000)]
ar71xx: fix ethernet LEDs on the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36122
Gabor Juhos [Mon, 25 Mar 2013 06:40:00 +0000 (06:40 +0000)]
ar71xx: add GPIO output select values for AR934x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36121
Gabor Juhos [Sun, 24 Mar 2013 21:07:21 +0000 (21:07 +0000)]
ar71xx: add default LED configuration for the WL-WRD3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36120
Gabor Juhos [Sun, 24 Mar 2013 19:23:47 +0000 (19:23 +0000)]
ar71xx: fix USB power GPIO on the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36119
Gabor Juhos [Sun, 24 Mar 2013 19:23:45 +0000 (19:23 +0000)]
ar71xx: remove numeric suffix of the TL-WDR3500 USB LED
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36118
Gabor Juhos [Sun, 24 Mar 2013 19:23:43 +0000 (19:23 +0000)]
ar71xx: add diag support for the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36117
Gabor Juhos [Sun, 24 Mar 2013 19:23:36 +0000 (19:23 +0000)]
ar71xx: add default switch configuration for the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36116
Hauke Mehrtens [Sun, 24 Mar 2013 14:01:38 +0000 (14:01 +0000)]
kernel: add missing config options for au1000 target
SVN-Revision: 36115
Hauke Mehrtens [Sun, 24 Mar 2013 00:54:30 +0000 (00:54 +0000)]
mac80211: download file with firmware for brcmsmac
This fixes #13144.
SVN-Revision: 36114
Hauke Mehrtens [Sun, 24 Mar 2013 00:53:15 +0000 (00:53 +0000)]
mac80211: update brcmsmac ap patches
SVN-Revision: 36113
Florian Fainelli [Sat, 23 Mar 2013 12:44:10 +0000 (12:44 +0000)]
base-files: also apply r36107 to files.old
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36112
Jo-Philipp Wich [Fri, 22 Mar 2013 14:10:29 +0000 (14:10 +0000)]
firewall3: update to git head
* fixes parsing of src/dest '*'
* fixes parsing of proto 'all'
SVN-Revision: 36111
Felix Fietkau [Fri, 22 Mar 2013 12:52:21 +0000 (12:52 +0000)]
tools/upx: use HOSTCXX to fix build errors on mac os x
SVN-Revision: 36110
Felix Fietkau [Fri, 22 Mar 2013 12:52:17 +0000 (12:52 +0000)]
build: add a HOSTCXX variable pointing at the c++ compiler
SVN-Revision: 36109
Florian Fainelli [Fri, 22 Mar 2013 10:06:10 +0000 (10:06 +0000)]
gdb: update to 7.5-2012.12-1
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36108
Florian Fainelli [Fri, 22 Mar 2013 10:06:06 +0000 (10:06 +0000)]
base-files: sysupgrade fail with eglibc
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
Hauke Mehrtens [Thu, 21 Mar 2013 14:56:04 +0000 (14:56 +0000)]
kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.
SVN-Revision: 36102
Hauke Mehrtens [Thu, 21 Mar 2013 14:50:59 +0000 (14:50 +0000)]
kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected
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 [Thu, 21 Mar 2013 14:25:17 +0000 (14:25 +0000)]
firewall3: update to git head
* fixes port remapping rules (#13217)
SVN-Revision: 36100
Hauke Mehrtens [Wed, 20 Mar 2013 22:01:18 +0000 (22:01 +0000)]
brcm47xx: generate images for some more devices
These devices should be supported by trunk now.
SVN-Revision: 36099