openwrt/openwrt.git
12 years agoramips: setup bc2 mac addresses from the generic network script
Gabor Juhos [Thu, 1 Dec 2011 22:48:37 +0000 (22:48 +0000)]
ramips: setup bc2 mac addresses from the generic network script

SVN-Revision: 29377

12 years agoramips: combine network setup for all boards in one file
Gabor Juhos [Thu, 1 Dec 2011 22:48:35 +0000 (22:48 +0000)]
ramips: combine network setup for all boards in one file

Inspired by the patch from Roman Yeryomin. Thanks, Roman!
This removes unnecessary duplication and simplifies network setup for new
boards. It would be a one line change most likely.

[juhosg: setup lan and wan interfaces for unspecified rt3x0x based boards
in order to avoid regression]

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 29376

12 years agodnsmasq: automatically add host entry for own hostname and ptr record for lan ip...
Jo-Philipp Wich [Thu, 1 Dec 2011 21:34:45 +0000 (21:34 +0000)]
dnsmasq: automatically add host entry for own hostname and ptr record for lan ip address

SVN-Revision: 29375

12 years agokernel: package TI's USB 3410/505 usb driver
John Crispin [Wed, 30 Nov 2011 14:16:58 +0000 (14:16 +0000)]
kernel: package TI's USB 3410/505 usb driver

This is a patch that adds kernel drivers for TI's USB 3410/5052
devices to the `make menuconfig` GUI during setup.

Signed-off-by: Nemanja Stefanovic <nemik@nemik.net>
SVN-Revision: 29366

12 years agocomgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card.
John Crispin [Wed, 30 Nov 2011 14:16:44 +0000 (14:16 +0000)]
comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29365

12 years agokernel: This adds support for Marvell S-ATA.
John Crispin [Wed, 30 Nov 2011 12:45:50 +0000 (12:45 +0000)]
kernel: This adds support for Marvell S-ATA.

Useful for kirkwood and probably other Marvell SoCs.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29364

12 years agoscripts: add script to generate combined extended image format
Nicolas Thill [Wed, 30 Nov 2011 07:43:58 +0000 (07:43 +0000)]
scripts: add script to generate combined extended image format

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29358

