openwrt/svn-archive/archive.git
12 years ago[generic] backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5...
Jo-Philipp Wich [Wed, 15 Jun 2011 14:11:33 +0000 (14:11 +0000)]
[generic] backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code)

SVN-Revision: 27179

12 years ago[generic] revert r26997, it does not apply against 2.6.36.4
Jo-Philipp Wich [Wed, 15 Jun 2011 13:51:57 +0000 (13:51 +0000)]
[generic] revert r26997, it does not apply against 2.6.36.4

SVN-Revision: 27178

12 years ago[cobalt] switch to 2.6.39
Florian Fainelli [Tue, 14 Jun 2011 20:05:13 +0000 (20:05 +0000)]
[cobalt] switch to 2.6.39

SVN-Revision: 27175

12 years ago[cobalt] fix diag.sh with qube2 front led
Florian Fainelli [Tue, 14 Jun 2011 20:05:09 +0000 (20:05 +0000)]
[cobalt] fix diag.sh with qube2 front led

SVN-Revision: 27174

12 years ago[cobalt] resync kernel config
Florian Fainelli [Tue, 14 Jun 2011 20:05:03 +0000 (20:05 +0000)]
[cobalt] resync kernel config

SVN-Revision: 27173

12 years ago[lantiq]
John Crispin [Mon, 13 Jun 2011 22:37:23 +0000 (22:37 +0000)]
[lantiq]

Fix for bug where the iniatialisation of the MAC data private strucure
is copied into the wrong location.

Ticket #9547

Signed-off-by: Conor O'Gorman <conor at dna.ie>
SVN-Revision: 27172

12 years ago[package/hotplug] link hotplug2 against libbsd when eglibc is used
Mirko Vogt [Mon, 13 Jun 2011 13:16:11 +0000 (13:16 +0000)]
[package/hotplug] link hotplug2 against libbsd when eglibc is used

SVN-Revision: 27170

12 years ago[package] add library 'libbsd'
Mirko Vogt [Mon, 13 Jun 2011 13:16:08 +0000 (13:16 +0000)]
[package] add library 'libbsd'

This library contains core functionality usually (but obviously not always)
provided by libc implementations which isneeded by OpenWrt core packages.
For instance the functions 'strlcat', 'strlcpy' are not implemented in
eglibc but needed by hotplug2 (udevtrigger)

SVN-Revision: 27169

12 years ago[uml] replace unfortify patch with a better one
Florian Fainelli [Mon, 13 Jun 2011 12:45:12 +0000 (12:45 +0000)]
[uml] replace unfortify patch with a better one

Thanks to Richard Weinberger for providing this patch

SVN-Revision: 27168

12 years agotools/firmware-utils: fix buffalo csum calculation
Gabor Juhos [Mon, 13 Jun 2011 08:12:41 +0000 (08:12 +0000)]
tools/firmware-utils: fix buffalo csum calculation

Also print an error message if decryption fails.

SVN-Revision: 27167

12 years agoar71xx: use ar933x_uart.h in the AR933X serial driver
Gabor Juhos [Mon, 13 Jun 2011 08:12:40 +0000 (08:12 +0000)]
ar71xx: use ar933x_uart.h in the AR933X serial driver

SVN-Revision: 27166

12 years agoar71xx: update early_printk code
Gabor Juhos [Mon, 13 Jun 2011 08:12:38 +0000 (08:12 +0000)]
ar71xx: update early_printk code

SVN-Revision: 27165

12 years ago[package] 6to4: advertise effective tunnel mtu in RAs
Jo-Philipp Wich [Sun, 12 Jun 2011 19:27:21 +0000 (19:27 +0000)]
[package] 6to4: advertise effective tunnel mtu in RAs

SVN-Revision: 27163

12 years ago[adm5120] cleanup files using checkpatch.pl
Florian Fainelli [Sun, 12 Jun 2011 19:17:57 +0000 (19:17 +0000)]
[adm5120] cleanup files using checkpatch.pl

