openwrt/openwrt.git
11 years agoeglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x
Felix Fietkau [Wed, 31 Oct 2012 00:24:00 +0000 (00:24 +0000)]
eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x

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

11 years agoeglibc: enable parallel builds
Felix Fietkau [Wed, 31 Oct 2012 00:23:55 +0000 (00:23 +0000)]
eglibc: enable parallel builds

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

11 years agoeglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc
Felix Fietkau [Wed, 31 Oct 2012 00:23:51 +0000 (00:23 +0000)]
eglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc

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

11 years agobuild: increase file descriptor count limit for the build, some systems (e.g. Mac...
Felix Fietkau [Wed, 31 Oct 2012 00:23:47 +0000 (00:23 +0000)]
build: increase file descriptor count limit for the build, some systems (e.g. Mac OS X default to 256, which is too little for some parallel builds)

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

11 years agolibubox: add build dependency on lua
Felix Fietkau [Tue, 30 Oct 2012 21:50:07 +0000 (21:50 +0000)]
libubox: add build dependency on lua

SVN-Revision: 34022

11 years agogeneric: replace yaffs mutex_fix patch
Gabor Juhos [Tue, 30 Oct 2012 21:16:24 +0000 (21:16 +0000)]
generic: replace yaffs mutex_fix patch

Use a backported patch instead.

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

11 years agogeneric: replace yaffs symlink fix patch
Gabor Juhos [Tue, 30 Oct 2012 21:16:23 +0000 (21:16 +0000)]
generic: replace yaffs symlink fix patch

Use a backported patch instead.

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

11 years agogeneric: rename yaffs patches
Gabor Juhos [Tue, 30 Oct 2012 21:16:21 +0000 (21:16 +0000)]
generic: rename yaffs patches

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

11 years agoset earlyprintk UART to be the default Realview UART
Florian Fainelli [Tue, 30 Oct 2012 16:56:10 +0000 (16:56 +0000)]
set earlyprintk UART to be the default Realview UART

SVN-Revision: 34015

11 years agoproperly reindent Kernel/Prepare/Default
Florian Fainelli [Tue, 30 Oct 2012 16:56:03 +0000 (16:56 +0000)]
properly reindent Kernel/Prepare/Default

SVN-Revision: 34014

11 years agogeneric: fold yaffs_git_2010_10_20 patch to generic/files
Gabor Juhos [Tue, 30 Oct 2012 14:58:17 +0000 (14:58 +0000)]
generic: fold yaffs_git_2010_10_20 patch to generic/files

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

11 years agogeneric: fold yaffs_cvs_2009_04_24 patch to generic/files
Gabor Juhos [Tue, 30 Oct 2012 14:58:13 +0000 (14:58 +0000)]
generic: fold yaffs_cvs_2009_04_24 patch to generic/files

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

11 years agouhttpd: update to latest git head, improves handling of invalid requests
Jo-Philipp Wich [Tue, 30 Oct 2012 13:13:21 +0000 (13:13 +0000)]
uhttpd: update to latest git head, improves handling of invalid requests

SVN-Revision: 34010

11 years ago6relayd: update to work around a raw-socket bug
Steven Barth [Tue, 30 Oct 2012 07:43:07 +0000 (07:43 +0000)]
6relayd: update to work around a raw-socket bug

SVN-Revision: 34009

11 years agoipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)
Steven Barth [Tue, 30 Oct 2012 07:14:07 +0000 (07:14 +0000)]
ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)

6relayd is an IPv6-tool that relays IPv6-management protocols like router
discovery, neighbor discovery and DHCPv6 so that clients on routed
(non-bridged) interfaces can use the public address prefix, DHCPv6 and
DNS-service of a master interface. This is useful to avoid NAT in chained
IPv6-routers.

SVN-Revision: 34008

11 years agogdb: depend on zlib if zlib is selected
Felix Fietkau [Tue, 30 Oct 2012 00:45:51 +0000 (00:45 +0000)]
gdb: depend on zlib if zlib is selected

