openwrt.git
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

11 years agokernel: update bcma and ssb to master-2012-10-18 from wireless-testing
hauke [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

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

11 years agohostapd: merge some pending fixes (fixes assoc errors when moving between vaps of...
nbd [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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11 years ago[kernel] fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set
florian [Wed, 24 Oct 2012 13:23:20 +0000 (13:23 +0000)]
[kernel] 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

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

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

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

11 years ago[package] uclibc++: make it depend on INSTALL_LIBSTDCPP
florian [Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)]
[package] uclibc++: make it depend on INSTALL_LIBSTDCPP

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

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

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

11 years ago[buildroot] make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
florian [Wed, 24 Oct 2012 13:05:10 +0000 (13:05 +0000)]
[buildroot] make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP

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

11 years ago[buildroot] hide C++ standard library selection behind INSTALL_LIBSTDCPP
florian [Wed, 24 Oct 2012 13:05:07 +0000 (13:05 +0000)]
[buildroot] 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.

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

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

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

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

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

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

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

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

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

11 years ago[package] kernel: the camellia module name has changed in kernel 3.4
florian [Wed, 24 Oct 2012 13:04:54 +0000 (13:04 +0000)]
[package] 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.

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

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

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

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

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

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

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

11 years ago[generic]: linux 3.6 support (work in progress)
kaloz [Tue, 23 Oct 2012 12:21:34 +0000 (12:21 +0000)]
[generic]: linux 3.6 support (work in progress)

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

11 years agokernel: move the bcma fallback sprom fix to generic
jogo [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.

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

11 years ago[bcm63xx] add support for Comtrend AR5381u.
jogo [Tue, 23 Oct 2012 10:57:47 +0000 (10:57 +0000)]
[bcm63xx] add support for Comtrend AR5381u.

Router: Comtrend AR5381u.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33895 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[bcm63xx] add support for Comtrend AR5387un.
jogo [Tue, 23 Oct 2012 10:57:44 +0000 (10:57 +0000)]
[bcm63xx] add support for Comtrend AR5387un.

Router: Comtrend AR5387un.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33894 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[bcm63xx] add support for HomeStation ADB P.DG A4001N.
jogo [Tue, 23 Oct 2012 10:57:39 +0000 (10:57 +0000)]
[bcm63xx] add support for HomeStation ADB P.DG A4001N.

Router: HomeStation ADB P.DG A4001N.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33893 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoscrips/metadata.pl: fix broken targets with subtargets being selectable
jogo [Mon, 22 Oct 2012 22:16:19 +0000 (22:16 +0000)]
scrips/metadata.pl: fix broken targets with subtargets being selectable

r26926 moved all target features to subtargets if present, which had the
side effect that broken targets are available for selection, just without
any available subtargets (since they are still marked as broken).

Fix this by explicitly letting the top level target also depend on broken.

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

11 years agoath9k: fix operating state check on changing the channel bandwidth via debugfs
nbd [Mon, 22 Oct 2012 16:23:23 +0000 (16:23 +0000)]
ath9k: fix operating state check on changing the channel bandwidth via debugfs

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

11 years agox86: correct image magic for grub2 images
nbd [Mon, 22 Oct 2012 16:06:29 +0000 (16:06 +0000)]
x86: correct image magic for grub2 images

Sysupgrade broke on x86 when grub2 superceded grub.  This patch
corrects tha magic_word to be expected in grub2 combined images.

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33890 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[brcm63xx] add back support for BCM6345 Ethernet DMA engine
florian [Mon, 22 Oct 2012 12:57:22 +0000 (12:57 +0000)]
[brcm63xx] add back support for BCM6345 Ethernet DMA engine

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

11 years ago[brcm63xx] fix clocks bits for BCM6345
florian [Mon, 22 Oct 2012 12:57:14 +0000 (12:57 +0000)]
[brcm63xx] fix clocks bits for BCM6345

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

11 years ago[kernel] refresh 3.3 patches
florian [Sun, 21 Oct 2012 21:30:30 +0000 (21:30 +0000)]
[kernel] refresh 3.3 patches

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

11 years ago[bcm63xx] Add F@ST2604 board support.
jogo [Sun, 21 Oct 2012 14:35:06 +0000 (14:35 +0000)]
[bcm63xx] Add F@ST2604 board support.

Add Sagem F@ST2604 board support.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33886 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoMakefile: add a check to bail out early when the path to the openwrt directory contai...
nbd [Sun, 21 Oct 2012 02:00:11 +0000 (02:00 +0000)]
Makefile: add a check to bail out early when the path to the openwrt directory contains spaces (#12344)

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

11 years agoar71xx: rw2458n - fix flash parts
juhosg [Fri, 19 Oct 2012 18:32:49 +0000 (18:32 +0000)]
ar71xx: rw2458n - fix flash parts

See #12338. Redwave rw2458 has uboot, not redboot.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33867 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibevent2: move to trunk (required by lldpd), add myself as maintainer
jow [Fri, 19 Oct 2012 18:08:19 +0000 (18:08 +0000)]
libevent2: move to trunk (required by lldpd), add myself as maintainer

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

11 years agopackage/kernel: add IKCONFIG module option
nbd [Fri, 19 Oct 2012 17:47:22 +0000 (17:47 +0000)]
package/kernel: add IKCONFIG module option

Add an option for building the configs.ko module which provides
kernel configuration via /proc/config.gz

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

11 years agoramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR
juhosg [Fri, 19 Oct 2012 17:42:22 +0000 (17:42 +0000)]
ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR

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

11 years ago[licensing]: ocf-crypto-headers: Correct license info
hcg [Fri, 19 Oct 2012 15:45:59 +0000 (15:45 +0000)]
[licensing]: ocf-crypto-headers: Correct license info

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

11 years agolicensing: Add licensing metadata to many packages
hcg [Fri, 19 Oct 2012 15:34:28 +0000 (15:34 +0000)]
licensing: Add licensing metadata to many packages
Two new variables are introduces to many packages, namely PKG_LICENSE and
PKG_LICENSE_FILES - there may be more than one license applied to packages,
and these are listed in the PKG_LICENSE variable and separated by spaces.
All relevant license files are also added to the PKG_LICENSE_FILES variable,
also space separated.

The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!

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

11 years agouhttpd: fix compilation with eglibc
jow [Fri, 19 Oct 2012 13:54:29 +0000 (13:54 +0000)]
uhttpd: fix compilation with eglibc

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

11 years agonetifd: update to latest version, fixes device cleanup and config reload issues when...
nbd [Fri, 19 Oct 2012 13:51:48 +0000 (13:51 +0000)]
netifd: update to latest version, fixes device cleanup and config reload issues when assigning a device to a different bridge

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

11 years agosysfsutils: move to the correct directory
jow [Fri, 19 Oct 2012 10:22:11 +0000 (10:22 +0000)]
sysfsutils: move to the correct directory

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

11 years agomac80211: update firmware from linux-firmware
hauke [Thu, 18 Oct 2012 14:05:23 +0000 (14:05 +0000)]
mac80211: update firmware from linux-firmware

 * add firmware for some more intel wifi cards
 * use new firmware for some intel wifi cards
 * remove old firmware version for libertas when we also ship a more recent version
 * add rt3290.bin for rt2800-pci
 * use new firmware version for wl12xx, the old one is not supported by the driver any more

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

11 years agomac80211: fix typo that broke specifying the phy name directly (deprecated)
nbd [Thu, 18 Oct 2012 11:42:42 +0000 (11:42 +0000)]
mac80211: fix typo that broke specifying the phy name directly (deprecated)

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

11 years agoramips: add profile and build image for the TEW-691GR board
juhosg [Thu, 18 Oct 2012 07:23:13 +0000 (07:23 +0000)]
ramips: add profile and build image for the TEW-691GR board

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

11 years agoramips: add user-space support for TEW-691GR
juhosg [Thu, 18 Oct 2012 07:23:12 +0000 (07:23 +0000)]
ramips: add user-space support for TEW-691GR

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

11 years agoramips: rt3883: add initial support for the TRENDnet TEW-691GR board
juhosg [Thu, 18 Oct 2012 07:23:11 +0000 (07:23 +0000)]
ramips: rt3883: add initial support for the TRENDnet TEW-691GR board

No wireless support.

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

11 years agoramips: add profile and build image for the TEW-692GR board
juhosg [Thu, 18 Oct 2012 07:23:10 +0000 (07:23 +0000)]
ramips: add profile and build image for the TEW-692GR board

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

11 years agofirmware-utils: new tool for fixing U-Media firmware headers
juhosg [Thu, 18 Oct 2012 07:23:09 +0000 (07:23 +0000)]
firmware-utils: new tool for fixing U-Media firmware headers

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

11 years agoramips: add user-space support for the TEW-692GR board
juhosg [Thu, 18 Oct 2012 07:23:07 +0000 (07:23 +0000)]
ramips: add user-space support for the TEW-692GR board

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

11 years agoramips: rt3883: add initial support for TRENDnet TEW-692GR board
juhosg [Thu, 18 Oct 2012 07:23:06 +0000 (07:23 +0000)]
ramips: rt3883: add initial support for TRENDnet TEW-692GR board

No wireless support.

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

11 years agoramips: add profile and build image for the DIR-645 board
juhosg [Thu, 18 Oct 2012 07:23:04 +0000 (07:23 +0000)]
ramips: add profile and build image for the DIR-645 board

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

11 years agoramips: add user space support for the DIR-645
juhosg [Thu, 18 Oct 2012 07:23:03 +0000 (07:23 +0000)]
ramips: add user space support for the DIR-645

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

11 years agoramips: rt3883: add inital support for the DIR-645 board
juhosg [Thu, 18 Oct 2012 07:23:02 +0000 (07:23 +0000)]
ramips: rt3883: add inital support for the DIR-645 board

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

11 years agoramips: use get_magic_long in sysupgrade image check
juhosg [Thu, 18 Oct 2012 07:23:00 +0000 (07:23 +0000)]
ramips: use get_magic_long in sysupgrade image check

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

11 years agopackage/mtd: add option for fixing seama images
juhosg [Thu, 18 Oct 2012 07:22:59 +0000 (07:22 +0000)]
package/mtd: add option for fixing seama images

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

11 years agotools/firmware-utils: add seama tool
juhosg [Thu, 18 Oct 2012 07:22:57 +0000 (07:22 +0000)]
tools/firmware-utils: add seama tool

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

11 years agogeneric: add driver for the the RTL8367R{B,-VB} switches
juhosg [Thu, 18 Oct 2012 07:22:56 +0000 (07:22 +0000)]
generic: add driver for the the RTL8367R{B,-VB} switches

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

11 years agomac80211: store the device path as identifier in the config instead of the mac addres...
nbd [Thu, 18 Oct 2012 00:09:55 +0000 (00:09 +0000)]
mac80211: store the device path as identifier in the config instead of the mac address, makes it more robust against card replacement or user errors

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

11 years agobusybox: enable readlink (with -f support)
nbd [Thu, 18 Oct 2012 00:09:50 +0000 (00:09 +0000)]
busybox: enable readlink (with -f support)

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

11 years agonetifd: enable parallel build
nbd [Thu, 18 Oct 2012 00:09:45 +0000 (00:09 +0000)]
netifd: enable parallel build

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

11 years agoixp4xx/cns3xxx: add rfkill module support
blogic [Wed, 17 Oct 2012 22:46:16 +0000 (22:46 +0000)]
ixp4xx/cns3xxx: add rfkill module support

Both ixp4xx and cns3xxx targets support RFKILL in the kernel.
Also add a RFKILL_GPIO default for kernel config

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

11 years ago[kernel] move lots of kernel related packages to the new system/ folder
blogic [Wed, 17 Oct 2012 22:45:58 +0000 (22:45 +0000)]
[kernel] move lots of kernel related packages to the new system/ folder

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

11 years agosamba36: enable parallel build
nbd [Wed, 17 Oct 2012 22:18:30 +0000 (22:18 +0000)]
samba36: enable parallel build

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

11 years agoixp4xx: add sysupgrade support
nbd [Wed, 17 Oct 2012 22:03:46 +0000 (22:03 +0000)]
ixp4xx: add sysupgrade support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
 target/linux/ixp4xx/base-files/lib/ixp4xx.sh           |   25 ++
 target/linux/ixp4xx/base-files/lib/upgrade/platform.sh |  156 +++++++++++++++++
 target/linux/ixp4xx/image/Makefile                     |   11 +
 3 files changed, 192 insertions(+)

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

11 years agocns3xxx: update FIQ header file and disable RWFO
nbd [Wed, 17 Oct 2012 22:03:37 +0000 (22:03 +0000)]
cns3xxx: update FIQ header file and disable RWFO

Update header file appropriately and disable read for ownership

Note that the FIQ support implements a workaround that provides a performance
boost over the traditional upstream workaround which ensures cache lines
are exclusive on driver CPU using 'read for ownership'.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
 target/linux/cns3xxx/config-3.3                                |    2 +-
 target/linux/cns3xxx/patches-3.3/460-cns3xxx_fiq_support.patch |    9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

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

11 years agoFix broadcast DHCP client startup option in dhcp.sh
blogic [Wed, 17 Oct 2012 21:53:46 +0000 (21:53 +0000)]
Fix broadcast DHCP client startup option in dhcp.sh

Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com)
Fixes the DHCP request broadcasts replies option parsing

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

11 years agodrop GPIODEV platform code
blogic [Wed, 17 Oct 2012 21:53:37 +0000 (21:53 +0000)]
drop GPIODEV platform code

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

11 years agomove to boot/ folder
blogic [Wed, 17 Oct 2012 21:53:23 +0000 (21:53 +0000)]
move to boot/ folder

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

11 years agomac80211: merge a client mode state handling fix, refresh patches
nbd [Wed, 17 Oct 2012 18:53:46 +0000 (18:53 +0000)]
mac80211: merge a client mode state handling fix, refresh patches

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