openwrt/svn-archive/archive.git
11 years agogcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.
Felix Fietkau [Sun, 7 Apr 2013 10:11:41 +0000 (10:11 +0000)]
gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36240

11 years agouClibc: unbreak ld-uClibc on non-64bit platforms
Felix Fietkau [Sun, 7 Apr 2013 10:11:38 +0000 (10:11 +0000)]
uClibc: unbreak ld-uClibc on non-64bit platforms

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36239

11 years agoramips: remove top-level {address,size}-cells properties from .dts files
Gabor Juhos [Sun, 7 Apr 2013 08:19:10 +0000 (08:19 +0000)]
ramips: remove top-level {address,size}-cells properties from .dts files

Those are defined in the SoC specific .dtsi files.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36237

11 years agobrcm47xx: use old partition names again for kernel 3.8
Hauke Mehrtens [Sat, 6 Apr 2013 22:22:26 +0000 (22:22 +0000)]
brcm47xx: use old partition names again for kernel 3.8

This fixes sysupgrade. The partition names are used all over the Internet in various howtos.

Thank you russell for spotting this problem.

SVN-Revision: 36235

11 years agobrcm47xx: fix error in board detection when nvram is not available.
Hauke Mehrtens [Sat, 6 Apr 2013 19:02:25 +0000 (19:02 +0000)]
brcm47xx: fix error in board detection when nvram is not available.

SVN-Revision: 36234

11 years agolinux/3.8: implement pcibios_get_phb_of_node for MIPS
Gabor Juhos [Sat, 6 Apr 2013 17:33:03 +0000 (17:33 +0000)]
linux/3.8: implement pcibios_get_phb_of_node for MIPS

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36233

11 years agolinux/3.8: backport devm_ioremap_resource from 3.9
Gabor Juhos [Sat, 6 Apr 2013 17:33:00 +0000 (17:33 +0000)]
linux/3.8: backport devm_ioremap_resource from 3.9

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36232

11 years agoramips: fix ethernet switch node in DIR-645.dts
Gabor Juhos [Sat, 6 Apr 2013 17:19:35 +0000 (17:19 +0000)]
ramips: fix ethernet switch node in DIR-645.dts

Fix a typo in the node name and add vendor prefix
for the compatible string.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36231

11 years agogeneric: rtl8367: add compatible string with vendor prefix
Gabor Juhos [Sat, 6 Apr 2013 17:19:31 +0000 (17:19 +0000)]
generic: rtl8367: add compatible string with vendor prefix

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36230

11 years agogeneric: rtl8367b: fix rtl8367b_extif_init_of
Gabor Juhos [Sat, 6 Apr 2013 17:03:09 +0000 (17:03 +0000)]
generic: rtl8367b: fix rtl8367b_extif_init_of

* disable external interface if its property is not present
* show an error message if the extif property is not valid
* use proper error values intead of -1
* fix memory leak
* wrap long lines

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36229

11 years agolinux/3.8: add more missing symbols
Gabor Juhos [Sat, 6 Apr 2013 16:56:47 +0000 (16:56 +0000)]
linux/3.8: add more missing symbols

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36228

11 years agopackage/kernel: only include i2c-of if CONFIG_OF enabled
Gabor Juhos [Sat, 6 Apr 2013 16:55:25 +0000 (16:55 +0000)]
package/kernel: only include i2c-of if CONFIG_OF enabled

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36227

11 years agolinux/3.8: add missing symbol
Gabor Juhos [Sat, 6 Apr 2013 16:38:36 +0000 (16:38 +0000)]
linux/3.8: add missing symbol

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36226

11 years agokernel: fix md5sum for 3.8.6
Gabor Juhos [Sat, 6 Apr 2013 13:11:44 +0000 (13:11 +0000)]
kernel: fix md5sum for 3.8.6

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36225

11 years agokernel: Allow talitos crypto hw module selection
Gabor Juhos [Sat, 6 Apr 2013 12:41:06 +0000 (12:41 +0000)]
kernel: Allow talitos crypto hw module selection

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36224

