openwrt/staging/yousong.git
11 years agokernel: add missing generic config options for 3.6+
Hauke Mehrtens [Sun, 18 Nov 2012 20:54:53 +0000 (20:54 +0000)]
kernel: add missing generic config options for 3.6+

SVN-Revision: 34250

11 years agokernel: add CONFIG_XZ_DEC=y to generic
Hauke Mehrtens [Sun, 18 Nov 2012 20:48:53 +0000 (20:48 +0000)]
kernel: add CONFIG_XZ_DEC=y to generic

CONFIG_SQUASHFS_XZ selects CONFIG_XZ_DEC so this could also be moved.

SVN-Revision: 34249

11 years agoar71xx: use custom LZMA dictionary size for WNDR3700 images
Gabor Juhos [Sun, 18 Nov 2012 20:25:13 +0000 (20:25 +0000)]
ar71xx: use custom LZMA dictionary size for WNDR3700 images

Based on a patch by Hannu Nyman.

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

11 years agoadd 3.7-rc6 support (patch 820 still has to be fixed)
Imre Kaloz [Sun, 18 Nov 2012 18:52:38 +0000 (18:52 +0000)]
add 3.7-rc6 support (patch 820 still has to be fixed)

SVN-Revision: 34247

11 years agoshouldn't use kernel headers from userspace
Imre Kaloz [Sun, 18 Nov 2012 18:29:58 +0000 (18:29 +0000)]
shouldn't use kernel headers from userspace

SVN-Revision: 34246

11 years agogeneric: ar8216: add MIB counter support for the AR8216 switch as well
Gabor Juhos [Sun, 18 Nov 2012 16:21:00 +0000 (16:21 +0000)]
generic: ar8216: add MIB counter support for the AR8216 switch as well

Thanks to Jonas Gorski for the reference URL.

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

11 years agogeneric: ar8216: rename AR8216_*_STATS_* defines
Gabor Juhos [Sun, 18 Nov 2012 16:20:56 +0000 (16:20 +0000)]
generic: ar8216: rename AR8216_*_STATS_* defines

The names are misleading, those are only valid from
AR8236. The AR8216 chip uses different offsets.

Thanks to Jonas Gorski for the report.

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

11 years agogeneric ar8216: allow to read/reset MIB counters via swconfig
Gabor Juhos [Sun, 18 Nov 2012 12:26:35 +0000 (12:26 +0000)]
generic ar8216: allow to read/reset MIB counters via swconfig

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

11 years agogeneric: ar8216: use dynamically allocated private data in ar8216_probe
Gabor Juhos [Sun, 18 Nov 2012 12:26:34 +0000 (12:26 +0000)]
generic: ar8216: use dynamically allocated private data in ar8216_probe

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

11 years agoar71xx: add user-space support for the RB435G board
Gabor Juhos [Sun, 18 Nov 2012 10:18:02 +0000 (10:18 +0000)]
ar71xx: add user-space support for the RB435G board

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

11 years agoar71xx: add kernel support for the RB435G board
Gabor Juhos [Sun, 18 Nov 2012 10:18:01 +0000 (10:18 +0000)]
ar71xx: add kernel support for the RB435G board

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

11 years agoar71xx: update PCI IRQ map for RB4xx devices
Gabor Juhos [Sun, 18 Nov 2012 09:51:04 +0000 (09:51 +0000)]
ar71xx: update PCI IRQ map for RB4xx devices

Should fix #12269.

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

11 years agoar71xx: create profile and build image for the OpenMesh MR600 board
Gabor Juhos [Sun, 18 Nov 2012 09:32:41 +0000 (09:32 +0000)]
ar71xx: create profile and build image for the OpenMesh MR600 board

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34237

11 years agopackage/uboot-envtools: add OpenMesh MR600 support
Gabor Juhos [Sun, 18 Nov 2012 09:32:40 +0000 (09:32 +0000)]
package/uboot-envtools: add OpenMesh MR600 support

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34236

11 years agoar71xx: enable sysupgrade for the OpenMesh MR600
Gabor Juhos [Sun, 18 Nov 2012 09:32:39 +0000 (09:32 +0000)]
ar71xx: enable sysupgrade for the OpenMesh MR600

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34235

11 years agoar71xx: rename om2p.sh upgrade script to openmesh.sh
Gabor Juhos [Sun, 18 Nov 2012 09:32:37 +0000 (09:32 +0000)]
ar71xx: rename om2p.sh upgrade script to openmesh.sh