SVN-Revision: 27162

12 years ago[package] 6to4: don't start if detected local IPv4 address is RFC1918, allows people...
Jo-Philipp Wich [Sun, 12 Jun 2011 18:59:40 +0000 (18:59 +0000)]
[package] 6to4: don't start if detected local IPv4 address is RFC1918, allows people to deploy firmwares with 6to4 enabled by default

SVN-Revision: 27160

12 years agoppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause...
Felix Fietkau [Sun, 12 Jun 2011 14:07:08 +0000 (14:07 +0000)]
ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause functions needed by plugins to disappear (fixes #9462)

SVN-Revision: 27159

12 years ago[lantiq]
John Crispin [Sun, 12 Jun 2011 08:56:26 +0000 (08:56 +0000)]
[lantiq]
* move patches around
* add basic support for gigaset sx76x

SVN-Revision: 27158

12 years agotoolchain/gdb: fix compile for powerpc targets, refresh patch
Felix Fietkau [Sat, 11 Jun 2011 13:25:00 +0000 (13:25 +0000)]
toolchain/gdb: fix compile for powerpc targets, refresh patch

SVN-Revision: 27155

12 years ago[ar71xx] Remove trailing spaces, convert spaces to tabs
Vasilis Tsiligiannis [Thu, 9 Jun 2011 19:30:50 +0000 (19:30 +0000)]
[ar71xx] Remove trailing spaces, convert spaces to tabs

SVN-Revision: 27153

12 years ago[package] kernel: revert unrelated change in previous commit
Jo-Philipp Wich [Thu, 9 Jun 2011 14:36:01 +0000 (14:36 +0000)]
[package] kernel: revert unrelated change in previous commit

SVN-Revision: 27150

12 years ago[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support
Jo-Philipp Wich [Thu, 9 Jun 2011 14:34:53 +0000 (14:34 +0000)]
[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support

SVN-Revision: 27149

12 years ago[package] base-files: assume a default ipv6 prefix size of /64, thats what the majori...
Jo-Philipp Wich [Thu, 9 Jun 2011 12:36:30 +0000 (12:36 +0000)]
[package] base-files: assume a default ipv6 prefix size of /64, thats what the majority of users mean when they just specify an ip address

SVN-Revision: 27147

12 years ago[package] base-files: if an ip6addr without a prefix is given, assume /128 - otherwis...
Jo-Philipp Wich [Thu, 9 Jun 2011 12:25:48 +0000 (12:25 +0000)]
[package] base-files: if an ip6addr without a prefix is given, assume /128 - otherwise the busybox utilities will interpret it as /0 and create an invalid default route

SVN-Revision: 27145

12 years ago[ledtrig-netdev]
John Crispin [Thu, 9 Jun 2011 07:08:54 +0000 (07:08 +0000)]
[ledtrig-netdev]
we dont need 1024 bytes buffer. 128  bytes is enough.

SVN-Revision: 27143

12 years ago[atheros]
John Crispin [Thu, 9 Jun 2011 05:10:18 +0000 (05:10 +0000)]
[atheros]
* revert accidental config change

SVN-Revision: 27142

12 years agoRevert "[package/block-mount] remove example config file"
Mirko Vogt [Wed, 8 Jun 2011 20:45:19 +0000 (20:45 +0000)]
Revert "[package/block-mount] remove example config file"

This isn't needed anymore due to commit 27138

SVN-Revision: 27139

12 years ago[package] make sure that base-files is installed last, this allows per-target base...
Jo-Philipp Wich [Wed, 8 Jun 2011 19:38:25 +0000 (19:38 +0000)]
[package] make sure that base-files is installed last, this allows per-target base-file overlays to work correctly

SVN-Revision: 27138

12 years ago[lantiq]
John Crispin [Wed, 8 Jun 2011 17:57:55 +0000 (17:57 +0000)]
[lantiq]

* fixes spi flash for ar9
* adds limited support for netgear dgn3500 (enough for others to start working with)

SVN-Revision: 27137

12 years ago[package/block-mount] remove example config file
Mirko Vogt [Wed, 8 Jun 2011 17:39:16 +0000 (17:39 +0000)]
[package/block-mount] remove example config file

Having this file prevents the possibility of having target-specific
fstab config files (as target/linux/${target}/base-files/etc/config/fstab).
There is no need of a non-working example file on the target anyway.

SVN-Revision: 27136

12 years ago[package] base-files: fix error reporting for unsupported protocols on virtual interfaces
Jo-Philipp Wich [Tue, 7 Jun 2011 23:25:43 +0000 (23:25 +0000)]
[package] base-files: fix error reporting for unsupported protocols on virtual interfaces

SVN-Revision: 27132

12 years ago[toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than...
Jo-Philipp Wich [Tue, 7 Jun 2011 21:54:14 +0000 (21:54 +0000)]
[toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five hostnames follow a dotted quad in /etc/hosts

SVN-Revision: 27131

12 years agoar71xx: override inittab to enable login on ttyATH0
Felix Fietkau [Tue, 7 Jun 2011 17:07:10 +0000 (17:07 +0000)]
ar71xx: override inittab to enable login on ttyATH0

SVN-Revision: 27128

12 years agobase-files: do not write to /etc/config/wireless at boot time unless a new interface...
Felix Fietkau [Tue, 7 Jun 2011 17:00:43 +0000 (17:00 +0000)]
base-files: do not write to /etc/config/wireless at boot time unless a new interface was found

eliminates unnecessary flash write cycles at every boot

patch by Peter Wagner (tripolar)

SVN-Revision: 27127

12 years agokernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536
Hauke Mehrtens [Tue, 7 Jun 2011 15:39:12 +0000 (15:39 +0000)]
kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536

SVN-Revision: 27126

12 years agokernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536
Hauke Mehrtens [Tue, 7 Jun 2011 15:36:49 +0000 (15:36 +0000)]
kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536

SVN-Revision: 27125

12 years ago[toolchain/gcc] remove empty file (patch went upstream and file didn't get deleted...
Mirko Vogt [Tue, 7 Jun 2011 08:37:25 +0000 (08:37 +0000)]
[toolchain/gcc] remove empty file (patch went upstream and file didn't get deleted but only cleared)

SVN-Revision: 27122

12 years ago[toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai
Mirko Vogt [Tue, 7 Jun 2011 00:13:56 +0000 (00:13 +0000)]
[toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai

SVN-Revision: 27118

12 years ago[package/pptp] require mppe 128bit-encryption by default
Mirko Vogt [Mon, 6 Jun 2011 22:27:04 +0000 (22:27 +0000)]
[package/pptp] require mppe 128bit-encryption by default

SVN-Revision: 27117

12 years ago[ep93xx] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 18:27:14 +0000 (18:27 +0000)]
[ep93xx] update to 2.6.39.1

SVN-Revision: 27114

12 years ago[ep93xx] define UIMAGE for various rootfs targets
Florian Fainelli [Sat, 4 Jun 2011 18:27:09 +0000 (18:27 +0000)]
[ep93xx] define UIMAGE for various rootfs targets

SVN-Revision: 27113

12 years ago[ep93xx] use IMG_PREFIX for image name
Florian Fainelli [Sat, 4 Jun 2011 18:27:04 +0000 (18:27 +0000)]
[ep93xx] use IMG_PREFIX for image name

SVN-Revision: 27112

12 years ago[kernel] add more config symbols to 2.6.39
Florian Fainelli [Sat, 4 Jun 2011 18:27:00 +0000 (18:27 +0000)]
[kernel] add more config symbols to 2.6.39

SVN-Revision: 27111

12 years ago[uml] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 18:26:54 +0000 (18:26 +0000)]
[uml] update to 2.6.39.1

SVN-Revision: 27110

12 years ago[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie...
Jo-Philipp Wich [Sat, 4 Jun 2011 14:33:35 +0000 (14:33 +0000)]
[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com>

SVN-Revision: 27109

12 years ago[realview] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:36:09 +0000 (13:36 +0000)]
[realview] update to 2.6.39.1

SVN-Revision: 27107

12 years ago[malta] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:36:05 +0000 (13:36 +0000)]
[malta] update to 2.6.39.1

SVN-Revision: 27106

12 years ago[kernel] add some missing 2.6.39 config symbols
Florian Fainelli [Sat, 4 Jun 2011 13:36:00 +0000 (13:36 +0000)]
[kernel] add some missing 2.6.39 config symbols

SVN-Revision: 27105

12 years ago[kernel] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:35:55 +0000 (13:35 +0000)]
[kernel] update to 2.6.39.1

patch from Peter Wagner

SVN-Revision: 27104

12 years ago[package] compcache does not build on 2.6.38+
Florian Fainelli [Sat, 4 Jun 2011 13:35:48 +0000 (13:35 +0000)]
[package] compcache does not build on 2.6.38+

SVN-Revision: 27103

12 years agoar71xx: setup wdt_clock for AR913X to avoid a kernel bug
Gabor Juhos [Sat, 4 Jun 2011 12:30:10 +0000 (12:30 +0000)]
ar71xx: setup wdt_clock for AR913X to avoid a kernel bug

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

12 years agoar71xx: select the internal antenna by default on the ZCN-1523H boards
Gabor Juhos [Sat, 4 Jun 2011 12:30:09 +0000 (12:30 +0000)]
ar71xx: select the internal antenna by default on the ZCN-1523H boards

SVN-Revision: 27101

12 years agoacx-mac80211: remove patch
Hauke Mehrtens [Sat, 4 Jun 2011 09:33:02 +0000 (09:33 +0000)]
acx-mac80211: remove patch

This patch is already incorporated into the original source code.

closes #9499

SVN-Revision: 27100

12 years ago[package] soloscli: fix new lines in soloscli
Florian Fainelli [Thu, 2 Jun 2011 14:38:01 +0000 (14:38 +0000)]
[package] soloscli: fix new lines in soloscli

If the string received from the ADSL firmware is missing \n, add it in.

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
SVN-Revision: 27096

12 years ago[package] acx-mac80211: add io endianness patch
Florian Fainelli [Thu, 2 Jun 2011 14:37:56 +0000 (14:37 +0000)]
[package] acx-mac80211: add io endianness patch

Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 27095

12 years ago[au1000] update to 2.6.39
Florian Fainelli [Thu, 2 Jun 2011 13:45:20 +0000 (13:45 +0000)]
[au1000] update to 2.6.39

SVN-Revision: 27090

12 years agoRevert "ar71xx: only enable the rx engine after the link is up..."
Felix Fietkau [Wed, 1 Jun 2011 18:15:43 +0000 (18:15 +0000)]
Revert "ar71xx: only enable the rx engine after the link is up..."

It messes up the DMA state when the link goes down

SVN-Revision: 27088

12 years agokernel.mk: add a new helper for comparing kernel versions, which can take 1 - 4 field...
Felix Fietkau [Wed, 1 Jun 2011 18:08:17 +0000 (18:08 +0000)]
kernel.mk: add a new helper for comparing kernel versions, which can take 1 - 4 field kernel versions

implement CompareKernelPatchVer using this new helper
implement kernel_patchver_{gt,ge,eq,le,lt}, which are more convenient for use with inline $(if)

SVN-Revision: 27087

12 years agonetfilter.mk: remove a few obsolete CompareKernelPatchVer calls
Felix Fietkau [Wed, 1 Jun 2011 18:08:12 +0000 (18:08 +0000)]
netfilter.mk: remove a few obsolete CompareKernelPatchVer calls

SVN-Revision: 27086

12 years agomac80211: add initial support for AR9330
Gabor Juhos [Wed, 1 Jun 2011 13:12:31 +0000 (13:12 +0000)]
mac80211: add initial support for AR9330

SVN-Revision: 27084

12 years agoar71xx: init external_reset for AR933X
Gabor Juhos [Wed, 1 Jun 2011 13:12:30 +0000 (13:12 +0000)]
ar71xx: init external_reset for AR933X

SVN-Revision: 27083

12 years agoar71xx: add external_reset field to ath9k_platform_data
Gabor Juhos [Wed, 1 Jun 2011 13:12:28 +0000 (13:12 +0000)]
ar71xx: add external_reset field to ath9k_platform_data

SVN-Revision: 27082

12 years agoar71xx: init get_mac_revision on AR9330 rev 1
Gabor Juhos [Wed, 1 Jun 2011 13:12:27 +0000 (13:12 +0000)]
ar71xx: init get_mac_revision on AR9330 rev 1

SVN-Revision: 27081

12 years agoar71xx: add get_mac_revision to ath9k_platform_data
Gabor Juhos [Wed, 1 Jun 2011 13:12:26 +0000 (13:12 +0000)]
ar71xx: add get_mac_revision to ath9k_platform_data

SVN-Revision: 27080

12 years agoar71xx: export SoC revision
Gabor Juhos [Wed, 1 Jun 2011 13:12:24 +0000 (13:12 +0000)]
ar71xx: export SoC revision

SVN-Revision: 27079

12 years ago[cns3xxx]: refresh patches
Imre Kaloz [Wed, 1 Jun 2011 07:24:41 +0000 (07:24 +0000)]
[cns3xxx]: refresh patches

SVN-Revision: 27078

12 years ago[cns3xxx]: fixup second led, patch from Chris
Imre Kaloz [Wed, 1 Jun 2011 07:21:25 +0000 (07:21 +0000)]
[cns3xxx]: fixup second led, patch from Chris

SVN-Revision: 27077

12 years agoar71xx: add profile and image building code for wzr-hp-ag300h
Felix Fietkau [Wed, 1 Jun 2011 02:23:30 +0000 (02:23 +0000)]
ar71xx: add profile and image building code for wzr-hp-ag300h

SVN-Revision: 27076

12 years agoar71xx: add kernel support for the buffalo wzr-hp-ag300h
Felix Fietkau [Wed, 1 Jun 2011 02:23:26 +0000 (02:23 +0000)]
ar71xx: add kernel support for the buffalo wzr-hp-ag300h

SVN-Revision: 27075

12 years agofix a crash in mtd_concat when the .sync op is not implemented
Felix Fietkau [Wed, 1 Jun 2011 02:23:22 +0000 (02:23 +0000)]
fix a crash in mtd_concat when the .sync op is not implemented

SVN-Revision: 27074

12 years agom25p80: add the chip id for the winbond w25q128 chip
Felix Fietkau [Wed, 1 Jun 2011 02:23:18 +0000 (02:23 +0000)]
m25p80: add the chip id for the winbond w25q128 chip

SVN-Revision: 27073

12 years ago[cns3xxx]: fixup pcie clock, thanks Chris
Imre Kaloz [Tue, 31 May 2011 23:55:33 +0000 (23:55 +0000)]
[cns3xxx]: fixup pcie clock, thanks Chris

SVN-Revision: 27072

12 years agomac80211: update to wireless-testing 2011-05-27
Felix Fietkau [Tue, 31 May 2011 23:07:29 +0000 (23:07 +0000)]
mac80211: update to wireless-testing 2011-05-27

SVN-Revision: 27071

12 years agoar71xx: build images for the AP121 boards
Gabor Juhos [Tue, 31 May 2011 22:53:47 +0000 (22:53 +0000)]
ar71xx: build images for the AP121 boards

SVN-Revision: 27070

12 years agoar71xx: add sysupgrade support for the AP121 boards
Gabor Juhos [Tue, 31 May 2011 22:53:45 +0000 (22:53 +0000)]
ar71xx: add sysupgrade support for the AP121 boards

SVN-Revision: 27069

12 years agoar71xx: add default network config for the AP121 boards
Gabor Juhos [Tue, 31 May 2011 22:53:44 +0000 (22:53 +0000)]
ar71xx: add default network config for the AP121 boards

SVN-Revision: 27068

12 years agoar71xx: add support for the AP121/AP121-MINI reference boards
Gabor Juhos [Tue, 31 May 2011 22:53:43 +0000 (22:53 +0000)]
ar71xx: add support for the AP121/AP121-MINI reference boards

SVN-Revision: 27067

12 years agoar71xx: register UART for the AR933X SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:42 +0000 (22:53 +0000)]
ar71xx: register UART for the AR933X SoCs

SVN-Revision: 27066

12 years agoar71xx: add serial driver for the AR933X UART
Gabor Juhos [Tue, 31 May 2011 22:53:40 +0000 (22:53 +0000)]
ar71xx: add serial driver for the AR933X UART

SVN-Revision: 27065

12 years agoar71xx: add WMAC initialization code for the AR933X SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:39 +0000 (22:53 +0000)]
ar71xx: add WMAC initialization code for the AR933X SoCs

SVN-Revision: 27064

12 years agoar71xx: add ethernet initialization for the AR933X SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:37 +0000 (22:53 +0000)]
ar71xx: add ethernet initialization for the AR933X SoCs

SVN-Revision: 27063

12 years agoar71xx: enable USB support for the AR933x SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:36 +0000 (22:53 +0000)]
ar71xx: enable USB support for the AR933x SoCs

SVN-Revision: 27062

12 years agoar71xx: add AR933x specific glue for ar71xx_device{start,stop}
Gabor Juhos [Tue, 31 May 2011 22:53:35 +0000 (22:53 +0000)]
ar71xx: add AR933x specific glue for ar71xx_device{start,stop}

SVN-Revision: 27061

12 years agoar71xx: the watchdog uses the reference clock on the AR933x SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:34 +0000 (22:53 +0000)]
ar71xx: the watchdog uses the reference clock on the AR933x SoCs

SVN-Revision: 27060

12 years agoar71xx: add AR933x specific glue code for IRQ initialization
Gabor Juhos [Tue, 31 May 2011 22:53:32 +0000 (22:53 +0000)]
ar71xx: add AR933x specific glue code for IRQ initialization

SVN-Revision: 27059

12 years agoar71xx: don't register 8250 UART on the AR933x SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:31 +0000 (22:53 +0000)]
ar71xx: don't register 8250 UART on the AR933x SoCs

SVN-Revision: 27058

12 years agoar71xx: enable GPIO support for the AR933x SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:30 +0000 (22:53 +0000)]
ar71xx: enable GPIO support for the AR933x SoCs