11 years agoramips: remove spi node from RTN56.dts
Gabor Juhos [Sat, 6 Apr 2013 12:37:40 +0000 (12:37 +0000)]
ramips: remove spi node from RTN56.dts

The RT-N56U board uses a parallel flash.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36223

11 years agoramips: fix ethernet switch node in RTN56U.dts
Gabor Juhos [Sat, 6 Apr 2013 12:37:38 +0000 (12:37 +0000)]
ramips: fix ethernet switch node in RTN56U.dts

The RT-N56U uses an RTL8367M switch.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36222

11 years agoramips: rt3883: enable the RTL8367 driver
Gabor Juhos [Sat, 6 Apr 2013 12:37:37 +0000 (12:37 +0000)]
ramips: rt3883: enable the RTL8367 driver

That is needed by the Asus RT-N56U board.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36221

11 years agogeneric: rtl8367: allow to load extif config from OF
Gabor Juhos [Sat, 6 Apr 2013 12:37:36 +0000 (12:37 +0000)]
generic: rtl8367: allow to load extif config from OF

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36220

11 years agogeneric: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro
Gabor Juhos [Sat, 6 Apr 2013 12:37:34 +0000 (12:37 +0000)]
generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36219

11 years agogeneric: rtl8367: add vendor prefix to the compatible string
Gabor Juhos [Sat, 6 Apr 2013 12:37:32 +0000 (12:37 +0000)]
generic: rtl8367: add vendor prefix to the compatible string

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36218

11 years agoramips: rt3883: sync 3.8 config
Gabor Juhos [Sat, 6 Apr 2013 12:37:31 +0000 (12:37 +0000)]
ramips: rt3883: sync 3.8 config

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36217

11 years ago[ramips] fix typo pinmmux -> pinmux
John Crispin [Sat, 6 Apr 2013 11:46:34 +0000 (11:46 +0000)]
[ramips] fix typo pinmmux -> pinmux

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36216

11 years agokernel: update linux 3.8 to 3.8.6
Gabor Juhos [Sat, 6 Apr 2013 11:40:44 +0000 (11:40 +0000)]
kernel: update linux 3.8 to 3.8.6

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36215

11 years agorefresh kernel configs with kconfig.pl
Gabor Juhos [Sat, 6 Apr 2013 11:40:41 +0000 (11:40 +0000)]
refresh kernel configs with kconfig.pl

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36214

11 years ago[ramips] fix dir-615 h1 network config
John Crispin [Fri, 5 Apr 2013 23:37:45 +0000 (23:37 +0000)]
[ramips] fix dir-615 h1 network config

http://patchwork.openwrt.org/patch/3527/

Signed-off-by: Daniel Petre <dani@ip6.ro>
SVN-Revision: 36213

11 years ago[ramips] fix typo that made gpiomuxing fail
John Crispin [Fri, 5 Apr 2013 23:10:42 +0000 (23:10 +0000)]
[ramips] fix typo that made gpiomuxing fail

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36212

11 years agomalta: add le64 and be64 sub targets
Florian Fainelli [Fri, 5 Apr 2013 12:36:48 +0000 (12:36 +0000)]
malta: add le64 and be64 sub targets

These two subtargets are used to build a 64-bit malta kernel along with
64-bit userland support.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36211

11 years agomalta: move 32-bits options to subtarget config
Florian Fainelli [Fri, 5 Apr 2013 12:36:45 +0000 (12:36 +0000)]
malta: move 32-bits options to subtarget config

Preliminary change to add support for MIPS64-based malta subtargets.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36210

11 years agomalta: move endianness kernel configuration to subtarget
Florian Fainelli [Fri, 5 Apr 2013 12:36:41 +0000 (12:36 +0000)]
malta: move endianness kernel configuration to subtarget

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36209

