openwrt/svn-archive/archive.git
12 years agoath9k: merge a few bugfixes
Felix Fietkau [Sat, 28 May 2011 16:45:17 +0000 (16:45 +0000)]
ath9k: merge a few bugfixes

SVN-Revision: 27025

12 years agoath5k: disable fast channel changes, some people have reported that they introduce...
Felix Fietkau [Sat, 28 May 2011 16:27:24 +0000 (16:27 +0000)]
ath5k: disable fast channel changes, some people have reported that they introduce connection stability issues

SVN-Revision: 27024

12 years agoremove legacy package/foo-compile wrapper targets, people should be used to the corre...
Felix Fietkau [Sat, 28 May 2011 16:27:21 +0000 (16:27 +0000)]
remove legacy package/foo-compile wrapper targets, people should be used to the correct target names by now

SVN-Revision: 27023

12 years agohostapd: fix a race condition related to assoc response tx status processing
Felix Fietkau [Sat, 28 May 2011 16:27:17 +0000 (16:27 +0000)]
hostapd: fix a race condition related to assoc response tx status processing

SVN-Revision: 27022

12 years agohostapd: update to 20110527, includes a client mode wpa auth fix
Felix Fietkau [Sat, 28 May 2011 16:27:12 +0000 (16:27 +0000)]
hostapd: update to 20110527, includes a client mode wpa auth fix

SVN-Revision: 27021

12 years agobcm63xx: Add support for 2.6.39
Florian Fainelli [Fri, 27 May 2011 09:54:52 +0000 (09:54 +0000)]
bcm63xx: Add support for 2.6.39

Add support for Kernel 2.6.39. Boots fine on a BCM6358.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27019

12 years agobcm63xx: Add support for 2.6.38
Florian Fainelli [Fri, 27 May 2011 09:54:48 +0000 (09:54 +0000)]
bcm63xx: Add support for 2.6.38

Add support for Kernel 2.6.38, based on 2.6.38.6. Boots fine on a BCM6358.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27018

12 years ago[brcm63xx] fold 446-board-D4PW_correction.patch in 440-board-D4PW.patch
Florian Fainelli [Thu, 26 May 2011 13:53:00 +0000 (13:53 +0000)]
[brcm63xx] fold 446-board-D4PW_correction.patch in 440-board-D4PW.patch

SVN-Revision: 27014

12 years ago[brcm63xx] renumber patches accordingly
Florian Fainelli [Thu, 26 May 2011 13:52:56 +0000 (13:52 +0000)]
[brcm63xx] renumber patches accordingly

SVN-Revision: 27013

12 years ago[brcm63xx] renumber board patches
Florian Fainelli [Thu, 26 May 2011 12:09:15 +0000 (12:09 +0000)]
[brcm63xx] renumber board patches

SVN-Revision: 27012

12 years agokernel: exportfs: reallow building as a module
Hauke Mehrtens [Wed, 25 May 2011 20:57:13 +0000 (20:57 +0000)]
kernel: exportfs: reallow building as a module

It was originally tristate, but was changed to bool to prevent a build
breakage in an earlier patch revision (for a new syscall). The actual
commit[1] changed it in a way this isn't needed anymore, but
accidentially left the EXPORTFS change in. There's no reason for it
not being buildable as a module, so changing it back to tristate is
fine.

see: https://patchwork.kernel.org/patch/812832/

Thank you Jonas Gorski for the patch.

SVN-Revision: 27011

12 years agokernel: generic: Update 2.6.39 to final
Hauke Mehrtens [Wed, 25 May 2011 19:51:40 +0000 (19:51 +0000)]
kernel: generic: Update 2.6.39 to final

* Add missing config symbols
* Update package/kernel for 2.6.39

CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module.

Thank you Jonas Gorski for the patch

SVN-Revision: 27010

12 years agokernel: some updates for kernel 2.6.39
Hauke Mehrtens [Wed, 25 May 2011 19:32:00 +0000 (19:32 +0000)]
kernel: some updates for kernel 2.6.39