It will be used on other boards as well.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34234

11 years agoscripts/om-fwupgradecfg-gen.sh: add support for the MR600
Gabor Juhos [Sun, 18 Nov 2012 09:32:36 +0000 (09:32 +0000)]
scripts/om-fwupgradecfg-gen.sh: add support for the MR600

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34233

11 years agoar71xx: add user-space support for the OpenMesh MR600 board
Gabor Juhos [Sun, 18 Nov 2012 09:32:35 +0000 (09:32 +0000)]
ar71xx: add user-space support for the OpenMesh MR600 board

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34232

11 years agoar71xx: add kernel support for the OpenMesh MR600 board
Gabor Juhos [Sun, 18 Nov 2012 09:32:33 +0000 (09:32 +0000)]
ar71xx: add kernel support for the OpenMesh MR600 board

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34231

11 years agotarget specific patches have nothing to do in generic..
Imre Kaloz [Sun, 18 Nov 2012 09:22:38 +0000 (09:22 +0000)]
target specific patches have nothing to do in generic..

SVN-Revision: 34230

11 years agogeneric: remove temporary config file introduced in r34227
Gabor Juhos [Sun, 18 Nov 2012 08:51:56 +0000 (08:51 +0000)]
generic: remove temporary config file introduced in r34227

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

11 years agouse xz compressed kernel tarballs
Imre Kaloz [Sun, 18 Nov 2012 08:49:08 +0000 (08:49 +0000)]
use xz compressed kernel tarballs

SVN-Revision: 34228

11 years agokernel: update linux 3.6 to 3.6.7
Gabor Juhos [Sun, 18 Nov 2012 08:41:31 +0000 (08:41 +0000)]
kernel: update linux 3.6 to 3.6.7

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

11 years agowe don't support kernels < 3.3
Imre Kaloz [Sun, 18 Nov 2012 08:39:10 +0000 (08:39 +0000)]
we don't support kernels < 3.3

SVN-Revision: 34226

11 years agowe only support v3.x kernels
Imre Kaloz [Sun, 18 Nov 2012 08:38:26 +0000 (08:38 +0000)]
we only support v3.x kernels

SVN-Revision: 34225

11 years ago6relayd: add conffiles section, thanks swalker
Steven Barth [Sat, 17 Nov 2012 09:44:41 +0000 (09:44 +0000)]
6relayd: add conffiles section, thanks swalker

SVN-Revision: 34222

11 years agomove patches to patches-2.6.36
Florian Fainelli [Fri, 16 Nov 2012 16:32:55 +0000 (16:32 +0000)]
move patches to patches-2.6.36

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

11 years agoremove broken flag
Florian Fainelli [Fri, 16 Nov 2012 16:32:52 +0000 (16:32 +0000)]
remove broken flag

The SPARC qemu target works like a charm with the following qemu command-line:

qemu-system-sparc64 -M sun4u -L /home/florian/dev/qemu/pc-bios -kernel build_dir/linux-sparc/linux-3.6.6/vmlinux -nographic

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

11 years agoupdate to kernel 3.6.6
Florian Fainelli [Fri, 16 Nov 2012 16:32:49 +0000 (16:32 +0000)]
update to kernel 3.6.6

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

11 years agoadd missing framebuffer config symbol
Florian Fainelli [Fri, 16 Nov 2012 16:32:45 +0000 (16:32 +0000)]
add missing framebuffer config symbol

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

11 years agoadvertise jffs2, squashfs and ext4 features
Florian Fainelli [Fri, 16 Nov 2012 16:32:42 +0000 (16:32 +0000)]
advertise jffs2, squashfs and ext4 features

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

11 years agoresync kernel configuration with 3.6 kernel
Florian Fainelli [Fri, 16 Nov 2012 16:32:39 +0000 (16:32 +0000)]
resync kernel configuration with 3.6 kernel

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

11 years agobuild root filesystems and install them in $(BIN_DIR)
Florian Fainelli [Fri, 16 Nov 2012 16:32:36 +0000 (16:32 +0000)]
build root filesystems and install them in $(BIN_DIR)

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

11 years agodo not build crashlog on sparc too
Florian Fainelli [Fri, 16 Nov 2012 16:32:33 +0000 (16:32 +0000)]
do not build crashlog on sparc too

This is crashing the kernel in crashlog_init_fs(), until fixed, disable it
for SPARC too.

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

