openwrt/openwrt.git
11 years agotoolchain/uClibc: handle different MIPS64 ABIs
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

11 years agotoolchain: musl is not available on MIPS64
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

11 years agotoolchain: allow choosing the MIPS64 user-land ABI
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

11 years agobuildroot: factor knowledge of a 64bits architecture
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

11 years agomalta: enable mips16 feature flag
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

11 years agobuildroot: allow enabling MIPS16 user-space build
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

11 years agoopenssl: Pass in any TARGET_ASFLAGS
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

11 years agotoolchain/gcc: .init and .fini need to pick one ISA
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

11 years agotoolchain/uClibc: Disable mips16 for uClibc for now
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

11 years agorules.mk: MIPS16 builds get a different toolchain
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

11 years agorules.mk: Create TARGET_ASFLAGS; force -mno-mips16
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

11 years agonetifd: Bump to latest version * Fix a memory corruption when updating IPv6 prefixes...
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

11 years agoubus: update to latest version, fixes a crash on reconnect
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

11 years agoadd a helper that allows loading the eeprom from a MTD partition pointed to by a...
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

11 years agonetifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify assigned subpr...
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

11 years agounbreak i2c-mv64xxx dependencies
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

11 years agofix borken of-i2c dependencies
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

11 years agoremove the old (and nonworking) hack and identify our patched GCCs properly
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

11 years agofix eglibc compile
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

11 years agoMigrate lantiq platform to common led helper functions
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

11 years agoadd a missing patch that makes board detection work again
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

11 years agorevert patch that renames the worker thread as it seems to cause an oops
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

11 years agoadd cdc-mbim module
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

11 years agoPatch for invoking (pre)init
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

11 years agoAdd INA2XX current sensor module.
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

11 years agoadd lm92 kernel module
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

11 years agoadd pcf857x kernel module
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

11 years agomake OF_I2C build as part of i2c-core
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

11 years agoseveral patches to make OF work on rt2x00
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

11 years agoadd RT5350 wifi support
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

11 years agoadd profile for tenda w150m board
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

11 years agofix ALL5002 default package selection
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

11 years agoBuild WW factory image for DAP-1350
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

11 years agoadd Huawei D105
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

11 years agoadd profile for the Edimax 3g-6200NL board
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

11 years agothere is no ttyS1 console
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

11 years agomake v3.8 the default
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

11 years agoadd new image/Makefile
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

11 years agoadd the dts files that describe the boards in future
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

11 years agofix upvel profile names
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

11 years agofix rt3883 config-3.8
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

11 years agofix rt305x config-3.8
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

11 years agomark rt288x broken until the test hardware arrives in the mail
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

11 years agoadd patches for v3.8
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

11 years agoremove old ralink 3.8 patches
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

11 years agomove files to files-3.7
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

11 years agoadd feature gpio
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

11 years agoadd OF support to rtl8367b driver
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

11 years agomake firmware loading work on v3.9
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

11 years agotoolchain/gcc: remove reference to llvm introduced in r36155
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

11 years agotoolchain/gcc: add support for GCC 4.8.0
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

11 years agotoolchain/gcc: update 4.7-linaro to 2013.03
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

11 years agolibpcap: get rid of some bloat introduced by the update
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

11 years agolibpcap: update to 1.3.0
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

11 years agodrop 4.5 support
Imre Kaloz [Mon, 1 Apr 2013 15:46:41 +0000 (15:46 +0000)]
drop 4.5 support

SVN-Revision: 36149

11 years agocleanup
Imre Kaloz [Mon, 1 Apr 2013 15:43:23 +0000 (15:43 +0000)]
cleanup

SVN-Revision: 36148

11 years agofixup 4.7 configure options
Imre Kaloz [Mon, 1 Apr 2013 15:13:46 +0000 (15:13 +0000)]
fixup 4.7 configure options

SVN-Revision: 36146

11 years agollvm is marked broken for two and a half year now, nuke it
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