11 years agotoolchain/uClibc: backport a MIPS64 fix from openadk
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

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
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 ago[mac80211] add a helper that allows loading the eeprom from a MTD partition pointed...
John Crispin [Thu, 4 Apr 2013 14:57:43 +0000 (14:57 +0000)]
[mac80211] 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
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 ago[kernel] unbreak i2c-mv64xxx dependencies
John Crispin [Wed, 3 Apr 2013 12:58:06 +0000 (12:58 +0000)]
[kernel] unbreak i2c-mv64xxx dependencies

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36192

11 years ago[kernel] fix borken of-i2c dependencies
John Crispin [Wed, 3 Apr 2013 12:51:12 +0000 (12:51 +0000)]
[kernel] fix borken of-i2c dependencies

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36191

11 years ago[toolchain/gcc]: remove the old (and nonworking) hack and identify our patched GCCs...
Imre Kaloz [Wed, 3 Apr 2013 10:41:07 +0000 (10:41 +0000)]
[toolchain/gcc]: remove the old (and nonworking) hack and identify our patched GCCs properly

SVN-Revision: 36189

11 years ago[procd] fix eglibc compile
John Crispin [Wed, 3 Apr 2013 10:01:10 +0000 (10:01 +0000)]
[procd] 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 ago[lantiq] Migrate lantiq platform to common led helper functions
John Crispin [Wed, 3 Apr 2013 10:01:07 +0000 (10:01 +0000)]
[lantiq] 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 ago[lantiq] add a missing patch that makes board detection work again
John Crispin [Wed, 3 Apr 2013 10:01:03 +0000 (10:01 +0000)]
[lantiq] add a missing patch that makes board detection work again

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36186

11 years ago[lantiq] revert 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)]
[lantiq] 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 ago[kernel] add cdc-mbim module
John Crispin [Wed, 3 Apr 2013 10:00:55 +0000 (10:00 +0000)]
[kernel] add cdc-mbim module

http://patchwork.openwrt.org/patch/3370/

Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com>
SVN-Revision: 36184

11 years ago[kernel] Patch for invoking (pre)init
John Crispin [Wed, 3 Apr 2013 10:00:50 +0000 (10:00 +0000)]
[kernel] Patch for invoking (pre)init

http://patchwork.openwrt.org/patch/3485/

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 36183

11 years ago[kernel] Add INA2XX current sensor module.
John Crispin [Wed, 3 Apr 2013 10:00:44 +0000 (10:00 +0000)]
[kernel] 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 ago[kernel] add lm92 kernel module
John Crispin [Wed, 3 Apr 2013 10:00:40 +0000 (10:00 +0000)]
[kernel] add lm92 kernel module

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36181

11 years ago[kernel] add pcf857x kernel module
John Crispin [Wed, 3 Apr 2013 10:00:36 +0000 (10:00 +0000)]
[kernel] add pcf857x kernel module

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36180

11 years ago[kernel] make OF_I2C build as part of i2c-core
John Crispin [Wed, 3 Apr 2013 10:00:32 +0000 (10:00 +0000)]
[kernel] make OF_I2C build as part of i2c-core

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36179

11 years ago[mac80211] several patches to make OF work on rt2x00
John Crispin [Wed, 3 Apr 2013 10:00:29 +0000 (10:00 +0000)]
[mac80211] several patches to make OF work on rt2x00

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36178

11 years ago[mac80211] add RT5350 wifi support
John Crispin [Wed, 3 Apr 2013 10:00:25 +0000 (10:00 +0000)]
[mac80211] 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 ago[ramips] add profile for tenda w150m board
John Crispin [Wed, 3 Apr 2013 10:00:21 +0000 (10:00 +0000)]
[ramips] 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 ago[ramips] fix ALL5002 default package selection
John Crispin [Wed, 3 Apr 2013 10:00:16 +0000 (10:00 +0000)]
[ramips] fix ALL5002 default package selection

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36175

11 years ago[ramips] Build WW factory image for DAP-1350
John Crispin [Wed, 3 Apr 2013 10:00:12 +0000 (10:00 +0000)]
[ramips] 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 ago[ramips] add Huawei D105
John Crispin [Wed, 3 Apr 2013 10:00:08 +0000 (10:00 +0000)]
[ramips] add Huawei D105