gdb can read debug informations in produced binaries with compressed debug sections if gdb is compiled with `zlib'.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 34007

11 years agonetifd: update to latest version, fixes adding an alias during config reload for...
Felix Fietkau [Tue, 30 Oct 2012 00:24:31 +0000 (00:24 +0000)]
netifd: update to latest version, fixes adding an alias during config reload for an interface that is already up

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

11 years agolibubox: update to the latest version
Felix Fietkau [Mon, 29 Oct 2012 23:06:20 +0000 (23:06 +0000)]
libubox: update to the latest version

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

11 years agoiwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny...
Jo-Philipp Wich [Mon, 29 Oct 2012 22:11:57 +0000 (22:11 +0000)]
iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices

SVN-Revision: 34003

11 years agoadd trace-cmd
Felix Fietkau [Mon, 29 Oct 2012 19:25:43 +0000 (19:25 +0000)]
add trace-cmd

SVN-Revision: 34002

11 years agouClibc: backport support for assignment-allocation character %m in sscanf
Felix Fietkau [Mon, 29 Oct 2012 19:25:38 +0000 (19:25 +0000)]
uClibc: backport support for assignment-allocation character %m in sscanf

SVN-Revision: 34001

11 years agogdb: use the libthread-db package instead of throwing the lib into the gdbserver...
Felix Fietkau [Mon, 29 Oct 2012 19:25:34 +0000 (19:25 +0000)]
gdb: use the libthread-db package instead of throwing the lib into the gdbserver package

SVN-Revision: 34000

11 years agotoolchain: add a package for libthread_db
Felix Fietkau [Mon, 29 Oct 2012 19:25:30 +0000 (19:25 +0000)]
toolchain: add a package for libthread_db

SVN-Revision: 33999

11 years agogdb: update to version 7.5
Felix Fietkau [Mon, 29 Oct 2012 19:25:26 +0000 (19:25 +0000)]
gdb: update to version 7.5

SVN-Revision: 33998

11 years agoreadline: update to version 6.2, enable parallel builds
Felix Fietkau [Mon, 29 Oct 2012 19:25:21 +0000 (19:25 +0000)]
readline: update to version 6.2, enable parallel builds

SVN-Revision: 33997

11 years agotoolchain: enable pthread debug support in uclibc
Felix Fietkau [Mon, 29 Oct 2012 19:25:16 +0000 (19:25 +0000)]
toolchain: enable pthread debug support in uclibc

SVN-Revision: 33996

11 years agoar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G boards
Gabor Juhos [Mon, 29 Oct 2012 17:24:30 +0000 (17:24 +0000)]
ar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G boards

The default pll_1000 value had to be changed
in order to make it working.

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

11 years agomac80211: report tx status for dropped frames, should fix some remaining stability...
Felix Fietkau [Mon, 29 Oct 2012 13:29:12 +0000 (13:29 +0000)]
mac80211: report tx status for dropped frames, should fix some remaining stability issues

SVN-Revision: 33991

11 years agoath9k: add a patch that prevents excessive retry of single frames during an aggregati...
Felix Fietkau [Mon, 29 Oct 2012 12:44:37 +0000 (12:44 +0000)]
ath9k: add a patch that prevents excessive retry of single frames during an aggregation session

SVN-Revision: 33989

11 years agoadd missing =y
Imre Kaloz [Mon, 29 Oct 2012 10:12:47 +0000 (10:12 +0000)]
add missing =y

SVN-Revision: 33988

11 years agotarget: refresh all target configs with kconfig.pl
Gabor Juhos [Mon, 29 Oct 2012 10:11:05 +0000 (10:11 +0000)]
target: refresh all target configs with kconfig.pl

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

11 years agoadd missing 3.6 symbols
Imre Kaloz [Mon, 29 Oct 2012 10:00:02 +0000 (10:00 +0000)]
add missing 3.6 symbols

SVN-Revision: 33986

11 years agothe uImage's filename will hardly change
Imre Kaloz [Mon, 29 Oct 2012 09:55:20 +0000 (09:55 +0000)]
the uImage's filename will hardly change

SVN-Revision: 33985

11 years agogeneric: add more symbols for 3.6
Gabor Juhos [Mon, 29 Oct 2012 09:08:59 +0000 (09:08 +0000)]
generic: add more symbols for 3.6

Also refresh the config file with kconfig.pl.

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

11 years agoar71xx: add initial support for 3.6
Gabor Juhos [Sun, 28 Oct 2012 19:52:02 +0000 (19:52 +0000)]
ar71xx: add initial support for 3.6

The nand subtarget is not working yet.

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

11 years agokernel: update linux 3.6 to 3.6.4
Gabor Juhos [Sun, 28 Oct 2012 18:59:39 +0000 (18:59 +0000)]
kernel: update linux 3.6 to 3.6.4

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

11 years agoar71xx: remove NO_AUTOINCR flag from the NAND drivers
Gabor Juhos [Sun, 28 Oct 2012 12:21:15 +0000 (12:21 +0000)]
ar71xx: remove NO_AUTOINCR flag from the NAND drivers

The flag is not present in 3.6.
Also add compatibility patches for 3.3.

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

11 years agogeneric: fix crashlog patch for 3.6
Gabor Juhos [Sun, 28 Oct 2012 09:50:50 +0000 (09:50 +0000)]
generic: fix crashlog patch for 3.6

kmsg_dump() uses an iterator to receive log buffer
content since 3.5. Change the 'crashlog_do_dump'
function in order to make it compatible with the
new version.

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

11 years agoar71xx: ag71xx: fix build_skb arguments for 3.6
Gabor Juhos [Sat, 27 Oct 2012 17:11:06 +0000 (17:11 +0000)]
ar71xx: ag71xx: fix build_skb arguments for 3.6

Also add a compatibility patch for 3.3

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

11 years agogeneric: fix tcp_window_check patch for 3.6
Gabor Juhos [Sat, 27 Oct 2012 15:42:25 +0000 (15:42 +0000)]
generic: fix tcp_window_check patch for 3.6

Move the new entry to the end of the tcp_sysctl_table
array to fix the following error:

[    7.670000] sysctl table check failed: net/netfilter/nf_conntrack_tcp_max_retrans No data
[    7.680000] Call Trace:
[    7.680000] [<80273bc4>] dump_stack+0x8/0x34
[    7.680000] [<80128710>] __register_sysctl_table+0x374/0x3a8
[    7.690000] [<868d5034>] nf_conntrack_l4proto_unregister+0x158/0x1a0[nf_conntrack]
[    7.700000] [<868d50e4>] nf_conntrack_l4proto_register+0x68/0x21c[nf_conntrack]
[    7.710000] [<868b237c>] need_ipv4_conntrack+0x35c/0xb60[nf_conntrack_ipv4]
[    7.710000]
[    7.720000] nf_conntrack_l4proto_tcp4 :protocol register failed
[    7.720000] nf_conntrack_ipv4: can't register pernet ops
[    7.780000] nf_nat: Unknown symbol nf_nat_seq_adjust_hook (err 0)
[    7.790000] nf_nat: Unknown symbol need_ipv4_conntrack (err 0)
[    7.800000] iptable_nat: Unknown symbol nf_nat_packet (err 0)
[    7.810000] iptable_nat: Unknown symbol nf_nat_setup_info (err 0)
[    7.820000] iptable_nat: Unknown symbol nf_nat_icmp_reply_translation (err 0)
[    7.820000] iptable_nat: Unknown symbol need_ipv4_conntrack (err 0)
[    7.840000] ipt_MASQUERADE: Unknown symbol nf_nat_setup_info (err 0)
[    7.860000] nf_nat_ftp: Unknown symbol nf_nat_follow_master (err 0)
[    7.870000] nf_nat_ftp: Unknown symbol __nf_nat_mangle_tcp_packet (err 0)
[    7.890000] nf_nat_irc: Unknown symbol nf_nat_follow_master (err 0)
[    7.900000] nf_nat_irc: Unknown symbol __nf_nat_mangle_tcp_packet (err 0)

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

11 years agoremove references to 2.6.39
Imre Kaloz [Sat, 27 Oct 2012 13:47:23 +0000 (13:47 +0000)]
remove references to 2.6.39

SVN-Revision: 33967

11 years agoinstead of updating the whole file, just add the additional boards
Imre Kaloz [Sat, 27 Oct 2012 13:29:36 +0000 (13:29 +0000)]
instead of updating the whole file, just add the additional boards

SVN-Revision: 33966

11 years agopackage/kernel: arc4 needs blkcipher support on 3.6
Gabor Juhos [Sat, 27 Oct 2012 12:33:00 +0000 (12:33 +0000)]
package/kernel: arc4 needs blkcipher support on 3.6

[   78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0)
[   78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0)
[   78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0)

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

11 years agorename erase size variables
Imre Kaloz [Sat, 27 Oct 2012 10:50:55 +0000 (10:50 +0000)]
rename erase size variables

SVN-Revision: 33964

11 years agoadd support for Netgear WN802T
Imre Kaloz [Sat, 27 Oct 2012 10:48:22 +0000 (10:48 +0000)]
add support for Netgear WN802T

SVN-Revision: 33963

11 years agodon't enforce rootfs location
Imre Kaloz [Sat, 27 Oct 2012 10:43:47 +0000 (10:43 +0000)]
don't enforce rootfs location

SVN-Revision: 33962

11 years agogenerate images for the D-Link DWL-3150 as well
Imre Kaloz [Sat, 27 Oct 2012 09:42:58 +0000 (09:42 +0000)]
generate images for the D-Link DWL-3150 as well

SVN-Revision: 33961

11 years agoar71xx: enable sysupgrade for the CAP4200AG board
Gabor Juhos [Sat, 27 Oct 2012 08:55:42 +0000 (08:55 +0000)]
ar71xx: enable sysupgrade for the CAP4200AG board

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

11 years agopackage/uboot-envtools: add CAP4200AG support
Gabor Juhos [Sat, 27 Oct 2012 08:55:41 +0000 (08:55 +0000)]
package/uboot-envtools: add CAP4200AG support

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

11 years agoar71xx: add profile and build image for the CAP4200AG
Gabor Juhos [Sat, 27 Oct 2012 08:55:40 +0000 (08:55 +0000)]
ar71xx: add profile and build image for the CAP4200AG

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

11 years agoar71xx: add user-space part for the CAP4200AG
Gabor Juhos [Sat, 27 Oct 2012 08:55:39 +0000 (08:55 +0000)]
ar71xx: add user-space part for the CAP4200AG

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

11 years agoar71xx: add support for the Senao CAP4200AG board
Gabor Juhos [Sat, 27 Oct 2012 08:55:38 +0000 (08:55 +0000)]
ar71xx: add support for the Senao CAP4200AG board

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

11 years agoar71xx: add ath79_wmac_disable_[25]ghz helpers
Gabor Juhos [Sat, 27 Oct 2012 08:55:37 +0000 (08:55 +0000)]
ar71xx: add ath79_wmac_disable_[25]ghz helpers

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

11 years agogeneric: allow to disable [25]GHz support in ath9k via platform data
Gabor Juhos [Sat, 27 Oct 2012 08:55:36 +0000 (08:55 +0000)]
generic: allow to disable [25]GHz support in ath9k via platform data

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

11 years agogeneric: use mtd_read in myloader parser
Gabor Juhos [Sat, 27 Oct 2012 07:57:59 +0000 (07:57 +0000)]
generic: use mtd_read in myloader parser

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

11 years agoar71xx: use mtd_read in wrt160nl_part
Gabor Juhos [Sat, 27 Oct 2012 07:57:58 +0000 (07:57 +0000)]
ar71xx: use mtd_read in wrt160nl_part

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

11 years agoar71xx: use mtd_read in tplinkpart
Gabor Juhos [Sat, 27 Oct 2012 07:57:57 +0000 (07:57 +0000)]
ar71xx: use mtd_read in tplinkpart

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

11 years agoar71xx: generate 4,8,16M images for the WPE72
Gabor Juhos [Sat, 27 Oct 2012 07:57:55 +0000 (07:57 +0000)]
ar71xx: generate 4,8,16M images for the WPE72

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

11 years agogeneric: swconfig: use led_set_brightness in LED control code
Gabor Juhos [Fri, 26 Oct 2012 18:58:18 +0000 (18:58 +0000)]
generic: swconfig: use led_set_brightness in LED control code

The 'led_brightness_set' function has
been renamed to 'led_set_brightness'
in recent ernels. Use the new name and
add a compatibility patch for 3.3.

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

11 years agogeneric: add missing symbols for 3.6
Gabor Juhos [Fri, 26 Oct 2012 18:58:15 +0000 (18:58 +0000)]
generic: add missing symbols for 3.6

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

11 years agoar71xx: reject TP-Link images containing a bootloader
Gabor Juhos [Fri, 26 Oct 2012 18:58:13 +0000 (18:58 +0000)]
ar71xx: reject TP-Link images containing a bootloader

The original TP-Link firmware images can be flashed via
the sysupgrade command, however those may contain a
bootloader. Flashing such an image via sysupgrade
bricks the board, and it can't be recovered without
a serial console.

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

11 years agoramips: use correct key code for the RFKILL switch on the TEW-691GR
Gabor Juhos [Fri, 26 Oct 2012 18:53:44 +0000 (18:53 +0000)]
ramips: use correct key code for the RFKILL switch on the TEW-691GR

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

11 years agoadd 3.6 kernel configuration
Florian Fainelli [Fri, 26 Oct 2012 15:24:19 +0000 (15:24 +0000)]
add 3.6 kernel configuration

SVN-Revision: 33942

11 years agoadd missing 6345 clock bits patch to 3.6 patches
Florian Fainelli [Fri, 26 Oct 2012 15:24:14 +0000 (15:24 +0000)]
add missing 6345 clock bits patch to 3.6 patches

SVN-Revision: 33941

11 years agoadd some more 3.6 config symbols
Florian Fainelli [Fri, 26 Oct 2012 15:24:10 +0000 (15:24 +0000)]
add some more 3.6 config symbols

SVN-Revision: 33940

11 years agoath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors...
Felix Fietkau [Thu, 25 Oct 2012 21:41:56 +0000 (21:41 +0000)]
ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors and "Failed to stop Tx DMA" errors

SVN-Revision: 33938

11 years agomac80211: refresh patch
Felix Fietkau [Thu, 25 Oct 2012 21:41:52 +0000 (21:41 +0000)]
mac80211: refresh patch

SVN-Revision: 33937

11 years agoadd preliminary support for 3.6 kernel
Florian Fainelli [Thu, 25 Oct 2012 21:16:51 +0000 (21:16 +0000)]
add preliminary support for 3.6 kernel

SVN-Revision: 33936

11 years agobrcm47xx: check for .ELF header in partition parser
Hauke Mehrtens [Thu, 25 Oct 2012 19:49:20 +0000 (19:49 +0000)]
brcm47xx: check for .ELF header in partition parser

The image format for the wgt634u is different from the normal format.
Without this patch the partition parser detects a 128kb bigger
partition after every update.

This closes #11420

Thank you b.sander for the patch.

SVN-Revision: 33935

11 years agob43-tools: get rid of the libfl dependency to fix build errors on mac os x
Felix Fietkau [Thu, 25 Oct 2012 16:39:38 +0000 (16:39 +0000)]
b43-tools: get rid of the libfl dependency to fix build errors on mac os x

SVN-Revision: 33934

11 years agoacx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
Hauke Mehrtens [Thu, 25 Oct 2012 16:26:16 +0000 (16:26 +0000)]
acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.

SVN-Revision: 33933

11 years agomac80211: add md5sum for linux-firmware file, to download it from the mirror.
Hauke Mehrtens [Thu, 25 Oct 2012 16:25:45 +0000 (16:25 +0000)]
mac80211: add md5sum for linux-firmware file, to download it from the mirror.

SVN-Revision: 33932

11 years agob43-tools: fix md5sum
Hauke Mehrtens [Thu, 25 Oct 2012 16:24:50 +0000 (16:24 +0000)]
b43-tools: fix md5sum

SVN-Revision: 33931

11 years agomac80211: update carl9170 firmware
Hauke Mehrtens [Thu, 25 Oct 2012 16:07:30 +0000 (16:07 +0000)]
mac80211: update carl9170 firmware

SVN-Revision: 33930

11 years agokernel: add PCI id 14e4:4350 to ssb
Hauke Mehrtens [Thu, 25 Oct 2012 15:50:47 +0000 (15:50 +0000)]
kernel: add PCI id 14e4:4350 to ssb

* 14e4:4350 is found on a Broadcom BCM43222.
* remove some warnings when using a BCM43222.

SVN-Revision: 33929

11 years agokernel: add a few missing config symbols for x86. added to generic config because...
Felix Fietkau [Thu, 25 Oct 2012 15:11:45 +0000 (15:11 +0000)]
kernel: add a few missing config symbols for x86. added to generic config because of dependencies, so that kernel_menuconfig does not remove them again

SVN-Revision: 33923

11 years agokernel: refresh config files using kconfig.pl
Felix Fietkau [Thu, 25 Oct 2012 15:11:40 +0000 (15:11 +0000)]
kernel: refresh config files using kconfig.pl

SVN-Revision: 33922

11 years agokernel: fix the pcspkr module, add proper dependencies, add the actual sound module
Felix Fietkau [Thu, 25 Oct 2012 15:11:35 +0000 (15:11 +0000)]
kernel: fix the pcspkr module, add proper dependencies, add the actual sound module

SVN-Revision: 33921

11 years agokernel: update bcma and ssb to master-2012-10-18 from wireless-testing
Hauke Mehrtens [Thu, 25 Oct 2012 14:33:47 +0000 (14:33 +0000)]
kernel: update bcma and ssb to master-2012-10-18 from wireless-testing

* update the flash driver for bcm47xx to use the stubs already in bcma
* do some misc enhancements to the flash drivers for bcm47xx

SVN-Revision: 33920

11 years agohostapd: merge some pending fixes (fixes assoc errors when moving between vaps of...
Felix Fietkau [Thu, 25 Oct 2012 14:31:17 +0000 (14:31 +0000)]
hostapd: merge some pending fixes (fixes assoc errors when moving between vaps of the same wifi device)

SVN-Revision: 33919

11 years agofix Ethernet DMA for 636x and 6328 after r33916
Florian Fainelli [Thu, 25 Oct 2012 11:54:41 +0000 (11:54 +0000)]
fix Ethernet DMA for 636x and 6328 after r33916

SVN-Revision: 33918

11 years agoadd support for the Dynalink RTA770BW board
Florian Fainelli [Wed, 24 Oct 2012 21:25:22 +0000 (21:25 +0000)]
add support for the Dynalink RTA770BW board

This board id is used by the Siemens Gigaset SE515 router.

SVN-Revision: 33917

11 years agomake BCM6345 Ethernet DMA changes runtime checks
Florian Fainelli [Wed, 24 Oct 2012 21:25:10 +0000 (21:25 +0000)]
make BCM6345 Ethernet DMA changes runtime checks

The semantics of the DMA engine are identical, we just have a couple of
special case handling.

SVN-Revision: 33916

11 years agoARM: fix XZ decompressor stub build failure on strstr()
Florian Fainelli [Wed, 24 Oct 2012 15:57:31 +0000 (15:57 +0000)]
ARM: fix XZ decompressor stub build failure on strstr()

SVN-Revision: 33915

11 years agofixup generic 3.6 kernel config
Florian Fainelli [Wed, 24 Oct 2012 15:57:24 +0000 (15:57 +0000)]
fixup generic 3.6 kernel config

It was not meant to be committed as-is in r33911

SVN-Revision: 33914

11 years agofix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set
Florian Fainelli [Wed, 24 Oct 2012 13:23:20 +0000 (13:23 +0000)]
fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set

This issue got introduced while porting the patch over 3.6 in r33897

SVN-Revision: 33913

11 years agomake all 3.6 patches apply and build
Florian Fainelli [Wed, 24 Oct 2012 13:05:22 +0000 (13:05 +0000)]
make all 3.6 patches apply and build

SVN-Revision: 33911

11 years agouclibc++: make it depend on INSTALL_LIBSTDCPP
Florian Fainelli [Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)]
uclibc++: make it depend on INSTALL_LIBSTDCPP

SVN-Revision: 33910

11 years agoncurses: build C++ bindings only our toolchain supports C++
Florian Fainelli [Wed, 24 Oct 2012 13:05:15 +0000 (13:05 +0000)]
ncurses: build C++ bindings only our toolchain supports C++

SVN-Revision: 33909

11 years agomake CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
Florian Fainelli [Wed, 24 Oct 2012 13:05:10 +0000 (13:05 +0000)]
make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP

SVN-Revision: 33908

11 years agohide C++ standard library selection behind INSTALL_LIBSTDCPP
Florian Fainelli [Wed, 24 Oct 2012 13:05:07 +0000 (13:05 +0000)]
hide C++ standard library selection behind INSTALL_LIBSTDCPP

If our toolchain is not configured to support C++, it is pointless choosing
a particular C++ standard library implementation.

SVN-Revision: 33907

11 years agoswconfig: get rid of the NLA_PUT_* macros
Florian Fainelli [Wed, 24 Oct 2012 13:05:04 +0000 (13:05 +0000)]
swconfig: get rid of the NLA_PUT_* macros

Upstream kernel 3.6 has removed this usage, use the plain functions directly as
intended.

SVN-Revision: 33906

11 years agonetfilter: ip_queue has been removed in 3.6
Florian Fainelli [Wed, 24 Oct 2012 13:05:01 +0000 (13:05 +0000)]
netfilter: ip_queue has been removed in 3.6

SVN-Revision: 33905

11 years agoi2c muxes modules have a different prefix since 3.5
Florian Fainelli [Wed, 24 Oct 2012 13:04:57 +0000 (13:04 +0000)]
i2c muxes modules have a different prefix since 3.5

Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that

SVN-Revision: 33904

11 years agokernel: the camellia module name has changed in kernel 3.4
Florian Fainelli [Wed, 24 Oct 2012 13:04:54 +0000 (13:04 +0000)]
kernel: the camellia module name has changed in kernel 3.4

With the support for architecture optimized camellia routines, the original
camellia module got renamed to camellia_generic, account for that.

SVN-Revision: 33903

11 years agoltq-dsl-app: fix offline postinstall for dsl_control
Jo-Philipp Wich [Tue, 23 Oct 2012 19:57:47 +0000 (19:57 +0000)]
ltq-dsl-app: fix offline postinstall for dsl_control

SVN-Revision: 33901

11 years agolinux-atm: fix offline postinstall for br2684ctl
Jo-Philipp Wich [Tue, 23 Oct 2012 19:53:44 +0000 (19:53 +0000)]
linux-atm: fix offline postinstall for br2684ctl

SVN-Revision: 33900

11 years agox86: allow both old and new grub signatures in sysupgrade
Jo-Philipp Wich [Tue, 23 Oct 2012 16:34:00 +0000 (16:34 +0000)]
x86: allow both old and new grub signatures in sysupgrade

SVN-Revision: 33898

11 years agolinux 3.6 support (work in progress)
Imre Kaloz [Tue, 23 Oct 2012 12:21:34 +0000 (12:21 +0000)]
linux 3.6 support (work in progress)

SVN-Revision: 33897

11 years agokernel: move the bcma fallback sprom fix to generic
Jonas Gorski [Tue, 23 Oct 2012 10:57:49 +0000 (10:57 +0000)]
kernel: move the bcma fallback sprom fix to generic

bcm63xx needs the bcma fallback sprom fix, too.

SVN-Revision: 33896