* add md5sum for kernel
* add some missing config symbols
* add some ssb patches to make compat-wireless compile

Thank you Peter Wagner for the patch

SVN-Revision: 27009

12 years agobrcm47xx: initial 2.6.39 support for brcm47xx
Hauke Mehrtens [Wed, 25 May 2011 19:27:08 +0000 (19:27 +0000)]
brcm47xx: initial 2.6.39 support for brcm47xx

Thank you Peter Wagner for the patch

SVN-Revision: 27008

12 years ago[kernel] fix mtd warnings
Florian Fainelli [Wed, 25 May 2011 19:16:58 +0000 (19:16 +0000)]
[kernel] fix mtd warnings

Fixes for the following warnings:

drivers/mtd/devices/block2mtd.c: In function '_open_bdev':
drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code
drivers/mtd/devices/block2mtd.c: In function 'add_device':
drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type

In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27007

12 years agobrcm47xx: remove old kernel
Hauke Mehrtens [Wed, 25 May 2011 18:05:54 +0000 (18:05 +0000)]
brcm47xx: remove old kernel

SVN-Revision: 27006

12 years agobrcm47xx: fix partition layout on SimpleShare devices.
Hauke Mehrtens [Wed, 25 May 2011 17:46:34 +0000 (17:46 +0000)]
brcm47xx: fix partition layout on SimpleShare devices.

The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here.

This fixes #9323

Thank you Will Holmes for the patch.

SVN-Revision: 27005

12 years ago[toolchain/uclibc] use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'
Mirko Vogt [Tue, 24 May 2011 15:53:15 +0000 (15:53 +0000)]
[toolchain/uclibc] use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'

this eliminates a source of reproduceable freezes
http://lists.uclibc.org/pipermail/uclibc/2011-May/045367.html

SVN-Revision: 27001

12 years agolibpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)
Felix Fietkau [Tue, 24 May 2011 10:42:49 +0000 (10:42 +0000)]
libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)

SVN-Revision: 27000

12 years ago[package] libpcap: add -fpic, refresh patches
Jo-Philipp Wich [Tue, 24 May 2011 10:36:25 +0000 (10:36 +0000)]
[package] libpcap: add -fpic, refresh patches

SVN-Revision: 26999

12 years ago[generic] Clean up patch not applying
Hamish Guthrie [Tue, 24 May 2011 10:00:36 +0000 (10:00 +0000)]
[generic] Clean up patch not applying

SVN-Revision: 26997

12 years ago[package] libpcap: remove empty patchfiles
Jo-Philipp Wich [Tue, 24 May 2011 09:53:53 +0000 (09:53 +0000)]
[package] libpcap: remove empty patchfiles

SVN-Revision: 26996

12 years ago[PATCH] Update libpcap to version 1.1.1
Jo-Philipp Wich [Tue, 24 May 2011 09:51:08 +0000 (09:51 +0000)]
[PATCH] Update libpcap to version 1.1.1

Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de>
SVN-Revision: 26995

12 years agobase-files: make the MAC address of bridge interfaces sticky to avoid ARP issues...
Felix Fietkau [Tue, 24 May 2011 09:31:37 +0000 (09:31 +0000)]
base-files: make the MAC address of bridge interfaces sticky to avoid ARP issues on wifi re-configuration

SVN-Revision: 26990

12 years ago[PATCH] Add support for git-svn package feeds
Jo-Philipp Wich [Tue, 24 May 2011 09:30:24 +0000 (09:30 +0000)]
[PATCH] Add support for git-svn package feeds
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
SVN-Revision: 26988

12 years ago[package] base-files: mark /etc/crontabs/ as config directory
Jo-Philipp Wich [Tue, 24 May 2011 09:27:23 +0000 (09:27 +0000)]
[package] base-files: mark /etc/crontabs/ as config directory

SVN-Revision: 26986