http://patchwork.openwrt.org/patch/3510/

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 36173

11 years ago[ramips] add profile for the Edimax 3g-6200NL board
John Crispin [Wed, 3 Apr 2013 10:00:03 +0000 (10:00 +0000)]
[ramips] 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 ago[ramips] there is no ttyS1 console
John Crispin [Wed, 3 Apr 2013 09:59:59 +0000 (09:59 +0000)]
[ramips] there is no ttyS1 console

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36171

11 years ago[ramips] make v3.8 the default
John Crispin [Wed, 3 Apr 2013 09:59:55 +0000 (09:59 +0000)]
[ramips] make v3.8 the default

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36170

11 years ago[ramips] add new image/Makefile
John Crispin [Wed, 3 Apr 2013 09:59:51 +0000 (09:59 +0000)]
[ramips] add new image/Makefile

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36169

11 years ago[ramips] add the dts files that describe the boards in future
John Crispin [Wed, 3 Apr 2013 09:59:46 +0000 (09:59 +0000)]
[ramips] add the dts files that describe the boards in future

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36168

11 years ago[ramips] fix upvel profile names
John Crispin [Wed, 3 Apr 2013 09:59:41 +0000 (09:59 +0000)]
[ramips] fix upvel profile names

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36167

11 years ago[ramips] fix rt3883 config-3.8
John Crispin [Wed, 3 Apr 2013 09:59:37 +0000 (09:59 +0000)]
[ramips] fix rt3883 config-3.8

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36166

11 years ago[ramips] fix rt305x config-3.8
John Crispin [Wed, 3 Apr 2013 09:59:33 +0000 (09:59 +0000)]
[ramips] fix rt305x config-3.8

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36165

11 years ago[ramips] mark rt288x broken until the test hardware arrives in the mail
John Crispin [Wed, 3 Apr 2013 09:59:16 +0000 (09:59 +0000)]
[ramips] mark rt288x broken until the test hardware arrives in the mail

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36164

11 years ago[ramips] add patches for v3.8
John Crispin [Wed, 3 Apr 2013 09:59:10 +0000 (09:59 +0000)]
[ramips] add patches for v3.8

Signed-off-by: John Crsipin <blogic@openwrt.org>
SVN-Revision: 36163

11 years ago[ramips] remove old ralink 3.8 patches
John Crispin [Wed, 3 Apr 2013 09:58:48 +0000 (09:58 +0000)]
[ramips] remove old ralink 3.8 patches

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36162

11 years ago[ramips] move files to files-3.7
John Crispin [Wed, 3 Apr 2013 09:58:44 +0000 (09:58 +0000)]
[ramips] move files to files-3.7

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36161

11 years ago[ramips] add feature gpio
John Crispin [Wed, 3 Apr 2013 09:58:37 +0000 (09:58 +0000)]
[ramips] add feature gpio

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36160

11 years ago[generic] add OF support to rtl8367b driver
John Crispin [Wed, 3 Apr 2013 09:58:33 +0000 (09:58 +0000)]
[generic] add OF support to rtl8367b driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36159

11 years ago[generic] make firmware loading work on v3.9
John Crispin [Wed, 3 Apr 2013 09:58:28 +0000 (09:58 +0000)]
[generic] 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 ago[toolchain/gcc]: drop 4.5 support
Imre Kaloz [Mon, 1 Apr 2013 15:46:41 +0000 (15:46 +0000)]
[toolchain/gcc]: drop 4.5 support

SVN-Revision: 36149

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

SVN-Revision: 36148

11 years ago[toolchain/gcc]: remove empty 4.6.2 patches directory
Imre Kaloz [Mon, 1 Apr 2013 15:23:07 +0000 (15:23 +0000)]
[toolchain/gcc]: remove empty 4.6.2 patches directory

SVN-Revision: 36147

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

SVN-Revision: 36146

11 years ago[toolchain/gcc]: llvm 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)]
[toolchain/gcc]: 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