11 years agoopenvpn: enable password save support (#13245)
Felix Fietkau [Mon, 1 Apr 2013 10:02:43 +0000 (10:02 +0000)]
openvpn: enable password save support (#13245)

SVN-Revision: 36144

11 years agovalgrind: update to v3.8.1
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

11 years agompc85xx: enable ath9k and wpad-mini by default
Felix Fietkau [Mon, 1 Apr 2013 09:53:29 +0000 (09:53 +0000)]
mpc85xx: enable ath9k and wpad-mini by default

SVN-Revision: 36142

11 years agotoolchain/eglibc: add missing ld-search-paths patch to 2.17
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

11 years agotoolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib
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

11 years agobrcm47xx: generate images for Linksys E.... models
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

11 years agogemini: remove usage of ehci_port_power() it was removed in kernel 3.8
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

11 years agobrcm47xx: activate image generation for some Netgear devices which are on the market...
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

11 years agobrcm47xx: generate images for more WRT...N models
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

11 years agomac80211: backport some upstream mwl8k fixes
Jonas Gorski [Wed, 27 Mar 2013 12:39:52 +0000 (12:39 +0000)]
mac80211: backport some upstream mwl8k fixes

SVN-Revision: 36134

11 years agobase-files: firstboot: only ask for confirmation on TTY
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

11 years agoodhcp6c: Fix a race-condition in RA-handling
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

11 years agobase-files: move sysctl init after boot
Jo-Philipp Wich [Tue, 26 Mar 2013 10:02:58 +0000 (10:02 +0000)]
base-files: move sysctl init after boot

SVN-Revision: 36131

11 years agobase-files: fix bad start index in previous commit
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

11 years agopackage/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and...
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

11 years agoupgrade to 3.9-rc4, disable unsupported boards
Imre Kaloz [Mon, 25 Mar 2013 14:18:32 +0000 (14:18 +0000)]
upgrade to 3.9-rc4, disable unsupported boards

SVN-Revision: 36128

11 years agorefresh patches against -rc4
Imre Kaloz [Mon, 25 Mar 2013 13:53:48 +0000 (13:53 +0000)]
refresh patches against -rc4

SVN-Revision: 36127

11 years agoadd missing symbols
Imre Kaloz [Mon, 25 Mar 2013 13:53:17 +0000 (13:53 +0000)]
add missing symbols

SVN-Revision: 36126

11 years agoiptables: don't use --enable-ipv6 if IPv6 is disabled
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

11 years agofeeds.conf.default: switch LuCI feed to nbd.name git mirror
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

11 years agoodhcp6c: minor bug fixes
Steven Barth [Mon, 25 Mar 2013 10:58:48 +0000 (10:58 +0000)]
odhcp6c: minor bug fixes

SVN-Revision: 36123

11 years agoar71xx: fix ethernet LEDs on the TL-WDR3500
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

11 years agoar71xx: add GPIO output select values for AR934x
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

11 years agoar71xx: add default LED configuration for the WL-WRD3500
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

11 years agoar71xx: fix USB power GPIO on the TL-WDR3500
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

11 years agoar71xx: remove numeric suffix of the TL-WDR3500 USB LED
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

11 years agoar71xx: add diag support for the TL-WDR3500
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

11 years agoar71xx: add default switch configuration for the TL-WDR3500
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

11 years agokernel: add missing config options for au1000 target
Hauke Mehrtens [Sun, 24 Mar 2013 14:01:38 +0000 (14:01 +0000)]
kernel: add missing config options for au1000 target

SVN-Revision: 36115

11 years agomac80211: download file with firmware for brcmsmac
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

11 years agomac80211: update brcmsmac ap patches
Hauke Mehrtens [Sun, 24 Mar 2013 00:53:15 +0000 (00:53 +0000)]
mac80211: update brcmsmac ap patches

SVN-Revision: 36113

11 years agobase-files: also apply r36107 to files.old
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

11 years agofirewall3: update to git head
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

11 years agotools/upx: use HOSTCXX to fix build errors on mac os x
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

11 years agobuild: add a HOSTCXX variable pointing at the c++ compiler
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

11 years agogdb: update to 7.5-2012.12-1
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

11 years agobase-files: sysupgrade fail with eglibc
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

11 years agokernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.
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

11 years agokernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected
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

11 years agofirewall3: update to git head
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

11 years agobrcm47xx: generate images for some more devices
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

11 years agokernel: add some fixes for kernel 3.9
Hauke Mehrtens [Wed, 20 Mar 2013 21:59:24 +0000 (21:59 +0000)]
kernel: add some fixes for kernel 3.9

This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages.

SVN-Revision: 36098