openwrt/staging/yousong.git
14 years agoadd a simple script for symlinking one tree into another for doing builds with separa...
Felix Fietkau [Thu, 10 Dec 2009 20:52:45 +0000 (20:52 +0000)]
add a simple script for symlinking one tree into another for doing builds with separate build dirs, but the same source dir

SVN-Revision: 18734

14 years agofirewall: fix fallout from r18716 (fixes #6338)
Felix Fietkau [Thu, 10 Dec 2009 18:18:37 +0000 (18:18 +0000)]
firewall: fix fallout from r18716 (fixes #6338)

SVN-Revision: 18733

14 years agomac80211: fix depends
Gabor Juhos [Thu, 10 Dec 2009 13:50:02 +0000 (13:50 +0000)]
mac80211: fix depends

SVN-Revision: 18732

14 years agohostapd: parse the option for hiding the ESSID (#6310)
Felix Fietkau [Wed, 9 Dec 2009 19:10:54 +0000 (19:10 +0000)]
hostapd: parse the option for hiding the ESSID (#6310)

SVN-Revision: 18727

14 years agoadd missing config option for v4l1 (fixes #6314)
Felix Fietkau [Wed, 9 Dec 2009 19:04:57 +0000 (19:04 +0000)]
add missing config option for v4l1 (fixes #6314)

SVN-Revision: 18726

14 years agoFix a memory leak in hotplug2 environment handling. Bump hotplug2 to the latest svn...
Felix Fietkau [Wed, 9 Dec 2009 18:50:49 +0000 (18:50 +0000)]
Fix a memory leak in hotplug2 environment handling. Bump hotplug2 to the latest svn revision, remove obsolete patches.

Memory leak is caused by the way hotplug2 handles environment variables,
using setenv() and unsetenv(). setenv() creates copies of the supplied
strings, but, due to a POSIX blunder, these copies are never destroyed
by unsetenv(), neither in glibc nor uclibc - not until the program
terminates.

Since some events are handled directly in the main process, even when
configured with the "fork" worker, hotplug2 memory usage will keep
growing over time. This can be observed by running "udevtrigger" and
noting the increase in hotplug2 VmRSS after each run.

This patch uses putenv() instead, which leaves storage management to
the caller, so that we can explicitly delete stuff when it's no longer
needed.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
SVN-Revision: 18725

14 years agobroadcom-wl: add rts/frag threshold settings (patch from #4769)
Felix Fietkau [Wed, 9 Dec 2009 17:29:10 +0000 (17:29 +0000)]
broadcom-wl: add rts/frag threshold settings (patch from #4769)

SVN-Revision: 18720

14 years agomac80211: fix RTS threshold not being set for mac80211 devices
Felix Fietkau [Wed, 9 Dec 2009 17:22:25 +0000 (17:22 +0000)]
mac80211: fix RTS threshold not being set for mac80211 devices

A typo prevented it from working, tested with ar71xx and ath9k.

Signed-off-by: Otto Solares <solca@guug.org>
SVN-Revision: 18719

14 years agoadd missing argument to debug/mount wrappers (thx, matteo)
Felix Fietkau [Wed, 9 Dec 2009 17:13:16 +0000 (17:13 +0000)]
add missing argument to debug/mount wrappers (thx, matteo)

SVN-Revision: 18718

14 years agodo not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush...
Felix Fietkau [Wed, 9 Dec 2009 15:15:25 +0000 (15:15 +0000)]
do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility

SVN-Revision: 18717

14 years agofirewall: get rid of recursive shell script inclusion to improve hush compatibility
Felix Fietkau [Wed, 9 Dec 2009 14:04:37 +0000 (14:04 +0000)]
firewall: get rid of recursive shell script inclusion to improve hush compatibility

SVN-Revision: 18716

14 years agofunctions.sh: use functions instead of aliases for the debug, mount wrappers - hush...
Felix Fietkau [Wed, 9 Dec 2009 13:36:43 +0000 (13:36 +0000)]
functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases

SVN-Revision: 18715

14 years agoadjust dependencies of firewall and qos-scripts, so that these packages are visible...
Felix Fietkau [Wed, 9 Dec 2009 13:36:39 +0000 (13:36 +0000)]
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected

SVN-Revision: 18714

14 years agoiptables: move to 'Network' in menuconfig
Felix Fietkau [Wed, 9 Dec 2009 13:36:35 +0000 (13:36 +0000)]
iptables: move to 'Network' in menuconfig

SVN-Revision: 18713

14 years agobusybox: adjust hush default configuration
Felix Fietkau [Wed, 9 Dec 2009 13:36:28 +0000 (13:36 +0000)]
busybox: adjust hush default configuration

SVN-Revision: 18712

14 years agoar71xx: sync kernel configs
Gabor Juhos [Wed, 9 Dec 2009 08:03:35 +0000 (08:03 +0000)]
ar71xx: sync kernel configs

SVN-Revision: 18711

14 years agoar71xx: register rtl8366-smi device on the DIR-825 B1 board
Gabor Juhos [Wed, 9 Dec 2009 08:03:31 +0000 (08:03 +0000)]
ar71xx: register rtl8366-smi device on the DIR-825 B1 board

SVN-Revision: 18710

14 years agortl8306: manage the wan port as a separate phy device with proper link status reading...
Felix Fietkau [Wed, 9 Dec 2009 03:25:33 +0000 (03:25 +0000)]
rtl8306: manage the wan port as a separate phy device with proper link status reading and autonegotiation - the genphy driver does not handle it properly

SVN-Revision: 18709

14 years agofix default network config after r18699
Jo-Philipp Wich [Tue, 8 Dec 2009 22:22:16 +0000 (22:22 +0000)]
fix default network config after r18699

SVN-Revision: 18708

14 years agoiptables: bump pkg revision
Jo-Philipp Wich [Tue, 8 Dec 2009 20:53:27 +0000 (20:53 +0000)]
iptables: bump pkg revision

SVN-Revision: 18707

14 years agoiptables: add comment match to the core package
Jo-Philipp Wich [Tue, 8 Dec 2009 20:52:58 +0000 (20:52 +0000)]
iptables: add comment match to the core package

SVN-Revision: 18706

14 years agofix firmware loading broken by the busybox upgrade
Felix Fietkau [Tue, 8 Dec 2009 20:04:38 +0000 (20:04 +0000)]
fix firmware loading broken by the busybox upgrade

SVN-Revision: 18705

14 years agoifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
John Crispin [Tue, 8 Dec 2009 14:38:17 +0000 (14:38 +0000)]
ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA

SVN-Revision: 18701

14 years agomake uboot work on arcaydian board
John Crispin [Tue, 8 Dec 2009 14:37:12 +0000 (14:37 +0000)]
make uboot work on arcaydian board

SVN-Revision: 18700

14 years agoar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes...
Felix Fietkau [Tue, 8 Dec 2009 14:06:18 +0000 (14:06 +0000)]
ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)

SVN-Revision: 18699

14 years agofix link status detection in various switch drivers
Felix Fietkau [Tue, 8 Dec 2009 14:06:09 +0000 (14:06 +0000)]
fix link status detection in various switch drivers

SVN-Revision: 18698

14 years agoar71xx: TL-WR1043ND support cleanup
Gabor Juhos [Tue, 8 Dec 2009 12:46:30 +0000 (12:46 +0000)]
ar71xx: TL-WR1043ND support cleanup

SVN-Revision: 18697

14 years agoar71xx: preliminary support for the TL-WR1043ND
Gabor Juhos [Tue, 8 Dec 2009 12:46:25 +0000 (12:46 +0000)]
ar71xx: preliminary support for the TL-WR1043ND

Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform.
Presently the RTL8366RB switch support is missing due to no driver.
The ethernet works with 5 ports@1Gbit but is missing vlan support.

Hope Ive done this right, First time submiting a patch.

Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au>
SVN-Revision: 18696

14 years agoar71xx: register rtl8366_smi device on the WNDR3700
Gabor Juhos [Tue, 8 Dec 2009 10:29:37 +0000 (10:29 +0000)]
ar71xx: register rtl8366_smi device on the WNDR3700

SVN-Revision: 18695

14 years agoar71xx: add mdio bus driver for the rtl8366 switch
Gabor Juhos [Tue, 8 Dec 2009 10:29:35 +0000 (10:29 +0000)]
ar71xx: add mdio bus driver for the rtl8366 switch

SVN-Revision: 18694

14 years agoar71xx: refresh patches
Gabor Juhos [Tue, 8 Dec 2009 10:29:30 +0000 (10:29 +0000)]
ar71xx: refresh patches

SVN-Revision: 18693

14 years agoar71xx: add support for external mii_bus
Gabor Juhos [Tue, 8 Dec 2009 10:29:27 +0000 (10:29 +0000)]
ar71xx: add support for external mii_bus

SVN-Revision: 18692

14 years agoar71xx: move phy_connect call to ag71xx_open
Gabor Juhos [Tue, 8 Dec 2009 10:29:19 +0000 (10:29 +0000)]
ar71xx: move phy_connect call to ag71xx_open

SVN-Revision: 18691

14 years agopackage nls cp866 support (#6281)
Florian Fainelli [Mon, 7 Dec 2009 23:59:06 +0000 (23:59 +0000)]
package nls cp866 support (#6281)

SVN-Revision: 18690

14 years agoupdate busybox to 1.15.2 (#5926)
Florian Fainelli [Mon, 7 Dec 2009 16:56:04 +0000 (16:56 +0000)]
update busybox to 1.15.2 (#5926)

SVN-Revision: 18684

14 years agoupdate README after r18624
Florian Fainelli [Mon, 7 Dec 2009 16:56:00 +0000 (16:56 +0000)]
update README after r18624

SVN-Revision: 18683

14 years agomake mkimg_sitecom.pl executable
Florian Fainelli [Mon, 7 Dec 2009 16:55:33 +0000 (16:55 +0000)]
make mkimg_sitecom.pl executable

SVN-Revision: 18682

14 years agoRemove 2.6.31 support.
Lars-Peter Clausen [Mon, 7 Dec 2009 10:13:32 +0000 (10:13 +0000)]
Remove 2.6.31 support.

SVN-Revision: 18673

14 years agoadd rootwait option to the kernel command line (#6209)
Florian Fainelli [Sun, 6 Dec 2009 09:12:34 +0000 (09:12 +0000)]
add rootwait option to the kernel command line (#6209)

SVN-Revision: 18672

14 years agocorrect flash size and detection for sitecom targets (#6278), patch from rtz
Florian Fainelli [Sun, 6 Dec 2009 09:08:03 +0000 (09:08 +0000)]
correct flash size and detection for sitecom targets (#6278), patch from rtz

SVN-Revision: 18671

14 years agosimplify sitecom image generation with a script, patch from rtz
Florian Fainelli [Sun, 6 Dec 2009 09:07:58 +0000 (09:07 +0000)]
simplify sitecom image generation with a script, patch from rtz

SVN-Revision: 18670

14 years agofix the handling of MAC addresses with r6040, patch from rtz
Florian Fainelli [Sun, 6 Dec 2009 09:07:53 +0000 (09:07 +0000)]
fix the handling of MAC addresses with r6040, patch from rtz

SVN-Revision: 18669

14 years agomac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx...
Felix Fietkau [Sat, 5 Dec 2009 17:12:56 +0000 (17:12 +0000)]
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting

SVN-Revision: 18666

14 years agomac80211: set the country code through iw reg, setting it only through hostapd appare...
Felix Fietkau [Sat, 5 Dec 2009 17:12:51 +0000 (17:12 +0000)]
mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work

SVN-Revision: 18665

14 years agomac80211: fix a shell syntax error
Jo-Philipp Wich [Sat, 5 Dec 2009 15:11:47 +0000 (15:11 +0000)]
mac80211: fix a shell syntax error

SVN-Revision: 18664

14 years agowpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes
Jo-Philipp Wich [Sat, 5 Dec 2009 15:09:20 +0000 (15:09 +0000)]
wpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes

SVN-Revision: 18663

14 years agomac80211: fix wpa handling in sta mode
Jo-Philipp Wich [Sat, 5 Dec 2009 15:08:25 +0000 (15:08 +0000)]
mac80211: fix wpa handling in sta mode

SVN-Revision: 18662

14 years agoallow building hostap-driver and its dependencies on 2.6.32 (#6305)
Florian Fainelli [Sat, 5 Dec 2009 12:54:30 +0000 (12:54 +0000)]
allow building hostap-driver and its dependencies on 2.6.32 (#6305)

SVN-Revision: 18658

14 years agofix typo in switch config migration script
Jo-Philipp Wich [Sat, 5 Dec 2009 12:39:28 +0000 (12:39 +0000)]
fix typo in switch config migration script

SVN-Revision: 18657

14 years agooops, forgot one small change in the last commit
Felix Fietkau [Fri, 4 Dec 2009 22:18:36 +0000 (22:18 +0000)]
oops, forgot one small change in the last commit

SVN-Revision: 18640

14 years agoremove the redundant subdirectory from the packages directory variable
Felix Fietkau [Fri, 4 Dec 2009 22:17:26 +0000 (22:17 +0000)]
remove the redundant subdirectory from the packages directory variable

SVN-Revision: 18639

14 years agoar71xx: experimental 2.6.32 support
Gabor Juhos [Fri, 4 Dec 2009 20:27:03 +0000 (20:27 +0000)]
ar71xx: experimental 2.6.32 support

SVN-Revision: 18638

14 years agokernel: fix swconfig for 2.6.32
Gabor Juhos [Fri, 4 Dec 2009 20:26:59 +0000 (20:26 +0000)]
kernel: fix swconfig for 2.6.32

SVN-Revision: 18637

14 years agokernel: add md5sum for 2.6.32 final, and refresh patches
Gabor Juhos [Fri, 4 Dec 2009 20:26:55 +0000 (20:26 +0000)]
kernel: add md5sum for 2.6.32 final, and refresh patches

SVN-Revision: 18636

14 years agoupdate to 2.6.30, refresh patches
Florian Fainelli [Fri, 4 Dec 2009 14:52:45 +0000 (14:52 +0000)]
update to 2.6.30, refresh patches

SVN-Revision: 18635

14 years agoCONFIG_RFKILL_INPUT is a boolean
Florian Fainelli [Fri, 4 Dec 2009 14:52:41 +0000 (14:52 +0000)]
CONFIG_RFKILL_INPUT is a boolean

SVN-Revision: 18634

14 years agoadd missing CONFIG_HID_WACOM symbol
Florian Fainelli [Fri, 4 Dec 2009 14:52:37 +0000 (14:52 +0000)]
add missing CONFIG_HID_WACOM symbol

SVN-Revision: 18633

14 years agoresync kernel configuration
Florian Fainelli [Fri, 4 Dec 2009 14:52:33 +0000 (14:52 +0000)]
resync kernel configuration

SVN-Revision: 18632

14 years agoprevent madwifi from being compiled on sibyte
Florian Fainelli [Fri, 4 Dec 2009 14:52:30 +0000 (14:52 +0000)]
prevent madwifi from being compiled on sibyte

SVN-Revision: 18631

14 years agoadd missing kernel configuration symbols
Florian Fainelli [Fri, 4 Dec 2009 14:52:23 +0000 (14:52 +0000)]
add missing kernel configuration symbols

SVN-Revision: 18630

14 years agokmod-sound-ps3: Modified target dependencies
Hamish Guthrie [Fri, 4 Dec 2009 12:18:01 +0000 (12:18 +0000)]
kmod-sound-ps3: Modified target dependencies

SVN-Revision: 18629

14 years agomac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent...
Felix Fietkau [Thu, 3 Dec 2009 18:35:31 +0000 (18:35 +0000)]
mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming

SVN-Revision: 18627

14 years agoath9k: disable interrupt mitigation - it hurts performance on embedded systems
Felix Fietkau [Thu, 3 Dec 2009 18:35:26 +0000 (18:35 +0000)]
ath9k: disable interrupt mitigation - it hurts performance on embedded systems

SVN-Revision: 18626

14 years agoadd more missing configuration symbols
Florian Fainelli [Thu, 3 Dec 2009 18:21:25 +0000 (18:21 +0000)]
add more missing configuration symbols

SVN-Revision: 18625

14 years agooutput firmware files in bin/$(BOARD) instead of bin/
Florian Fainelli [Thu, 3 Dec 2009 18:21:03 +0000 (18:21 +0000)]
output firmware files in bin/$(BOARD) instead of bin/

SVN-Revision: 18624

14 years agoar71xx: refresh 2.6.30 patches
Gabor Juhos [Thu, 3 Dec 2009 15:07:44 +0000 (15:07 +0000)]
ar71xx: refresh 2.6.30 patches

SVN-Revision: 18623

14 years agoar71xx: DIR-825 support cleanup
Gabor Juhos [Thu, 3 Dec 2009 15:07:41 +0000 (15:07 +0000)]
ar71xx: DIR-825 support cleanup

SVN-Revision: 18622

14 years agoar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)
Gabor Juhos [Thu, 3 Dec 2009 15:07:34 +0000 (15:07 +0000)]
ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)

SVN-Revision: 18621

14 years agoar71xx: change mii_bus name
Gabor Juhos [Thu, 3 Dec 2009 14:17:12 +0000 (14:17 +0000)]
ar71xx: change mii_bus name

SVN-Revision: 18619

14 years agoar71xx: refresh 2.6.31 patches
Gabor Juhos [Thu, 3 Dec 2009 14:17:07 +0000 (14:17 +0000)]
ar71xx: refresh 2.6.31 patches

SVN-Revision: 18618

14 years agofirewall: initialize dest_port with src_dport if omitted in redirect sections to...
Jo-Philipp Wich [Tue, 1 Dec 2009 22:31:10 +0000 (22:31 +0000)]
firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249)

SVN-Revision: 18617

14 years agofix p54usb firmware installation (#6260)
Florian Fainelli [Mon, 30 Nov 2009 21:26:12 +0000 (21:26 +0000)]
fix p54usb firmware installation (#6260)

SVN-Revision: 18615

14 years agoar71xx: override fifo_cfg[123] values on AR7240
Gabor Juhos [Mon, 30 Nov 2009 13:53:39 +0000 (13:53 +0000)]
ar71xx: override fifo_cfg[123] values on AR7240

SVN-Revision: 18614

14 years agorefresh 2.6.32 patches with -rc8
Imre Kaloz [Mon, 30 Nov 2009 11:45:37 +0000 (11:45 +0000)]
refresh 2.6.32 patches with -rc8

SVN-Revision: 18613

14 years agoenable ACPI/HPET/MSI in the generic config
Imre Kaloz [Mon, 30 Nov 2009 11:05:18 +0000 (11:05 +0000)]
enable ACPI/HPET/MSI in the generic config

SVN-Revision: 18612

14 years agoadd some more symbols to the generic 2.6.32 config
Imre Kaloz [Mon, 30 Nov 2009 11:01:53 +0000 (11:01 +0000)]
add some more symbols to the generic 2.6.32 config

SVN-Revision: 18611

14 years agoupgrade x86 to 2.6.31.6, resync patches
Imre Kaloz [Mon, 30 Nov 2009 10:32:20 +0000 (10:32 +0000)]
upgrade x86 to 2.6.31.6, resync patches

SVN-Revision: 18609

14 years agohostapd: update to latest git, fixes ampdu settings in the beacon HT IE
Felix Fietkau [Sun, 29 Nov 2009 16:56:38 +0000 (16:56 +0000)]
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE

SVN-Revision: 18606

14 years agoUpdate to kernel 2.6.30
Hauke Mehrtens [Sun, 29 Nov 2009 16:54:17 +0000 (16:54 +0000)]
Update to kernel 2.6.30

SVN-Revision: 18605

14 years agoRead the size of the available memory from parameters passed to the kernel by firmware.
Hauke Mehrtens [Sun, 29 Nov 2009 16:53:50 +0000 (16:53 +0000)]
Read the size of the available memory from parameters passed to the kernel by firmware.

SVN-Revision: 18604

14 years agokernel: move CONFIG_MIPS_FPU_EMU to generic kernel config
Felix Fietkau [Sun, 29 Nov 2009 14:31:55 +0000 (14:31 +0000)]
kernel: move CONFIG_MIPS_FPU_EMU to generic kernel config

SVN-Revision: 18603

14 years agohostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
Felix Fietkau [Sun, 29 Nov 2009 14:13:47 +0000 (14:13 +0000)]
hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)

SVN-Revision: 18602

14 years agomac80211: fix up wds sta mode after r18591
Felix Fietkau [Sun, 29 Nov 2009 13:56:41 +0000 (13:56 +0000)]
mac80211: fix up wds sta mode after r18591

SVN-Revision: 18600

14 years agoar71xx: mask out reserved bits from the dma tx status in the ethernet driver
Felix Fietkau [Sun, 29 Nov 2009 13:38:03 +0000 (13:38 +0000)]
ar71xx: mask out reserved bits from the dma tx status in the ethernet driver

SVN-Revision: 18599

14 years agoar71xx: add usb support for ubnt rocket m
Felix Fietkau [Sun, 29 Nov 2009 13:33:15 +0000 (13:33 +0000)]
ar71xx: add usb support for ubnt rocket m

SVN-Revision: 18598

14 years agoRemove patches already applied in generic and refresh patches.
Hauke Mehrtens [Sun, 29 Nov 2009 12:09:42 +0000 (12:09 +0000)]
Remove patches already applied in generic and refresh patches.

This fixes #6200

SVN-Revision: 18597

14 years agotools: build old squashfs tools for ar71xx
Gabor Juhos [Sun, 29 Nov 2009 09:33:50 +0000 (09:33 +0000)]
tools: build old squashfs tools for ar71xx

SVN-Revision: 18596

14 years agoprevent some modules from being built on ubicom32 since they do not compile or link
Florian Fainelli [Sun, 29 Nov 2009 00:33:32 +0000 (00:33 +0000)]
prevent some modules from being built on ubicom32 since they do not compile or link

SVN-Revision: 18595

14 years agoadd missing configuration symbols
Florian Fainelli [Sun, 29 Nov 2009 00:33:27 +0000 (00:33 +0000)]
add missing configuration symbols

SVN-Revision: 18594

14 years agorevert the 027-mips_module_reloc.patch patch for mips64 targets until we fix it ...
Florian Fainelli [Sun, 29 Nov 2009 00:31:21 +0000 (00:31 +0000)]
revert the 027-mips_module_reloc.patch patch for mips64 targets until we fix it (#6129)

SVN-Revision: 18593

14 years agoUpdate regulatory database to version 2009.11.25
Hauke Mehrtens [Sat, 28 Nov 2009 23:16:40 +0000 (23:16 +0000)]
Update regulatory database to version 2009.11.25

SVN-Revision: 18592

14 years agoUpdate iw to version 0.9.18
Hauke Mehrtens [Sat, 28 Nov 2009 23:16:11 +0000 (23:16 +0000)]
Update iw to version 0.9.18

The deleted patches went upstream.

SVN-Revision: 18591

14 years agoSome build fixes.
Hauke Mehrtens [Sat, 28 Nov 2009 22:25:26 +0000 (22:25 +0000)]
Some build fixes.

SVN-Revision: 18590

14 years agoAdd kernel 2.6.30 support
Hauke Mehrtens [Sat, 28 Nov 2009 22:17:37 +0000 (22:17 +0000)]
Add kernel 2.6.30 support

The device is booting and Ethernet is working, but nothing more was tested.

SVN-Revision: 18589

14 years agoSome general changes for amazon drivers.
Hauke Mehrtens [Sat, 28 Nov 2009 22:09:18 +0000 (22:09 +0000)]
Some general changes for amazon drivers.

This is mostly needed for kernel 2.6.30 support.

SVN-Revision: 18588

14 years agoar71xx: fix mac address for 5GHz interface on WNDR3700
Gabor Juhos [Sat, 28 Nov 2009 18:01:09 +0000 (18:01 +0000)]
ar71xx: fix mac address for 5GHz interface on WNDR3700

SVN-Revision: 18586

14 years agoar71xx: update ath9k_platform.h
Gabor Juhos [Sat, 28 Nov 2009 18:01:06 +0000 (18:01 +0000)]
ar71xx: update ath9k_platform.h

SVN-Revision: 18585

14 years agomac80211: use mac address from platform data if present on ath9k
Gabor Juhos [Sat, 28 Nov 2009 18:01:03 +0000 (18:01 +0000)]
mac80211: use mac address from platform data if present on ath9k

SVN-Revision: 18584

14 years agomac80211: fix detection of multiple mac80211 devices
Gabor Juhos [Sat, 28 Nov 2009 18:00:59 +0000 (18:00 +0000)]
mac80211: fix detection of multiple mac80211 devices

SVN-Revision: 18583

14 years agomac80211: remove trailing whitespaces in mac80211.sh
Gabor Juhos [Sat, 28 Nov 2009 18:00:53 +0000 (18:00 +0000)]
mac80211: remove trailing whitespaces in mac80211.sh

SVN-Revision: 18582