openwrt.git
11 years ago[lantiq] add subtarget, as of 3.6 we dont seperate xway SoC
blogic [Fri, 2 Nov 2012 20:07:36 +0000 (20:07 +0000)]
[lantiq] add subtarget, as of 3.6 we dont seperate xway SoC

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34062 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] adds 3.6 files, patches and config
blogic [Fri, 2 Nov 2012 20:07:26 +0000 (20:07 +0000)]
[lantiq] adds 3.6 files, patches and config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34061 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] move files/ -> files-3.3/
blogic [Fri, 2 Nov 2012 20:07:02 +0000 (20:07 +0000)]
[lantiq] move files/ -> files-3.3/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34060 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] prepare Makefile for 3.6
blogic [Fri, 2 Nov 2012 20:06:51 +0000 (20:06 +0000)]
[lantiq] prepare Makefile for 3.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34059 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[tools] rename patch-cmdline and add code for patching DTB files into kernel images
blogic [Fri, 2 Nov 2012 20:06:45 +0000 (20:06 +0000)]
[tools] rename patch-cmdline and add code for patching DTB files into kernel images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34058 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: make yaffs work on 3.6
juhosg [Thu, 1 Nov 2012 11:07:23 +0000 (11:07 +0000)]
generic: make yaffs work on 3.6

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34054 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: rename jffs2 patches
juhosg [Thu, 1 Nov 2012 11:07:16 +0000 (11:07 +0000)]
generic: rename jffs2 patches

Make room for the upcoming yaffs patches.
No functional changes.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34053 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[sdk] Fix feeds.conf.default when no SVN info present
cshore [Thu, 1 Nov 2012 07:15:49 +0000 (07:15 +0000)]
[sdk] Fix feeds.conf.default when no SVN info present

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34051 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: use mtd_* helpers in the yaffs code
juhosg [Wed, 31 Oct 2012 21:17:30 +0000 (21:17 +0000)]
generic: use mtd_* helpers in the yaffs code

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34046 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[cns3xxx]: move PCIe init to subsys init call
kaloz [Wed, 31 Oct 2012 20:16:53 +0000 (20:16 +0000)]
[cns3xxx]: move PCIe init to subsys init call

ARM Linux PCI/PCIe hardware intialization needs to occur before device_init
as it does not support hotplug.  I have modeled the cns3xxx PCIe init after
other ARM platforms.  Registering it early resolves resource issues occuring
during bus enumeration that occur when a device driver is linked static in
the kernel.

Instead of passing in a bitmask to enable the 2 available ports, link detect
is used to enable ports that have a valid link.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34044 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update linux 3.6 to 3.6.5
juhosg [Wed, 31 Oct 2012 20:09:39 +0000 (20:09 +0000)]
kernel: update linux 3.6 to 3.6.5

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34042 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: split yaffs-3.2-fix patch
juhosg [Wed, 31 Oct 2012 19:33:12 +0000 (19:33 +0000)]
generic: split yaffs-3.2-fix patch

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34041 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: add more uloop timer fixes
nbd [Wed, 31 Oct 2012 19:30:21 +0000 (19:30 +0000)]
libubox: add more uloop timer fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34039 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: update to latest version, fixes a timer calculation issue in uloop
nbd [Wed, 31 Oct 2012 19:06:46 +0000 (19:06 +0000)]
libubox: update to latest version, fixes a timer calculation issue in uloop

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34037 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[toolchain] eglibc: update to r21110
florian [Wed, 31 Oct 2012 17:32:43 +0000 (17:32 +0000)]
[toolchain] eglibc: update to r21110

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34036 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[buildroot] kernel-defaults: factor common code handling initramfs options
florian [Wed, 31 Oct 2012 17:32:37 +0000 (17:32 +0000)]
[buildroot] kernel-defaults: factor common code handling initramfs options

While at it, reindent so it is more in-line with the rest of the file.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34034 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: pass the lua path to cmake to avoid build errors
nbd [Wed, 31 Oct 2012 16:05:02 +0000 (16:05 +0000)]
libubox: pass the lua path to cmake to avoid build errors

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34033 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: replace yaffs-2.6.39 patch
juhosg [Wed, 31 Oct 2012 15:12:45 +0000 (15:12 +0000)]
generic: replace yaffs-2.6.39 patch

Use backported upstream patches instead.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34032 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: prevent reconfigure calls while interfaces are down
nbd [Wed, 31 Oct 2012 14:59:12 +0000 (14:59 +0000)]
mac80211: prevent reconfigure calls while interfaces are down

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34030 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoeglibc: do not prompt for the revision, it is supposed to be changed by developers...
nbd [Wed, 31 Oct 2012 13:16:22 +0000 (13:16 +0000)]
eglibc: do not prompt for the revision, it is supposed to be changed by developers, not users.