11 years agoswitch to kernel 3.6.6
Florian Fainelli [Fri, 16 Nov 2012 16:32:29 +0000 (16:32 +0000)]
switch to kernel 3.6.6

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

11 years agoadd support for 3.6 kernel
Florian Fainelli [Fri, 16 Nov 2012 16:32:26 +0000 (16:32 +0000)]
add support for 3.6 kernel

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

11 years agomove acx-mac80211 to the ar7 generic target
Florian Fainelli [Fri, 16 Nov 2012 13:00:55 +0000 (13:00 +0000)]
move acx-mac80211 to the ar7 generic target

None of the AC49x boards that we support actually have Wi-Fi.

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

11 years ago3.6: add some framebuffer related config symbols
Florian Fainelli [Fri, 16 Nov 2012 13:00:51 +0000 (13:00 +0000)]
3.6: add some framebuffer related config symbols

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

11 years agopush atm, br2684ctl and kmod-pppoa down the DSL Profile
Florian Fainelli [Fri, 16 Nov 2012 13:00:48 +0000 (13:00 +0000)]
push atm, br2684ctl and kmod-pppoa down the DSL Profile

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

11 years agoar7-atm: make it depend on the generic AR7 platform
Florian Fainelli [Fri, 16 Nov 2012 13:00:41 +0000 (13:00 +0000)]
ar7-atm: make it depend on the generic AR7 platform

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

11 years ago6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - Rework...
Steven Barth [Fri, 16 Nov 2012 09:27:56 +0000 (09:27 +0000)]
6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant

SVN-Revision: 34204

11 years agoopkg: fix find logic introduced by previous commit
Jo-Philipp Wich [Thu, 15 Nov 2012 20:53:51 +0000 (20:53 +0000)]
opkg: fix find logic introduced by previous commit

SVN-Revision: 34203

11 years agoopkg: various additions - only wrap package descriptions when outputting to a tty...
Jo-Philipp Wich [Thu, 15 Nov 2012 20:17:49 +0000 (20:17 +0000)]
opkg: various additions - only wrap package descriptions when outputting to a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*")

SVN-Revision: 34202

11 years agobrcm47xx: revert r33935: check for .ELF header in partition parser
Hauke Mehrtens [Thu, 15 Nov 2012 16:39:45 +0000 (16:39 +0000)]
brcm47xx: revert r33935: check for .ELF header in partition parser

For sysupgrade the generic image should be used and the special image for the wgt634u is just needed for initial flashing over CFE.
russell reported that with this patch sysupgrdae did not worked for him any more and he could not reproduce the error described in #11420.
With the patch the linux partition also contained the loader which is in the first 128KB.

SVN-Revision: 34201

11 years agoscripts: rename om2p-fwupgradecfg-gen.sh to more generic om-fwupgradecfg-gen.sh
Gabor Juhos [Wed, 14 Nov 2012 14:18:33 +0000 (14:18 +0000)]
scripts: rename om2p-fwupgradecfg-gen.sh to more generic om-fwupgradecfg-gen.sh

It will be used for non OM2P boards as well.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34200

11 years agoar71xx: add profile and build image for the Ubiquiti UniFi AP-Outdoor board
Gabor Juhos [Tue, 13 Nov 2012 20:57:19 +0000 (20:57 +0000)]
ar71xx: add profile and build image for the Ubiquiti UniFi AP-Outdoor board

Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34198

11 years agoar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor board
Gabor Juhos [Tue, 13 Nov 2012 20:57:18 +0000 (20:57 +0000)]
ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor board

Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34197

11 years agoar71xx: add support for the Ubiquiti UniFi AP-Outdoor device
Gabor Juhos [Tue, 13 Nov 2012 20:57:17 +0000 (20:57 +0000)]
ar71xx: add support for the Ubiquiti UniFi AP-Outdoor device

[juhosg:
  - rename and refresh 660-MIPS-ath79-ubnt-xm-add-unifi-outdoor patches
  - wrap long lines in mach-ubnt-xm
  - remove default network config, set it from uci-defaults/network
    instead
  - remove user-space, and image generation stuff]

Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34196

11 years agoar71xx: add profiles and build images for old PowerCloud System devices
Gabor Juhos [Tue, 13 Nov 2012 20:57:15 +0000 (20:57 +0000)]
ar71xx: add profiles and build images for old PowerCloud System devices