SVN-Revision: 27057

12 years agoar71xx: add AR933x specific frequency initialization code
Gabor Juhos [Tue, 31 May 2011 22:53:29 +0000 (22:53 +0000)]
ar71xx: add AR933x specific frequency initialization code

SVN-Revision: 27056

12 years agoar71xx: add AR933x specific early_printk support
Gabor Juhos [Tue, 31 May 2011 22:53:27 +0000 (22:53 +0000)]
ar71xx: add AR933x specific early_printk support

SVN-Revision: 27055

12 years agoar71xx: add preliminary support for the Atheros AR933x SoCs
Gabor Juhos [Tue, 31 May 2011 22:53:26 +0000 (22:53 +0000)]
ar71xx: add preliminary support for the Atheros AR933x SoCs

SVN-Revision: 27054

12 years agoar71xx: stop producing -NA factory images and tag factory images with hd_id for WNDR3...
Gabor Juhos [Tue, 31 May 2011 22:53:25 +0000 (22:53 +0000)]
ar71xx: stop producing -NA factory images and tag factory images with hd_id for WNDR3700v2

NETGEAR doesn\92t produce a distinct North American image for
WNDR3700v2, they use the same image worldwide. This is a change from
earlier models such as WNDR3700 (v1). NETGEAR's v2 images now contain
an "hd_id" parameter, as well. All observed WNDR3700v2, WNDR3800, and
WNDRMAC images use 29763654+16+64 as their hd_id value.