12 years agokernel: add a configuration option for enabling printk timestamps (#10503)
Felix Fietkau [Tue, 29 Nov 2011 08:52:22 +0000 (08:52 +0000)]
kernel: add a configuration option for enabling printk timestamps (#10503)

SVN-Revision: 29353

12 years agobuild: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems...
Felix Fietkau [Mon, 28 Nov 2011 19:19:33 +0000 (19:19 +0000)]
build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build

SVN-Revision: 29352

12 years agoomap24xx: bump to 3.1.3
John Crispin [Mon, 28 Nov 2011 12:46:18 +0000 (12:46 +0000)]
omap24xx: bump to 3.1.3

SVN-Revision: 29349

12 years agolantiq: bump to 3.1.3
John Crispin [Mon, 28 Nov 2011 10:22:58 +0000 (10:22 +0000)]
lantiq: bump to 3.1.3

SVN-Revision: 29348

12 years agoath9k: fix a regression in touching power mode related registers
Felix Fietkau [Sun, 27 Nov 2011 06:29:09 +0000 (06:29 +0000)]
ath9k: fix a regression in touching power mode related registers

SVN-Revision: 29341

12 years agodropbear: fix build breakage
Felix Fietkau [Sun, 27 Nov 2011 05:30:40 +0000 (05:30 +0000)]
dropbear: fix build breakage

SVN-Revision: 29340

12 years agoath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
Felix Fietkau [Sun, 27 Nov 2011 04:30:09 +0000 (04:30 +0000)]
ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments

SVN-Revision: 29338

12 years agotargets: fix CONFIG_USB_STORAGE_* inconsistency
Nicolas Thill [Fri, 25 Nov 2011 20:47:44 +0000 (20:47 +0000)]
targets: fix CONFIG_USB_STORAGE_* inconsistency

 * all options were switched from bool to tristate in 2.6.30
 * add/change/move them to generic, disabled by default
 * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
 * cleanup ordering

SVN-Revision: 29337

12 years agopackage/dropbear: update to 2011.54
Nicolas Thill [Fri, 25 Nov 2011 00:53:19 +0000 (00:53 +0000)]
package/dropbear: update to 2011.54

SVN-Revision: 29330

12 years agopackage/dnsmasq: update to 2.59 (thanks to Raphael Huck)
Nicolas Thill [Fri, 25 Nov 2011 00:53:13 +0000 (00:53 +0000)]
package/dnsmasq: update to 2.59 (thanks to Raphael Huck)

SVN-Revision: 29329

12 years agoar71xx: modify phy mask of the WP543 board
Gabor Juhos [Thu, 24 Nov 2011 20:09:43 +0000 (20:09 +0000)]
ar71xx: modify phy mask of the WP543 board

This fixes ethernet on newer boards. Based on a patch from #9702.

SVN-Revision: 29328

12 years agofirmware-utils/mktplinfw: use htonl/ntohl
Gabor Juhos [Thu, 24 Nov 2011 20:09:40 +0000 (20:09 +0000)]
firmware-utils/mktplinfw: use htonl/ntohl

Based on a patch by Adrian Chadd <adrian@freebsd.org>

SVN-Revision: 29327

12 years agoar71xx: fix wndr3800 machine name
Gabor Juhos [Thu, 24 Nov 2011 20:09:38 +0000 (20:09 +0000)]
ar71xx: fix wndr3800 machine name

This fixes the machine name in /proc/cpuinfo and luci status page machine name.

Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com>
SVN-Revision: 29326

12 years agoar71xx: copy atheros initramfs images to the image directory
Gabor Juhos [Thu, 24 Nov 2011 20:09:35 +0000 (20:09 +0000)]
ar71xx: copy atheros initramfs images to the image directory

SVN-Revision: 29325

12 years agoar71xx: specify mtd layout in command line for the DB120 board
Gabor Juhos [Thu, 24 Nov 2011 20:09:32 +0000 (20:09 +0000)]
ar71xx: specify mtd layout in command line for the DB120 board

SVN-Revision: 29324

12 years agopackage/busybox: wget: URL-decode user:password before base64-encoding it into auth...
Nicolas Thill [Wed, 23 Nov 2011 19:41:36 +0000 (19:41 +0000)]
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)

SVN-Revision: 29299

12 years agomac80211: fix aggregation related kernel warnings when using wds
Felix Fietkau [Wed, 23 Nov 2011 13:55:35 +0000 (13:55 +0000)]
mac80211: fix aggregation related kernel warnings when using wds

SVN-Revision: 29296

12 years agoath9k: fix setting channel bandwidth before bringing up interfaces
Felix Fietkau [Wed, 23 Nov 2011 13:55:14 +0000 (13:55 +0000)]
ath9k: fix setting channel bandwidth before bringing up interfaces

SVN-Revision: 29295

12 years agolantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch
John Crispin [Wed, 23 Nov 2011 12:22:15 +0000 (12:22 +0000)]
lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch

This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch

SVN-Revision: 29294

12 years agotools: use host build_dir instead of target build_dir
Nicolas Thill [Wed, 23 Nov 2011 04:06:57 +0000 (04:06 +0000)]
tools: use host build_dir instead of target build_dir

SVN-Revision: 29293

12 years agolantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api...
John Crispin [Tue, 22 Nov 2011 18:50:51 +0000 (18:50 +0000)]
lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups

Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 29292

12 years agopackage/mac80211: fix atomic64 issues on x86 / uml
Nicolas Thill [Mon, 21 Nov 2011 21:40:26 +0000 (21:40 +0000)]
package/mac80211: fix atomic64 issues on x86 / uml

SVN-Revision: 29289

12 years agodon't package gpioctl by default
Florian Fainelli [Mon, 21 Nov 2011 16:36:39 +0000 (16:36 +0000)]
don't package gpioctl by default

SVN-Revision: 29288

12 years agotarget/uml: export atomic64_* functions on 32-bit x86
Nicolas Thill [Mon, 21 Nov 2011 14:28:33 +0000 (14:28 +0000)]
target/uml: export atomic64_* functions on 32-bit x86

SVN-Revision: 29287

12 years agomac80211: revert unrelated change in previous commit
Jo-Philipp Wich [Mon, 21 Nov 2011 13:35:19 +0000 (13:35 +0000)]
mac80211: revert unrelated change in previous commit

SVN-Revision: 29285

12 years agomac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot
Jo-Philipp Wich [Mon, 21 Nov 2011 13:33:11 +0000 (13:33 +0000)]
mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot

SVN-Revision: 29284

12 years agoar71xx: set GE0 phy_mask for AR933x
Gabor Juhos [Sun, 20 Nov 2011 11:30:10 +0000 (11:30 +0000)]
ar71xx: set GE0 phy_mask for AR933x

SVN-Revision: 29274

12 years agoath9k: merge a pending aggregation fix
Felix Fietkau [Sun, 20 Nov 2011 09:29:42 +0000 (09:29 +0000)]
ath9k: merge a pending aggregation fix

SVN-Revision: 29273

12 years agomac80211: refresh p54spi patches
Felix Fietkau [Sun, 20 Nov 2011 09:29:34 +0000 (09:29 +0000)]
mac80211: refresh p54spi patches

SVN-Revision: 29272

12 years agomac80211: fix a workqueue compat backport
Felix Fietkau [Sun, 20 Nov 2011 09:29:27 +0000 (09:29 +0000)]
mac80211: fix a workqueue compat backport

SVN-Revision: 29271

12 years agofix D-Link DSL-2650U image generation
Jo-Philipp Wich [Sat, 19 Nov 2011 21:34:51 +0000 (21:34 +0000)]
fix D-Link DSL-2650U image generation

SVN-Revision: 29266

12 years agolinux: update 3.0 to 3.0.9
Jonas Gorski [Sat, 19 Nov 2011 18:39:12 +0000 (18:39 +0000)]
linux: update 3.0 to 3.0.9

SVN-Revision: 29264

12 years agoscripts/env: improve the wording of the question when starting repository (patch...
Felix Fietkau [Sat, 19 Nov 2011 17:15:53 +0000 (17:15 +0000)]
scripts/env: improve the wording of the question when starting repository (patch by Rolf Leggewie)

SVN-Revision: 29262

12 years agoscripts/env: make mv and cp operations more robust (treat dotfiles appropriately...
Felix Fietkau [Sat, 19 Nov 2011 17:15:50 +0000 (17:15 +0000)]
scripts/env: make mv and cp operations more robust (treat dotfiles appropriately) (based on patch by Rolf Leggewie)

SVN-Revision: 29261

12 years agoscripts/env: fix indentation (patch by Rolf Leggewie)
Felix Fietkau [Sat, 19 Nov 2011 17:15:45 +0000 (17:15 +0000)]
scripts/env: fix indentation (patch by Rolf Leggewie)

SVN-Revision: 29260

12 years agoRevert "package/mac80211: fix atomic64 compat"
Felix Fietkau [Sat, 19 Nov 2011 16:56:47 +0000 (16:56 +0000)]
Revert "package/mac80211: fix atomic64 compat"

SVN-Revision: 29258

12 years agoath9k: allow run-time change of the chanbw debugfs file
Felix Fietkau [Sat, 19 Nov 2011 16:56:44 +0000 (16:56 +0000)]
ath9k: allow run-time change of the chanbw debugfs file

SVN-Revision: 29257

12 years agobase-files: kill remaining processes after running user hooks (#10461)
Jo-Philipp Wich [Sat, 19 Nov 2011 16:50:25 +0000 (16:50 +0000)]
base-files: kill remaining processes after running user hooks (#10461)

SVN-Revision: 29256

12 years agomac80211: update to wireless-testing 2011-11-15
Felix Fietkau [Fri, 18 Nov 2011 11:27:19 +0000 (11:27 +0000)]
mac80211: update to wireless-testing 2011-11-15

SVN-Revision: 29240

12 years agobuild images for D-Link DSL-2650U (#9003)
Florian Fainelli [Fri, 18 Nov 2011 10:37:03 +0000 (10:37 +0000)]
build images for D-Link DSL-2650U (#9003)

SVN-Revision: 29238

12 years agoomap24xx: Fix cbus nested IRQ acking
Michael Büsch [Thu, 17 Nov 2011 22:31:27 +0000 (22:31 +0000)]
omap24xx: Fix cbus nested IRQ acking

SVN-Revision: 29237

12 years agoomap24xx: Fix initialization of software IRQ mask
Michael Büsch [Thu, 17 Nov 2011 21:02:00 +0000 (21:02 +0000)]
omap24xx: Fix initialization of software IRQ mask

SVN-Revision: 29236

12 years agoomap24xx: Update 3.1 config
Michael Büsch [Thu, 17 Nov 2011 19:35:57 +0000 (19:35 +0000)]
omap24xx: Update 3.1 config

SVN-Revision: 29234

12 years agoomap24xx: Some retu/tahvo IRQ fixes
Michael Büsch [Thu, 17 Nov 2011 18:06:19 +0000 (18:06 +0000)]
omap24xx: Some retu/tahvo IRQ fixes

SVN-Revision: 29233

12 years agoomap24xx: Add basic kexec fixes.
Michael Büsch [Thu, 17 Nov 2011 14:57:34 +0000 (14:57 +0000)]
omap24xx: Add basic kexec fixes.

SVN-Revision: 29232

12 years agopackage/mac80211: fix atomic64 compat
Nicolas Thill [Thu, 17 Nov 2011 09:57:00 +0000 (09:57 +0000)]
package/mac80211: fix atomic64 compat

SVN-Revision: 29209

12 years agobase-files: another empty password check fix (#10440)
Jo-Philipp Wich [Thu, 17 Nov 2011 09:40:06 +0000 (09:40 +0000)]
base-files: another empty password check fix (#10440)

SVN-Revision: 29208

12 years agobase-files: now that we have date -k, adjust the kernel timezone after setting up...
Jo-Philipp Wich [Thu, 17 Nov 2011 01:18:22 +0000 (01:18 +0000)]
base-files: now that we have date -k, adjust the kernel timezone after setting up TZ and localtime

SVN-Revision: 29204

12 years agobusybox: add a "date -k" to set the kernel timezone from the current localtime utc...
Jo-Philipp Wich [Thu, 17 Nov 2011 01:11:56 +0000 (01:11 +0000)]
busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset

SVN-Revision: 29203

12 years agop54spi: workqueue deadlock fix
Michael Büsch [Wed, 16 Nov 2011 22:45:23 +0000 (22:45 +0000)]
p54spi: workqueue deadlock fix

SVN-Revision: 29202

12 years agoomap24xx: Add workaround for omapfb locking bug.
Michael Büsch [Wed, 16 Nov 2011 22:34:38 +0000 (22:34 +0000)]
omap24xx: Add workaround for omapfb locking bug.

SVN-Revision: 29201

12 years agop54spi: Lock fixes
Michael Büsch [Wed, 16 Nov 2011 22:26:12 +0000 (22:26 +0000)]
p54spi: Lock fixes

SVN-Revision: 29200

12 years agoRevert r29193
Michael Büsch [Wed, 16 Nov 2011 19:03:23 +0000 (19:03 +0000)]
Revert r29193

SVN-Revision: 29195

12 years agoomap24xx: Set platform specific optimization flags
Michael Büsch [Wed, 16 Nov 2011 19:02:12 +0000 (19:02 +0000)]
omap24xx: Set platform specific optimization flags

SVN-Revision: 29194

12 years agon810: Add xmodmap to profile
Michael Büsch [Wed, 16 Nov 2011 19:01:19 +0000 (19:01 +0000)]
n810: Add xmodmap to profile

SVN-Revision: 29193

12 years agomconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’"
Michael Büsch [Wed, 16 Nov 2011 17:27:36 +0000 (17:27 +0000)]
mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’"

SVN-Revision: 29190

12 years agoAdd xorg feed to feeds.conf.default
Michael Büsch [Wed, 16 Nov 2011 16:05:23 +0000 (16:05 +0000)]
Add xorg feed to feeds.conf.default

SVN-Revision: 29188

12 years agobase-files: rewrite killing of nonessential services to not rely on top, use the...
Jo-Philipp Wich [Wed, 16 Nov 2011 15:01:18 +0000 (15:01 +0000)]
base-files: rewrite killing of nonessential services to not rely on top, use the proc filesystem only

SVN-Revision: 29187

12 years agobusybox: fix empty password detection in telnetd init (#10432)
Jo-Philipp Wich [Wed, 16 Nov 2011 13:17:35 +0000 (13:17 +0000)]
busybox: fix empty password detection in telnetd init (#10432)

SVN-Revision: 29183

12 years agopackage/ppp: fix typo in r28868 (closes: #10429)
Nicolas Thill [Tue, 15 Nov 2011 23:40:39 +0000 (23:40 +0000)]
package/ppp: fix typo in r28868 (closes: #10429)

SVN-Revision: 29165

12 years agoinclude bridge and 8021q modules by default
Florian Fainelli [Tue, 15 Nov 2011 22:24:22 +0000 (22:24 +0000)]
include bridge and 8021q modules by default

SVN-Revision: 29164

12 years agoallow building 8021q and bridge as modules
Florian Fainelli [Tue, 15 Nov 2011 22:24:18 +0000 (22:24 +0000)]
allow building 8021q and bridge as modules

SVN-Revision: 29163

12 years agokmod-r6040 depends on kmod-libphy
Florian Fainelli [Tue, 15 Nov 2011 19:15:42 +0000 (19:15 +0000)]
kmod-r6040 depends on kmod-libphy

SVN-Revision: 29162

12 years agolantiq: add runtime generation of /etc/config/network
John Crispin [Tue, 15 Nov 2011 18:21:00 +0000 (18:21 +0000)]
lantiq: add runtime generation of /etc/config/network

SVN-Revision: 29161

12 years agobusybox: revert accidentally committed debugging flag
Jo-Philipp Wich [Tue, 15 Nov 2011 17:54:02 +0000 (17:54 +0000)]
busybox: revert accidentally committed debugging flag

SVN-Revision: 29158

12 years agobusybox: fix hexdump segmentation fault with an empty leading format unit
Jo-Philipp Wich [Tue, 15 Nov 2011 17:38:55 +0000 (17:38 +0000)]
busybox: fix hexdump segmentation fault with an empty leading format unit

SVN-Revision: 29156

12 years agoath9k: reorganize patches, reset hardware after full sleep (fixes #10349)
Felix Fietkau [Tue, 15 Nov 2011 14:53:21 +0000 (14:53 +0000)]
ath9k: reorganize patches, reset hardware after full sleep (fixes #10349)

SVN-Revision: 29155

12 years agouhttpd: prevent linking uhttpd binary against crypto libraries
Jo-Philipp Wich [Tue, 15 Nov 2011 10:17:59 +0000 (10:17 +0000)]
uhttpd: prevent linking uhttpd binary against crypto libraries

SVN-Revision: 29152

12 years agobroadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne...
Jo-Philipp Wich [Mon, 14 Nov 2011 21:37:53 +0000 (21:37 +0000)]
broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne.champetier@free.fr>

SVN-Revision: 29136

12 years agoath9k: do not put the hardware to full-sleep while tx is pending
Felix Fietkau [Mon, 14 Nov 2011 21:21:24 +0000 (21:21 +0000)]
ath9k: do not put the hardware to full-sleep while tx is pending

SVN-Revision: 29133

12 years agoath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy...
Felix Fietkau [Mon, 14 Nov 2011 21:21:03 +0000 (21:21 +0000)]
ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop

SVN-Revision: 29132

12 years agobase-files: prime root password with "x" to notify programs that there is a shadow...
Jo-Philipp Wich [Mon, 14 Nov 2011 19:02:01 +0000 (19:02 +0000)]
base-files: prime root password with "x" to notify programs that there is a shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.

SVN-Revision: 29130

12 years agolantiq: fix falcon build breakage
John Crispin [Mon, 14 Nov 2011 18:55:58 +0000 (18:55 +0000)]
lantiq: fix falcon build breakage

dev-wifi-rt2x00 fails to build on falcon due to missing pci

SVN-Revision: 29129

12 years agoar71xx: fix USB LED on the DB120 board
Gabor Juhos [Mon, 14 Nov 2011 17:43:15 +0000 (17:43 +0000)]
ar71xx: fix USB LED on the DB120 board

SVN-Revision: 29126

12 years agoar71xx: add a function for selecting output signal on a given GPIO pin
Gabor Juhos [Mon, 14 Nov 2011 17:43:14 +0000 (17:43 +0000)]
ar71xx: add a function for selecting output signal on a given GPIO pin

SVN-Revision: 29125

12 years agoar71xx: fix GPIO function handling on AR934x
Gabor Juhos [Mon, 14 Nov 2011 17:43:13 +0000 (17:43 +0000)]
ar71xx: fix GPIO function handling on AR934x

SVN-Revision: 29124

12 years agoar71xx: add AR71XX_ prefix to GPIO_REG_* defines
Gabor Juhos [Mon, 14 Nov 2011 17:43:11 +0000 (17:43 +0000)]
ar71xx: add AR71XX_ prefix to GPIO_REG_* defines

SVN-Revision: 29123

12 years agoar71xx: merge nand scan patch
Gabor Juhos [Mon, 14 Nov 2011 17:43:10 +0000 (17:43 +0000)]
ar71xx: merge nand scan patch

SVN-Revision: 29122

12 years agomac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
Felix Fietkau [Mon, 14 Nov 2011 14:06:37 +0000 (14:06 +0000)]
mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb

The driver works quite nice and stable for me using a RaLink Rt5370 USB device.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29116

12 years agonetifd: update to latest version, fixes tcp connection loss issues on dhcp rekey
Felix Fietkau [Mon, 14 Nov 2011 14:06:32 +0000 (14:06 +0000)]
netifd: update to latest version, fixes tcp connection loss issues on dhcp rekey

SVN-Revision: 29115

12 years agouci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1
Jo-Philipp Wich [Mon, 14 Nov 2011 13:18:09 +0000 (13:18 +0000)]
uci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1

SVN-Revision: 29111

12 years agoar71xx: fix a compiler warning
Gabor Juhos [Mon, 14 Nov 2011 13:07:47 +0000 (13:07 +0000)]
ar71xx: fix a compiler warning

SVN-Revision: 29110

12 years agoar71xx: fix GPIO count for AR934x
Gabor Juhos [Mon, 14 Nov 2011 13:07:45 +0000 (13:07 +0000)]
ar71xx: fix GPIO count for AR934x

SVN-Revision: 29109

12 years agoar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934X
Gabor Juhos [Mon, 14 Nov 2011 11:49:53 +0000 (11:49 +0000)]
ar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934X

SVN-Revision: 29108

12 years agoar71xx: use a dummy irq chip for WMAC and PCIe irq hadling
Gabor Juhos [Mon, 14 Nov 2011 11:49:51 +0000 (11:49 +0000)]
ar71xx: use a dummy irq chip for WMAC and PCIe irq hadling

SVN-Revision: 29107

12 years agoar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS defines
Gabor Juhos [Mon, 14 Nov 2011 11:49:49 +0000 (11:49 +0000)]
ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS defines

SVN-Revision: 29106

12 years agoar71xx: add an irq parameter for ar724x_pcibios_init
Gabor Juhos [Mon, 14 Nov 2011 11:49:47 +0000 (11:49 +0000)]
ar71xx: add an irq parameter for ar724x_pcibios_init

SVN-Revision: 29105

12 years agoar71xx: remove hardwired interface parameters from mach-* files
Gabor Juhos [Mon, 14 Nov 2011 07:38:09 +0000 (07:38 +0000)]
ar71xx: remove hardwired interface parameters from mach-* files

SVN-Revision: 29103

12 years agoar71xx: force hardwired interface parameters in ar71xx_add_device_eth
Gabor Juhos [Mon, 14 Nov 2011 07:38:07 +0000 (07:38 +0000)]
ar71xx: force hardwired interface parameters in ar71xx_add_device_eth

SVN-Revision: 29102

12 years agoar71xx: use if-else instead of conditional operators in ar71xx_add_device_eth
Gabor Juhos [Mon, 14 Nov 2011 07:38:05 +0000 (07:38 +0000)]
ar71xx: use if-else instead of conditional operators in ar71xx_add_device_eth

SVN-Revision: 29101

12 years agobuild images for Pirelli A226M (#10409)
Florian Fainelli [Sun, 13 Nov 2011 19:19:22 +0000 (19:19 +0000)]
build images for Pirelli A226M (#10409)

SVN-Revision: 29045

12 years agoregister uart0 on DWV-S0 boards (#10409)
Florian Fainelli [Sun, 13 Nov 2011 19:19:18 +0000 (19:19 +0000)]
register uart0 on DWV-S0 boards (#10409)

SVN-Revision: 29044

12 years agorefresh 3.0 patches
Florian Fainelli [Sun, 13 Nov 2011 19:19:14 +0000 (19:19 +0000)]
refresh 3.0 patches

SVN-Revision: 29043