12 years ago[PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-manager
Jo-Philipp Wich [Tue, 24 May 2011 09:14:35 +0000 (09:14 +0000)]
[PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-manager
Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko
from kmod-crypto-iv depend on crypto_blkcipher.ko from
kmod-crypto-manager.

Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 26984

12 years ago[PATCH] dnsmasq: allow hostname assignment without static lease
Jo-Philipp Wich [Tue, 24 May 2011 09:12:50 +0000 (09:12 +0000)]
[PATCH] dnsmasq: allow hostname assignment without static lease
The attached patch for dnsmasq.init allows to assign a hostname to a
particular mac-address. It's useful to override the client supplied
hostname, especially if the client does not supply a hostname at all.

It corresponds to the following example in dnsmasq.conf.example:

# Always set the name of the host with hardware address
# 11:22:33:44:55:66 to be "fred"
#dhcp-host=11:22:33:44:55:66,fred

Regards
Mathias

SVN-Revision: 26983

12 years ago[netfilter] package u32 match and TEE target, patches by Maxim Uvarov
Jo-Philipp Wich [Tue, 24 May 2011 08:14:29 +0000 (08:14 +0000)]
[netfilter] package u32 match and TEE target, patches by Maxim Uvarov

SVN-Revision: 26977

12 years ago[package] ncurses: enable C++ bindings (#9442)
Jo-Philipp Wich [Sun, 22 May 2011 16:53:09 +0000 (16:53 +0000)]
[package] ncurses: enable C++ bindings (#9442)

SVN-Revision: 26970

12 years ago[package] iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong...
Jo-Philipp Wich [Sun, 22 May 2011 12:02:35 +0000 (12:02 +0000)]
[package] iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence

SVN-Revision: 26968

12 years agoadd LD_LIBRARY to cmake.mk
Felix Fietkau [Fri, 20 May 2011 16:21:30 +0000 (16:21 +0000)]
add LD_LIBRARY to cmake.mk

Otherwise cmake programs try to link with host ld.so

Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 26963

12 years ago[package] firewall: explictely mention network in default configuration, makes it...
Jo-Philipp Wich [Fri, 20 May 2011 13:45:40 +0000 (13:45 +0000)]
[package] firewall: explictely mention network in default configuration, makes it less confusing

SVN-Revision: 26961

12 years ago[brcm63xx] add support for BT Voyager 2110 (#8810)
Florian Fainelli [Fri, 20 May 2011 10:06:25 +0000 (10:06 +0000)]
[brcm63xx] add support for BT Voyager 2110 (#8810)

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
SVN-Revision: 26959

12 years ago[brcm63xx] add support for DSL-2640B rev B2
Florian Fainelli [Fri, 20 May 2011 10:06:22 +0000 (10:06 +0000)]
[brcm63xx] add support for DSL-2640B rev B2

Signed-off-by: Adrian Feliks <mexit@o2.pl>
SVN-Revision: 26958

12 years ago[brcm63xx] refresh patches
Florian Fainelli [Fri, 20 May 2011 10:06:18 +0000 (10:06 +0000)]
[brcm63xx] refresh patches

SVN-Revision: 26957

12 years ago[brcm63xx] add support for D-Link DVA-G3810BN/TL
Florian Fainelli [Fri, 20 May 2011 10:06:15 +0000 (10:06 +0000)]
[brcm63xx] add support for D-Link DVA-G3810BN/TL

This patch adds support for D-Link's DVA-G3810BN/TL product.

Signed-off-by: Roman Dumycz <roman@secureas.com>
SVN-Revision: 26956

12 years ago[kernel] refresh 2.6.37 patches
Florian Fainelli [Fri, 20 May 2011 10:06:11 +0000 (10:06 +0000)]
[kernel] refresh 2.6.37 patches

SVN-Revision: 26955

12 years ago[brcm63xx] add support for BT Voyager 2500 (#9070)
Florian Fainelli [Fri, 20 May 2011 10:06:07 +0000 (10:06 +0000)]
[brcm63xx] add support for BT Voyager 2500 (#9070)

SVN-Revision: 26954

12 years ago[brcm63xx] add support for USR9108 LEDs (#9372)
Florian Fainelli [Fri, 20 May 2011 10:06:04 +0000 (10:06 +0000)]
[brcm63xx] add support for USR9108 LEDs (#9372)

SVN-Revision: 26953

12 years ago[ar7] add GT701 LEDs support (#9382)
Florian Fainelli [Fri, 20 May 2011 10:06:00 +0000 (10:06 +0000)]
[ar7] add GT701 LEDs support (#9382)

SVN-Revision: 26952

12 years agobroadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api
Felix Fietkau [Thu, 19 May 2011 10:08:02 +0000 (10:08 +0000)]
broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api

broadcom-wl driver bound to ssb device with ssb driver probe
have osh handle struct pdev pointer value initialized with
ssb_device pointer. Later on pdev is used with legacy pci
dma api as pci_dev thus causing oops sometimes.

The patch replaces legacy pci dma api and pass relevant
device struct pointer to avoid crashes.
Signed-off-by: George Kashperko <george@znau.edu.ua>
SVN-Revision: 26949

12 years agobroadcom-wl: fix uninitialized variable
Felix Fietkau [Thu, 19 May 2011 10:07:57 +0000 (10:07 +0000)]
broadcom-wl: fix uninitialized variable

It was causing an occasional kernel oops.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 26948

12 years agoath9k: fix some locking issues in the tx fifo cleanup patch
Felix Fietkau [Thu, 19 May 2011 09:33:45 +0000 (09:33 +0000)]
ath9k: fix some locking issues in the tx fifo cleanup patch

SVN-Revision: 26947

12 years agoSimple typo for kmod- prefix in alix2 target makefile.
Daniel Dickinson [Thu, 19 May 2011 04:29:40 +0000 (04:29 +0000)]
Simple typo for kmod- prefix in alix2 target makefile.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26945

12 years ago[omap35xx]: Remove override of max80211.sh
Hamish Guthrie [Wed, 18 May 2011 12:43:54 +0000 (12:43 +0000)]
[omap35xx]: Remove override of max80211.sh

SVN-Revision: 26936

12 years agoath9k: clean up tx fifo handling on ar9380 based hardware
Felix Fietkau [Wed, 18 May 2011 12:03:08 +0000 (12:03 +0000)]
ath9k: clean up tx fifo handling on ar9380 based hardware

SVN-Revision: 26934

12 years agoath9k: fix a small race condition in the tx_last_beacon patch
Felix Fietkau [Wed, 18 May 2011 12:03:04 +0000 (12:03 +0000)]
ath9k: fix a small race condition in the tx_last_beacon patch

SVN-Revision: 26933

12 years ago[omap35xx] Move beagleboard base-files to beagleboard sub-target, remove unused mac80...
Hamish Guthrie [Wed, 18 May 2011 11:50:36 +0000 (11:50 +0000)]
[omap35xx] Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.sh

SVN-Revision: 26932

12 years ago[PATCH] ipcalc.sh CIDR notation
Jo-Philipp Wich [Wed, 18 May 2011 09:50:06 +0000 (09:50 +0000)]
[PATCH] ipcalc.sh CIDR notation
Hi,

the attached patch makes ipcalc.sh accept IP/Netmask combinations in
CIDR notation. Before you could only do:

# sh ipcalc.sh 192.168.0.0 255.255.255.0 1 10
IP=192.168.0.0
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
NETWORK=192.168.0.0
PREFIX=24
START=192.168.0.1
END=192.168.0.11

with this patch you can also execute it with:

sh ipcalc.sh 192.168.0.0/24 1 10
IP=192.168.0.0
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
NETWORK=192.168.0.0
PREFIX=24
START=192.168.0.1
END=192.168.0.11

The patch is based on #1260 [1], i just changed one line to calculate
the START end END ips right. I wonder why that never got included. If
there is no reason not to do i would like to ask you to commit that
patch, because its a functionality i (and probably others) miss quite often.

Btw, i also fixed 4 useless tabs, that might look a bit strange in the
patch.

Regards, Manuel

SVN-Revision: 26930

12 years agomac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override...
Felix Fietkau [Tue, 17 May 2011 18:23:50 +0000 (18:23 +0000)]
mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster)

SVN-Revision: 26927

12 years agometadata: do not emit feature flag selects for targets which have subtargets - fixes...
Felix Fietkau [Tue, 17 May 2011 12:54:45 +0000 (12:54 +0000)]
metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon

SVN-Revision: 26926

12 years agoar71xx: don't probe the LAN PHY
Matteo Croce [Tue, 17 May 2011 11:15:24 +0000 (11:15 +0000)]
ar71xx: don't probe the LAN PHY

SVN-Revision: 26924

12 years agoath9k: implement tx_last_beacon() to allow mac80211 to respond to probe requests...
Felix Fietkau [Tue, 17 May 2011 11:14:15 +0000 (11:14 +0000)]
ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe requests in ad-hoc mode without creating too much spam

SVN-Revision: 26923

12 years agoar71xx: detect link on LAN ports
Matteo Croce [Tue, 17 May 2011 11:12:56 +0000 (11:12 +0000)]
ar71xx: detect link on LAN ports

SVN-Revision: 26922

12 years ago[modules]
John Crispin [Tue, 17 May 2011 10:48:37 +0000 (10:48 +0000)]
[modules]
* add missing aes dependency to mv_cesa

Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 26920

12 years ago[x86]
John Crispin [Tue, 17 May 2011 10:35:14 +0000 (10:35 +0000)]
[x86]

* adds support for Artec Thincan

Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com>
SVN-Revision: 26919

12 years ago[tools]
John Crispin [Tue, 17 May 2011 10:33:46 +0000 (10:33 +0000)]
[tools]
* adds mkelfimage

SVN-Revision: 26918

12 years agoath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in some instances
Felix Fietkau [Tue, 17 May 2011 08:37:38 +0000 (08:37 +0000)]
ath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in some instances

SVN-Revision: 26915

12 years agoath9k: fix issues with ad-hoc beacon slot selection
Felix Fietkau [Mon, 16 May 2011 21:50:30 +0000 (21:50 +0000)]
ath9k: fix issues with ad-hoc beacon slot selection

SVN-Revision: 26913

12 years agomac80211: update to 2011-05-13
Felix Fietkau [Mon, 16 May 2011 21:50:26 +0000 (21:50 +0000)]
mac80211: update to 2011-05-13

SVN-Revision: 26912

12 years agokernel: backport some ssb changes to support a mac80211 update
Felix Fietkau [Mon, 16 May 2011 21:50:20 +0000 (21:50 +0000)]
kernel: backport some ssb changes to support a mac80211 update

SVN-Revision: 26911

12 years ago[generic] remove an accidentally copied comment from the option.ko device patch
Jo-Philipp Wich [Sun, 15 May 2011 21:28:12 +0000 (21:28 +0000)]
[generic] remove an accidentally copied comment from the option.ko device patch

SVN-Revision: 26908

12 years ago[generic] add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)
Jo-Philipp Wich [Sun, 15 May 2011 19:17:31 +0000 (19:17 +0000)]
[generic] add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)

SVN-Revision: 26906

12 years agokernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
Hauke Mehrtens [Sun, 15 May 2011 17:23:02 +0000 (17:23 +0000)]
kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches

Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.

SVN-Revision: 26905

12 years agopackage/kernel: crypto: Remove renamed modules hack
Vasilis Tsiligiannis [Sun, 15 May 2011 09:37:35 +0000 (09:37 +0000)]
package/kernel: crypto: Remove renamed modules hack

Since the oldest kernel in trunk is 2.6.30 the modules always use the
newer names, so we can just use the _generic prefix directly.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26903

12 years agopackage/kernel: netfilter: Remove 2.4/2.6 references
Vasilis Tsiligiannis [Sun, 15 May 2011 09:37:32 +0000 (09:37 +0000)]
package/kernel: netfilter: Remove 2.4/2.6 references

There's only 2.6, so it doesn't make sense to mention modules that are
2.4 only or for modules that they are available only for 2.6.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26902

12 years agopackage/kernel: Remove all 2.4 definitions
Vasilis Tsiligiannis [Sun, 15 May 2011 09:37:28 +0000 (09:37 +0000)]
package/kernel: Remove all 2.4 definitions

With no 2.4 support in trunk, we can safely remove any 2.4 definitions for
kmods and merge the 2.6 definitions into the generic ones.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26901

12 years agopackage/kernel: Remove $(KMOD_SUFFIX) usage
Vasilis Tsiligiannis [Sun, 15 May 2011 09:37:24 +0000 (09:37 +0000)]
package/kernel: Remove $(KMOD_SUFFIX) usage

Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with
ko for all mainline kernel modules.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26900

12 years agoar71xx: add link detection on Ubiquiti devices WAN port
Matteo Croce [Sat, 14 May 2011 23:31:50 +0000 (23:31 +0000)]
ar71xx: add link detection on Ubiquiti devices WAN port

SVN-Revision: 26891

12 years agouse correct macros and frame size in ag71xx
Matteo Croce [Sat, 14 May 2011 23:10:06 +0000 (23:10 +0000)]
use correct macros and frame size in ag71xx

SVN-Revision: 26890

12 years agoar71xx: cosmetic fixes
Matteo Croce [Sat, 14 May 2011 23:08:00 +0000 (23:08 +0000)]
ar71xx: cosmetic fixes

SVN-Revision: 26889

12 years agoCorrect libc path
Hamish Guthrie [Fri, 13 May 2011 11:52:40 +0000 (11:52 +0000)]
Correct libc path

SVN-Revision: 26885

12 years ago[omap35xx]: Add new defconfig and profile for es variant
Hamish Guthrie [Fri, 13 May 2011 11:49:52 +0000 (11:49 +0000)]
[omap35xx]: Add new defconfig and profile for es variant

SVN-Revision: 26884

12 years ago[omap35xx] Squash uids
Hamish Guthrie [Fri, 13 May 2011 10:36:39 +0000 (10:36 +0000)]
[omap35xx] Squash uids

SVN-Revision: 26883

12 years ago[x86] Removed Alix.mk profile which was accidently left as an empty file applying...
Daniel Dickinson [Fri, 13 May 2011 07:23:11 +0000 (07:23 +0000)]
[x86] Removed Alix.mk profile which was accidently left as an empty file applying the patch during r26879 and r26880.

SVN-Revision: 26882

12 years agoAdd missed files from previous commit: This patch provides an image suitable for...
Daniel Dickinson [Fri, 13 May 2011 06:08:49 +0000 (06:08 +0000)]
Add missed files from previous commit: This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.

Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.

GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)

GPIO 24 : Soft switch 1

No kernel version bump.  Added i2c-scx200-acb for lm-sensors support.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26880

12 years agoThis patch provides an image suitable for the alix2*, alix3, and alix6 headless ...
Daniel Dickinson [Fri, 13 May 2011 06:06:42 +0000 (06:06 +0000)]
This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.

Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.

GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)

GPIO 24 : Soft switch 1

No kernel version bump.  Added i2c-scx200-acb for lm-sensors support.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26879

12 years agobcm63xx: Add support for the T-Home Speedport W 303V
Florian Fainelli [Wed, 11 May 2011 13:34:14 +0000 (13:34 +0000)]
bcm63xx: Add support for the T-Home Speedport W 303V

Add the required board definition, default config and image generation for
the T-Home Speedport W 303V Typ B.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26878

12 years agobcm63xx: Add firmware helpers for T-Home Speedport W 303V
Florian Fainelli [Wed, 11 May 2011 13:34:05 +0000 (13:34 +0000)]
bcm63xx: Add firmware helpers for T-Home Speedport W 303V

Add two helpers for generating correctly tagged images for the T-Home
Speedport W 303V Typ B as well as xor'd ones as required by CFE.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26877

12 years agobcm63xx: Update support for the DSL-274xB revision C
Florian Fainelli [Wed, 11 May 2011 13:33:50 +0000 (13:33 +0000)]
bcm63xx: Update support for the DSL-274xB revision C

Rename the DSL-274xB rev C2's board ID to "AW4139" to match the one used
for the rev C3 (same hardware) and add a fixup for C2. Also generate
images for C3.

While we are at it, rename the LEDs to conform to the Linux LED naming
conventions.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26876

12 years agobcm63xx: Accept any led with power in its name as power led
Florian Fainelli [Wed, 11 May 2011 13:33:45 +0000 (13:33 +0000)]
bcm63xx: Accept any led with power in its name as power led

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26875

12 years agobcm63xx: Decouple Board ID and image name for fixup
Florian Fainelli [Wed, 11 May 2011 13:33:41 +0000 (13:33 +0000)]
bcm63xx: Decouple Board ID and image name for fixup

Make the fixup board ID independent from the image name to allow using
the same board ID for similar devices.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26874

12 years ago[ep93xx] switch to 2.6.38
Florian Fainelli [Wed, 11 May 2011 13:33:34 +0000 (13:33 +0000)]
[ep93xx] switch to 2.6.38

SVN-Revision: 26873

12 years ago[kernel] add missing 2.6.38 touchscreen config symbols
Florian Fainelli [Wed, 11 May 2011 13:33:30 +0000 (13:33 +0000)]
[kernel] add missing 2.6.38 touchscreen config symbols

SVN-Revision: 26872

12 years ago[kernel/modules]
John Crispin [Mon, 9 May 2011 20:28:04 +0000 (20:28 +0000)]
[kernel/modules]
package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26868

12 years ago[PATCH v3] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC
John Crispin [Mon, 9 May 2011 15:21:58 +0000 (15:21 +0000)]
[PATCH v3] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

This patch adds 802.1Q VLAN support for the ADM6996M chip.

The driver is loaded for both the FC and M model. It will detect which of the
two chips is connected. The FC model is initialised, but no further
functionality is offered.

The PHY driver will always report "100 Mbit/s, link up", for both the M and FC
models. This reflects the fact that the link between switch chip and Ethernet
MAC is always on[1].

Further documentation can be found in the kernel's
Documentation/networking/adm6996.txt

Signed-of-By: Peter Lebbing <peter@digitalbrains.com>
SVN-Revision: 26865

12 years agoar71xx: populate LED3 on the JA76PF board
Gabor Juhos [Sun, 8 May 2011 21:38:51 +0000 (21:38 +0000)]
ar71xx: populate LED3 on the JA76PF board

Patch-by: Cezary Jackiewicz <cezary@eko.one.pl>
SVN-Revision: 26862

12 years agoar71xx: add uci config for the WLAN LED on the WRT160NL
Gabor Juhos [Sun, 8 May 2011 21:38:49 +0000 (21:38 +0000)]
ar71xx: add uci config for the WLAN LED on the WRT160NL

Based on a patch by Magyar Szabolcs <mszabi@freemail.hu>

SVN-Revision: 26861

12 years agoar71xx: use phy0tpt trigger for the WLAN LEDs
Gabor Juhos [Sun, 8 May 2011 21:38:48 +0000 (21:38 +0000)]
ar71xx: use phy0tpt trigger for the WLAN LEDs

SVN-Revision: 26860

12 years agoar71xx: remove superfluous fifo_cfg overrides
Gabor Juhos [Sun, 8 May 2011 21:38:46 +0000 (21:38 +0000)]
ar71xx: remove superfluous fifo_cfg overrides

SVN-Revision: 26859

12 years ago[PATCH] ipv6: restore correct ECN handling on TCP xmit
Travis Kemen [Sun, 8 May 2011 17:08:06 +0000 (17:08 +0000)]
[PATCH] ipv6: restore correct ECN handling on TCP xmit
Thanks Dave Taht

SVN-Revision: 26858

12 years agoDeployment of IPv6 has opened up many more prefixes than just the
Travis Kemen [Sun, 8 May 2011 17:03:07 +0000 (17:03 +0000)]
Deployment of IPv6 has opened up many more prefixes than just the
2000::/3 space, so a default route of ::/0 is more correct.
Thanks Dave Taht

SVN-Revision: 26857

12 years agoar71xx: ag71xx: make switch register access atomic
Gabor Juhos [Sun, 8 May 2011 16:32:53 +0000 (16:32 +0000)]
ar71xx: ag71xx: make switch register access atomic

Reading of the PHY registers occasionally returns with bogus values
under heavy load. This misleads the PHY driver and thus causes false
link/speed change notifications which leads to performance loss.

This is easily noticable during an iperf session:

...
[  3] 52.0-53.0 sec  11.3 MBytes  94.4 Mbits/sec
[  3] 53.0-54.0 sec  11.4 MBytes  95.4 Mbits/sec
eth1: link down
br-lan: port 2(eth1) entering forwarding state
eth1: link up (100Mbps/Full duplex)
br-lan: port 2(eth1) entering forwarding state
br-lan: port 2(eth1) entering forwarding state
[  3] 54.0-55.0 sec  6.75 MBytes  56.6 Mbits/sec
[  3] 55.0-56.0 sec  0.00 Bytes  0.00 bits/sec
[  3] 56.0-57.0 sec  10.5 MBytes  88.1 Mbits/sec
...
[  3] 169.0-170.0 sec  11.4 MBytes  95.4 Mbits/sec
[  3] 170.0-171.0 sec  11.4 MBytes  95.4 Mbits/sec
eth1: link up (10Mbps/Half duplex)
[  3] 171.0-172.0 sec  7.63 MBytes  64.0 Mbits/sec
[  3] 172.0-173.0 sec  9.38 MBytes  78.6 Mbits/sec
eth1: link up (100Mbps/Full duplex)
[  3] 173.0-174.0 sec  11.3 MBytes  94.4 Mbits/sec
[  3] 174.0-175.0 sec  11.4 MBytes  95.4 Mbits/sec

SVN-Revision: 26856

12 years agoar71xx: ag71xx: fix section mismatch warnings
Gabor Juhos [Sun, 8 May 2011 13:30:36 +0000 (13:30 +0000)]
ar71xx: ag71xx: fix section mismatch warnings

The function __devinit ag71xx_probe() references
a function __devexit ag71xx_phy_disconnect().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
ag71xx_phy_disconnect() so it may be used outside an exit section.

The function ag71xx_phy_disconnect() references a function in an exit
section.
Often the function ag71xx_ar7240_cleanup() has valid usage outside the
exit section
and the fix is to remove the __devexit annotation of
ag71xx_ar7240_cleanup.

SVN-Revision: 26855

12 years agoar71xx: ag71xx: fix build error if debugfs is enabled
Gabor Juhos [Sun, 8 May 2011 13:30:26 +0000 (13:30 +0000)]
ar71xx: ag71xx: fix build error if debugfs is enabled

SVN-Revision: 26854

12 years ago[package] base-files: retrigger usb coldplug after module loading, solves usb_modeswi...
Jo-Philipp Wich [Sun, 8 May 2011 10:25:58 +0000 (10:25 +0000)]
[package] base-files: retrigger usb coldplug after module loading, solves usb_modeswitch on boot and possibly others (#9352)

SVN-Revision: 26848

12 years agobrcm47xx: update patches
Hauke Mehrtens [Sat, 7 May 2011 12:49:17 +0000 (12:49 +0000)]
brcm47xx: update patches

SVN-Revision: 26846

12 years agoar71xx: ag71xx: add debugfs entry for [rt]x_ring
Gabor Juhos [Sat, 7 May 2011 12:40:34 +0000 (12:40 +0000)]
ar71xx: ag71xx: add debugfs entry for [rt]x_ring

SVN-Revision: 26845

12 years agoar71xx: ag71xx: add timestamps to ag71xx_buf
Gabor Juhos [Sat, 7 May 2011 12:40:28 +0000 (12:40 +0000)]
ar71xx: ag71xx: add timestamps to ag71xx_buf

SVN-Revision: 26844