This patch changes the OpenWrt WNDR3700v2 "factory" image generation
to stop producing the extraneous -NA version and to tag the image with
the same hd_id used in NETGEAR's images.

There is no change to WNDR3700 (v1) image generation, as NETGEAR
continues to produce distinct -NA and worldwide images, neither of
which are tagged with hd_id.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 27053

12 years agotools/firmware-utils: add support for hd_id tag into mkdniimg
Gabor Juhos [Tue, 31 May 2011 22:53:24 +0000 (22:53 +0000)]
tools/firmware-utils: add support for hd_id tag into mkdniimg

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 27052

12 years agoar71xx: create factory images for the WZR-HP-G30{0,1}NH boards
Gabor Juhos [Tue, 31 May 2011 22:53:22 +0000 (22:53 +0000)]
ar71xx: create factory images for the WZR-HP-G30{0,1}NH boards

SVN-Revision: 27051

12 years agotools/firmware-utils: add buffalo specific fw tools
Gabor Juhos [Tue, 31 May 2011 22:53:21 +0000 (22:53 +0000)]
tools/firmware-utils: add buffalo specific fw tools

SVN-Revision: 27050

12 years agoar71xx: Fix header offset for newer WRT160NL models
Gabor Juhos [Tue, 31 May 2011 22:53:20 +0000 (22:53 +0000)]
ar71xx: Fix header offset for newer WRT160NL models