[juhosg:
  - use 'PowerCloud Systems' instead of 'PCS' in the profiles
  - sort SingleProfile instances in image/Makefile]

Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34195

11 years agogeneric: refresh 3.6 patches
Gabor Juhos [Tue, 13 Nov 2012 20:57:13 +0000 (20:57 +0000)]
generic: refresh 3.6 patches

SVN-Revision: 34194

11 years agofix badly named patch file
Florian Fainelli [Tue, 13 Nov 2012 17:39:44 +0000 (17:39 +0000)]
fix badly named patch file

SVN-Revision: 34193

11 years agoswitch to kernel 3.6.6
Florian Fainelli [Tue, 13 Nov 2012 17:20:19 +0000 (17:20 +0000)]
switch to kernel 3.6.6

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

11 years agofix CBUS UART registration
Florian Fainelli [Tue, 13 Nov 2012 17:20:14 +0000 (17:20 +0000)]
fix CBUS UART registration

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

11 years agoar71xx: add profile and build image for the TL-WA7510N board
Gabor Juhos [Tue, 13 Nov 2012 14:48:03 +0000 (14:48 +0000)]
ar71xx: add profile and build image for the TL-WA7510N board

[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34190

11 years agofirmware-utils/mktplinkfw: add support for TL-WA7510N
Gabor Juhos [Tue, 13 Nov 2012 14:48:02 +0000 (14:48 +0000)]
firmware-utils/mktplinkfw: add support for TL-WA7510N

[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34189

11 years agoar71xx: user space support for the TL-WA7510N
Gabor Juhos [Tue, 13 Nov 2012 14:48:01 +0000 (14:48 +0000)]
ar71xx: user space support for the TL-WA7510N

[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34188

11 years agoar71xx: add support for TP-Link TL-WA7510N
Gabor Juhos [Tue, 13 Nov 2012 14:48:00 +0000 (14:48 +0000)]
ar71xx: add support for TP-Link TL-WA7510N

It is mostly the same as TL-WA901N. WLAN and LAN
are working. LAN LED is working. WLAN signal
strength LEDs are not working yet.

http://wiki.openwrt.org/toh/tp-link/tl-wa7510n?s[]=wa7510n

[juhosg:
  - cleanup commit message
  - move non kernel related stuff into separate changes
  - rename and refresh 615-MIPS-ath79-TL-WA7510N-v1-support patch
  - merge WA7510N support into the mach-tl-wa901nd.c file
  - add 3.6 support]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34187

11 years agoar71xx: refresh patches
Gabor Juhos [Tue, 13 Nov 2012 14:47:58 +0000 (14:47 +0000)]
ar71xx: refresh patches

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

11 years agofixes ar9 / dgn3500 support
John Crispin [Tue, 13 Nov 2012 08:54:14 +0000 (08:54 +0000)]
fixes ar9 / dgn3500 support

SVN-Revision: 34180

11 years agoprevious commit pushed 1 file too many ;)
John Crispin [Mon, 12 Nov 2012 21:36:23 +0000 (21:36 +0000)]
previous commit pushed 1 file too many ;)

SVN-Revision: 34179

11 years agomove ethernet hw init to init/uninit functions
John Crispin [Mon, 12 Nov 2012 21:35:01 +0000 (21:35 +0000)]
move ethernet hw init to init/uninit functions

This should fix the stalled irq problem seen by several people.
This is not the real fix, but rather moves the bug to the un/init patch of the driver.
The real bug still needs to be fixed, but this workaround should be suffcient to make
the ethernet stable.

SVN-Revision: 34177

11 years agobrcm47xx: remove double definition of kmod-tg3 added in r34150
Hauke Mehrtens [Mon, 12 Nov 2012 21:34:00 +0000 (21:34 +0000)]
brcm47xx: remove double definition of kmod-tg3 added in r34150

SVN-Revision: 34176

11 years agobrcm47xx: fix cfe config detection on WGT634U broken in r33920
Hauke Mehrtens [Mon, 12 Nov 2012 21:32:33 +0000 (21:32 +0000)]
brcm47xx: fix cfe config detection on WGT634U broken in r33920

Thanks Russell Senior for reporting this.

SVN-Revision: 34175

11 years agocns3xxx: merge gpio patches
Luka Perkov [Mon, 12 Nov 2012 19:27:30 +0000 (19:27 +0000)]
cns3xxx: merge gpio patches

SVN-Revision: 34174

11 years agocns3xxx: fix build failure after r34168
Luka Perkov [Mon, 12 Nov 2012 19:27:29 +0000 (19:27 +0000)]
cns3xxx: fix build failure after r34168

SVN-Revision: 34173

11 years agoppp: - fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau...
Jo-Philipp Wich [Mon, 12 Nov 2012 19:13:45 +0000 (19:13 +0000)]
ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau.edu.ua> - refresh patches

SVN-Revision: 34171

11 years agoMIPS: add a build fix for arch/mips/boot/compressed/decompress.c
Florian Fainelli [Mon, 12 Nov 2012 12:49:47 +0000 (12:49 +0000)]
MIPS: add a build fix for arch/mips/boot/compressed/decompress.c

And get rid of the AR7 patch because at least the Alchemy SoC also needs it

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

11 years agoreorder, rename and refresh patches
Imre Kaloz [Mon, 12 Nov 2012 09:18:00 +0000 (09:18 +0000)]
reorder, rename and refresh patches

SVN-Revision: 34169

11 years agosplit spi patch, follow mainline file naming
Imre Kaloz [Mon, 12 Nov 2012 08:22:14 +0000 (08:22 +0000)]
split spi patch, follow mainline file naming

SVN-Revision: 34168

11 years agosplit the i2c patch, merge the retry fixup
Imre Kaloz [Mon, 12 Nov 2012 08:21:38 +0000 (08:21 +0000)]
split the i2c patch, merge the retry fixup

SVN-Revision: 34167

11 years agomove redboot boardconfig patch into target folder
John Crispin [Mon, 12 Nov 2012 07:56:37 +0000 (07:56 +0000)]
move redboot boardconfig patch into target folder

SVN-Revision: 34166

11 years agoadd support for the Tonze AP-422/425
Imre Kaloz [Sun, 11 Nov 2012 21:04:30 +0000 (21:04 +0000)]
add support for the Tonze AP-422/425

SVN-Revision: 34165

11 years agorefresh patch
Imre Kaloz [Sun, 11 Nov 2012 21:03:52 +0000 (21:03 +0000)]
refresh patch

SVN-Revision: 34164

11 years agogenerate single images for tftp flashing as well as sysupgrade images for boards...
Imre Kaloz [Sun, 11 Nov 2012 20:57:04 +0000 (20:57 +0000)]
generate single images for tftp flashing as well as sysupgrade images for boards with old u-boot

SVN-Revision: 34163

11 years agocns3xxx: convert dwc_otg patches to files
Luka Perkov [Sun, 11 Nov 2012 20:03:58 +0000 (20:03 +0000)]
cns3xxx: convert dwc_otg patches to files

SVN-Revision: 34162

11 years agocns3xxx: convert ethernet patches to files
Luka Perkov [Sun, 11 Nov 2012 20:03:56 +0000 (20:03 +0000)]
cns3xxx: convert ethernet patches to files

SVN-Revision: 34161

11 years agobcm63xx: switch to 3.6.6
Jonas Gorski [Sun, 11 Nov 2012 19:57:17 +0000 (19:57 +0000)]
bcm63xx: switch to 3.6.6

SVN-Revision: 34160

11 years agokernel: modules: ext4 depends on crypto-hash on 3.6
Jonas Gorski [Sun, 11 Nov 2012 19:42:35 +0000 (19:42 +0000)]
kernel: modules: ext4 depends on crypto-hash on 3.6

SVN-Revision: 34159

11 years agomove fixed mapping of internal devices into vmalloc region
Imre Kaloz [Sun, 11 Nov 2012 19:29:27 +0000 (19:29 +0000)]
move fixed mapping of internal devices into vmalloc region

SVN-Revision: 34158

11 years agoadvertise squashfs feature
Florian Fainelli [Sun, 11 Nov 2012 19:26:54 +0000 (19:26 +0000)]
advertise squashfs feature

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

11 years agoadd support for Linux 3.6
Florian Fainelli [Sun, 11 Nov 2012 19:26:50 +0000 (19:26 +0000)]
add support for Linux 3.6

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

11 years agosplit kernel config between generic, au1500 and au1550
Florian Fainelli [Sun, 11 Nov 2012 19:26:44 +0000 (19:26 +0000)]
split kernel config between generic, au1500 and au1550

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

11 years agoadd support for Linux 3.6
Florian Fainelli [Sun, 11 Nov 2012 18:41:09 +0000 (18:41 +0000)]
add support for Linux 3.6

SVN-Revision: 34154

11 years agomove files directory to files-3.3
Florian Fainelli [Sun, 11 Nov 2012 18:40:48 +0000 (18:40 +0000)]
move files directory to files-3.3

SVN-Revision: 34153

11 years agoi2c-gpio-mux: fix build for 3.6+ kernels
Florian Fainelli [Sun, 11 Nov 2012 18:40:43 +0000 (18:40 +0000)]
i2c-gpio-mux: fix build for 3.6+ kernels

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

11 years agobrcm47xx: remove ssb-gige package
Hauke Mehrtens [Sun, 11 Nov 2012 17:30:33 +0000 (17:30 +0000)]
brcm47xx: remove ssb-gige package

CONFIG_SSB_DRIVER_GIGE is set in the target config of the brcm47xx target, so it will always be activated and the kmod-ssb-gige is not needed any more.
The kmod-ssb-gige package is not generated in an build as it does not contain any files and the makes the image builder fail when generating a image integrating this package.

SVN-Revision: 34150

11 years agogenerate image for AC49x
Florian Fainelli [Sun, 11 Nov 2012 16:11:39 +0000 (16:11 +0000)]
generate image for AC49x

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34149

11 years agocreate AC49x subtarget
Florian Fainelli [Sun, 11 Nov 2012 16:11:34 +0000 (16:11 +0000)]
create AC49x subtarget

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34148

11 years agocreate generic subtarget
Florian Fainelli [Sun, 11 Nov 2012 16:11:29 +0000 (16:11 +0000)]
create generic subtarget

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34147

11 years agodetect AC49x flash partitions
Florian Fainelli [Sun, 11 Nov 2012 16:11:22 +0000 (16:11 +0000)]
detect AC49x flash partitions

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34146

11 years agosupport AC49x bootloader environment
Florian Fainelli [Sun, 11 Nov 2012 16:11:14 +0000 (16:11 +0000)]
support AC49x bootloader environment

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34145

11 years agoadd AudioCodes AC49x platform support to kernel
Florian Fainelli [Sun, 11 Nov 2012 16:11:09 +0000 (16:11 +0000)]
add AudioCodes AC49x platform support to kernel

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34144

11 years agofree memory below kernel offset
Florian Fainelli [Sun, 11 Nov 2012 16:11:00 +0000 (16:11 +0000)]
free memory below kernel offset

Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that
memory region so it is usable for Linux.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34143

11 years agouClibc: backport a fix for dlsym(RTLD_NEXT, ...) use
Florian Fainelli [Sun, 11 Nov 2012 16:10:50 +0000 (16:10 +0000)]
uClibc: backport a fix for dlsym(RTLD_NEXT, ...) use

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

11 years agofix machtype handling above 4096
Imre Kaloz [Sun, 11 Nov 2012 11:07:59 +0000 (11:07 +0000)]
fix machtype handling above 4096

SVN-Revision: 34141

11 years agox86/generic: don't disable usbfs (#12452)
Jo-Philipp Wich [Sat, 10 Nov 2012 23:28:58 +0000 (23:28 +0000)]
x86/generic: don't disable usbfs (#12452)

SVN-Revision: 34139

11 years agobcm63xx: fix compilation with kmod-ohci enabled with 3.6
Jonas Gorski [Sat, 10 Nov 2012 22:10:47 +0000 (22:10 +0000)]
bcm63xx: fix compilation with kmod-ohci enabled with 3.6

Fixes the following error:

drivers/usb/host/ohci-bcm63xx.c: In function 'ohci_bcm63xx_start':
drivers/usb/host/ohci-bcm63xx.c:33:3: error: implicit declaration of function 'err' [-Werror=implicit-function-declaration]

Reported-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 34138

11 years agobcm63xx: add two missing usb patches to 3.6
Jonas Gorski [Sat, 10 Nov 2012 19:59:16 +0000 (19:59 +0000)]
bcm63xx: add two missing usb patches to 3.6

SVN-Revision: 34137

11 years agobcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6
Jonas Gorski [Sat, 10 Nov 2012 19:59:07 +0000 (19:59 +0000)]
bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6

SVN-Revision: 34136

11 years agomac80211: add more tx skb free fixes (hopefully final fix to #11894)
Felix Fietkau [Sat, 10 Nov 2012 02:47:33 +0000 (02:47 +0000)]
mac80211: add more tx skb free fixes (hopefully final fix to #11894)

SVN-Revision: 34133