fixes changing the eglibc version in menuconfig without resetting the config

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34029 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoeglibc: remove versions 2.12-2.14
nbd [Wed, 31 Oct 2012 13:16:18 +0000 (13:16 +0000)]
eglibc: remove versions 2.12-2.14

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34028 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6relayd: auto-configure local interfaces as well
cyrus [Wed, 31 Oct 2012 12:48:54 +0000 (12:48 +0000)]
6relayd: auto-configure local interfaces as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34027 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoeglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34026 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34025 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoeglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34024 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobuild: increase file descriptor count limit for the build, some systems (e.g. Mac...
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34023 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34022 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: replace yaffs mutex_fix patch
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34021 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: replace yaffs symlink fix patch
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34020 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34019 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34015 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[buildroot] properly reindent Kernel/Prepare/Default
florian [Tue, 30 Oct 2012 16:56:03 +0000 (16:56 +0000)]
[buildroot] properly reindent Kernel/Prepare/Default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34014 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: fold yaffs_git_2010_10_20 patch to generic/files
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34013 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: fold yaffs_cvs_2009_04_24 patch to generic/files
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34012 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34010 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34009 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)
cyrus [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34008 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogdb: depend on zlib if zlib is selected
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34007 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetifd: update to latest version, fixes adding an alias during config reload for...
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34006 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: update to the latest version
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34005 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoiwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny...
jow [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34003 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34002 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34001 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogdb: use the libthread-db package instead of throwing the lib into the gdbserver...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34000 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33999 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33998 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33997 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33996 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G boards
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33993 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33991 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: add a patch that prevents excessive retry of single frames during an aggregati...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33989 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33988 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotarget: refresh all target configs with kconfig.pl
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33987 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33986 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33985 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: add more symbols for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33984 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add initial support for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33983 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update linux 3.6 to 3.6.4
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33982 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: remove NO_AUTOINCR flag from the NAND drivers
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33971 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: fix crashlog patch for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33970 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: ag71xx: fix build_skb arguments for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33969 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: fix tcp_window_check patch for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33968 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package/kernel]: remove references to 2.6.39
kaloz [Sat, 27 Oct 2012 13:47:23 +0000 (13:47 +0000)]
[package/kernel]: remove references to 2.6.39

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33967 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33966 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/kernel: arc4 needs blkcipher support on 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33965 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[orion]: rename erase size variables
kaloz [Sat, 27 Oct 2012 10:50:55 +0000 (10:50 +0000)]
[orion]: rename erase size variables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33964 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[orion]: add support for Netgear WN802T
kaloz [Sat, 27 Oct 2012 10:48:22 +0000 (10:48 +0000)]
[orion]: add support for Netgear WN802T

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33963 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[orion]: don't enforce rootfs location
kaloz [Sat, 27 Oct 2012 10:43:47 +0000 (10:43 +0000)]
[orion]: don't enforce rootfs location

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33962 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33961 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: enable sysupgrade for the CAP4200AG board
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33960 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/uboot-envtools: add CAP4200AG support
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33959 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add profile and build image for the CAP4200AG
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33958 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add user-space part for the CAP4200AG
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33957 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add support for the Senao CAP4200AG board
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33956 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add ath79_wmac_disable_[25]ghz helpers
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33955 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: allow to disable [25]GHz support in ath9k via platform data
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33954 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: use mtd_read in myloader parser
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33952 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: use mtd_read in wrt160nl_part
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33951 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: use mtd_read in tplinkpart
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33950 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: generate 4,8,16M images for the WPE72
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33949 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: swconfig: use led_set_brightness in LED control code
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33946 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: add missing symbols for 3.6
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33945 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: reject TP-Link images containing a bootloader
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33944 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoramips: use correct key code for the RFKILL switch on the TEW-691GR
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33943 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[malta] add 3.6 kernel configuration
florian [Fri, 26 Oct 2012 15:24:19 +0000 (15:24 +0000)]
[malta] add 3.6 kernel configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33942 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33941 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[kernel] add some more 3.6 config symbols
florian [Fri, 26 Oct 2012 15:24:10 +0000 (15:24 +0000)]
[kernel] add some more 3.6 config symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33940 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33938 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33937 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[brcm63xx] add preliminary support for 3.6 kernel
florian [Thu, 25 Oct 2012 21:16:51 +0000 (21:16 +0000)]
[brcm63xx] add preliminary support for 3.6 kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33936 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobrcm47xx: check for .ELF header in partition parser
hauke [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33935 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agob43-tools: get rid of the libfl dependency to fix build errors on mac os x
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33934 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoacx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
hauke [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33932 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33931 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33930 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add PCI id 14e4:4350 to ssb
hauke [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33929 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add a few missing config symbols for x86. added to generic config because...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33923 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33922 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33921 3c298f89-4303-0410-b956-a3cf2f4a3e73