Newer WRT160NLs have a flash chip with 4K erase blocks instead of 64K,
resulting in miscalculated partition sizes.
Since the actual sizes did not change, hardcode them to their current
sizes, and make sure they are at least one erase block big (in case Cisco
decides to start to use chips with 128K erase blocks).

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

12 years agoar71xx: add SOC_AR{71XX,724X,913X,934X} config symbols
Gabor Juhos [Tue, 31 May 2011 22:53:19 +0000 (22:53 +0000)]
ar71xx: add SOC_AR{71XX,724X,913X,934X} config symbols

SVN-Revision: 27048

12 years agoar71xx: reduce the size of the squashfs-4k binaries
Gabor Juhos [Tue, 31 May 2011 22:53:18 +0000 (22:53 +0000)]
ar71xx: reduce the size of the squashfs-4k binaries

SVN-Revision: 27047

12 years agomac80211: make ath9k available even if PCI support is disabled
Gabor Juhos [Tue, 31 May 2011 22:53:16 +0000 (22:53 +0000)]
mac80211: make ath9k available even if PCI support is disabled

SVN-Revision: 27046

12 years agoar71xx: initialize is_clk_25mhz field for AR9340 WMAC
Gabor Juhos [Tue, 31 May 2011 22:53:15 +0000 (22:53 +0000)]
ar71xx: initialize is_clk_25mhz field for AR9340 WMAC

SVN-Revision: 27045

12 years agoar71xx: sync ath9k_platform_data.h with compat-wireless
Gabor Juhos [Tue, 31 May 2011 22:53:14 +0000 (22:53 +0000)]
ar71xx: sync ath9k_platform_data.h with compat-wireless

SVN-Revision: 27044

12 years agoar71xx: use the diag LED for diagnostic on the WZR-HP-G30XNH boards
Gabor Juhos [Tue, 31 May 2011 22:53:13 +0000 (22:53 +0000)]
ar71xx: use the diag LED for diagnostic on the WZR-HP-G30XNH boards

SVN-Revision: 27043