openwrt/svn-archive/archive.git
12 years agoramips: raeth: add netdev pointer to private structure
Gabor Juhos [Sat, 11 Feb 2012 15:12:06 +0000 (15:12 +0000)]
ramips: raeth: add netdev pointer to private structure

SVN-Revision: 30448

12 years agoramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit
Gabor Juhos [Sat, 11 Feb 2012 15:12:05 +0000 (15:12 +0000)]
ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit

SVN-Revision: 30447

12 years agoramips: raeth: unmap rx DMA address in ramips_cleanup_dma
Gabor Juhos [Sat, 11 Feb 2012 15:12:04 +0000 (15:12 +0000)]
ramips: raeth: unmap rx DMA address in ramips_cleanup_dma

SVN-Revision: 30446

12 years agoramips: raeth: add rx_dma array to store the DMA address of the rx packets
Gabor Juhos [Sat, 11 Feb 2012 15:12:02 +0000 (15:12 +0000)]
ramips: raeth: add rx_dma array to store the DMA address of the rx packets

SVN-Revision: 30445

12 years agoramips: raeth: use dma_addr_t for the descriptors
Gabor Juhos [Sat, 11 Feb 2012 15:12:01 +0000 (15:12 +0000)]
ramips: raeth: use dma_addr_t for the descriptors

SVN-Revision: 30444

12 years agoramips: raeth: unmap DMA memory when a packet is received
Gabor Juhos [Sat, 11 Feb 2012 15:11:56 +0000 (15:11 +0000)]
ramips: raeth: unmap DMA memory when a packet is received

SVN-Revision: 30443

12 years agoramips: raeth: add a temporary pktlen variable
Gabor Juhos [Sat, 11 Feb 2012 15:11:55 +0000 (15:11 +0000)]
ramips: raeth: add a temporary pktlen variable

SVN-Revision: 30442

12 years agoramips: raeth: protect macro parameters
Gabor Juhos [Sat, 11 Feb 2012 15:11:50 +0000 (15:11 +0000)]
ramips: raeth: protect macro parameters

SVN-Revision: 30441

12 years agoramips: raeth: indicate dropped packets in stats
Gabor Juhos [Sat, 11 Feb 2012 15:11:49 +0000 (15:11 +0000)]
ramips: raeth: indicate dropped packets in stats

SVN-Revision: 30440

12 years agoramips: raeth: use the NUM_TX_DESC for the tx_skb array
Gabor Juhos [Sat, 11 Feb 2012 15:11:47 +0000 (15:11 +0000)]
ramips: raeth: use the NUM_TX_DESC for the tx_skb array

SVN-Revision: 30439

12 years agoramips: use uncached address in detect_mem_size
Gabor Juhos [Sat, 11 Feb 2012 15:11:45 +0000 (15:11 +0000)]
ramips: use uncached address in detect_mem_size

SVN-Revision: 30438

12 years agoramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine files
Gabor Juhos [Sat, 11 Feb 2012 15:11:43 +0000 (15:11 +0000)]
ramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine files

SVN-Revision: 30437

12 years agoramips: rt288x: remove CONFIG_MTD_PARTITION ifdefery from machine files
Gabor Juhos [Sat, 11 Feb 2012 15:11:41 +0000 (15:11 +0000)]
ramips: rt288x: remove CONFIG_MTD_PARTITION ifdefery from machine files

SVN-Revision: 30436

12 years agoramips: refresh patches
Gabor Juhos [Sat, 11 Feb 2012 15:11:40 +0000 (15:11 +0000)]
ramips: refresh patches

SVN-Revision: 30435

12 years agoramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN
Gabor Juhos [Sat, 11 Feb 2012 15:11:36 +0000 (15:11 +0000)]
ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN

This patch adds support for the Accton WR6202 Mini 3G broadband router.
Full details for this device are available at
http://www.awbnetworks.com/products03.php?Fullkey=19.

This device is identical to the SMCWBR11S-3GN:
http://www.smc-asia.com/products03.php?Fullkey=210

It's also worth noting that this board has a GPIO line to control the
power to the USB port.

[juhosg:
 - fix checkpatch warnings,
 - reorder Kconfig entry,
 - merge the sysupgrade patch,
 - add GPL header]

Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com>
SVN-Revision: 30434

12 years agoramips: rt305x: merge duplicated mac address setup
Gabor Juhos [Sat, 11 Feb 2012 15:11:34 +0000 (15:11 +0000)]
ramips: rt305x: merge duplicated mac address setup

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 30433

12 years agoramips: rt305x: add profile for the Belkin f5d8235v2
Gabor Juhos [Sat, 11 Feb 2012 15:11:32 +0000 (15:11 +0000)]
ramips: rt305x: add profile for the Belkin f5d8235v2

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 30432

12 years agobrcm47xx: print the chip id and rev found by ssb and bcma
Hauke Mehrtens [Fri, 10 Feb 2012 22:42:43 +0000 (22:42 +0000)]
brcm47xx: print the chip id and rev found by ssb and bcma

SVN-Revision: 30428

12 years agoar71xx: zero partition parser data in m25p80
Gabor Juhos [Fri, 10 Feb 2012 20:19:06 +0000 (20:19 +0000)]
ar71xx: zero partition parser data in m25p80

Ths fixes parsing of RedBoot partitions.

SVN-Revision: 30427

12 years agoramips: fix compiler warning in prom.c
Gabor Juhos [Fri, 10 Feb 2012 17:38:46 +0000 (17:38 +0000)]
ramips: fix compiler warning in prom.c

SVN-Revision: 30424

12 years agobrcm47xx: update bcm5354 support patch
Hauke Mehrtens [Fri, 10 Feb 2012 17:22:26 +0000 (17:22 +0000)]
brcm47xx: update bcm5354 support patch

SVN-Revision: 30423

12 years agobroadcom-wl: fix reading fallback sprom for pci devices.
Hauke Mehrtens [Fri, 10 Feb 2012 17:11:17 +0000 (17:11 +0000)]
broadcom-wl: fix reading fallback sprom for pci devices.

When using the Broadcom SDK the SSB bus is emulated as an PCI bus so
the PCI bus number of the first real pci bus is increased by one. The
variable names in the nvram are created with that structure in mind. To
fix this we have ti increases the pci bus number by one. This was also
done for ssb some time ago.

This is based on a patch by nlh.
This closes #10917

SVN-Revision: 30422

12 years agobroadcom-wl: fix compile with kernel 3.2
Hauke Mehrtens [Fri, 10 Feb 2012 17:07:14 +0000 (17:07 +0000)]
broadcom-wl: fix compile with kernel 3.2

SVN-Revision: 30421

12 years agozlib: parallel build has been reported to break this package, disable it (#10948)
Felix Fietkau [Fri, 10 Feb 2012 16:13:37 +0000 (16:13 +0000)]
zlib: parallel build has been reported to break this package, disable it (#10948)

SVN-Revision: 30420

12 years agoar71xx: fix platform description
Gabor Juhos [Fri, 10 Feb 2012 15:27:49 +0000 (15:27 +0000)]
ar71xx: fix platform description

SVN-Revision: 30419

12 years agogeneric: fix yaffs2 build warnings on 3.3
Gabor Juhos [Fri, 10 Feb 2012 15:21:43 +0000 (15:21 +0000)]
generic: fix yaffs2 build warnings on 3.3

SVN-Revision: 30418

12 years agoar71xx: ag71xx: add BQL support
Gabor Juhos [Fri, 10 Feb 2012 14:56:47 +0000 (14:56 +0000)]
ar71xx: ag71xx: add BQL support

It will be usable only from linux-3.3.

Based on a patch by Dave Taht <dave.taht@bufferbloat.net>

SVN-Revision: 30417

12 years agoar71xx: add dummy DQL helper functions for 3.2
Gabor Juhos [Fri, 10 Feb 2012 14:56:44 +0000 (14:56 +0000)]
ar71xx: add dummy DQL helper functions for 3.2

SVN-Revision: 30416

12 years agopackage/madwifi: apply AR71XX PCI workaround on ATH79 as well
Gabor Juhos [Fri, 10 Feb 2012 13:16:50 +0000 (13:16 +0000)]
package/madwifi: apply AR71XX PCI workaround on ATH79 as well

SVN-Revision: 30414

12 years agopackage/mac80211: apply AR71XX PCI workaround on ATH79 as well
Gabor Juhos [Fri, 10 Feb 2012 13:16:49 +0000 (13:16 +0000)]
package/mac80211: apply AR71XX PCI workaround on ATH79 as well

SVN-Revision: 30413

12 years agopackage/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols
Gabor Juhos [Fri, 10 Feb 2012 13:16:47 +0000 (13:16 +0000)]
package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols

SVN-Revision: 30412

12 years agoar71xx: add preliminary support for 3.3
Gabor Juhos [Fri, 10 Feb 2012 11:53:56 +0000 (11:53 +0000)]
ar71xx: add preliminary support for 3.3

SVN-Revision: 30410

12 years agoar71xx: disable DDR flush for ethernet on AR934x, it is no longer necessary
Felix Fietkau [Fri, 10 Feb 2012 11:46:37 +0000 (11:46 +0000)]
ar71xx: disable DDR flush for ethernet on AR934x, it is no longer necessary

SVN-Revision: 30409

12 years agoar71xx: fix db120 board detection
Felix Fietkau [Fri, 10 Feb 2012 11:46:31 +0000 (11:46 +0000)]
ar71xx: fix db120 board detection

SVN-Revision: 30408

12 years agoar71xx: allow to build ag71xx w/o PCI support enabled
Gabor Juhos [Fri, 10 Feb 2012 11:46:10 +0000 (11:46 +0000)]
ar71xx: allow to build ag71xx w/o PCI support enabled

SVN-Revision: 30407

12 years agoar71xx: merge 3.2 fixes
Gabor Juhos [Fri, 10 Feb 2012 08:19:33 +0000 (08:19 +0000)]
ar71xx: merge 3.2 fixes

SVN-Revision: 30406

12 years agoar71xx: merge files-3.2 to files
Gabor Juhos [Fri, 10 Feb 2012 08:19:31 +0000 (08:19 +0000)]
ar71xx: merge files-3.2 to files

SVN-Revision: 30405

12 years agoar71xx: nuke 2.6.39 support
Gabor Juhos [Fri, 10 Feb 2012 08:19:28 +0000 (08:19 +0000)]
ar71xx: nuke 2.6.39 support

SVN-Revision: 30404

12 years agoar71xx: switch to 3.2.5
Gabor Juhos [Fri, 10 Feb 2012 08:19:27 +0000 (08:19 +0000)]
ar71xx: switch to 3.2.5

SVN-Revision: 30403

12 years agoar71xx: refresh 3.2 patches
Gabor Juhos [Fri, 10 Feb 2012 08:19:25 +0000 (08:19 +0000)]
ar71xx: refresh 3.2 patches

SVN-Revision: 30402

12 years agokernel: update linux 3.2 to 3.2.5
Gabor Juhos [Fri, 10 Feb 2012 08:19:23 +0000 (08:19 +0000)]
kernel: update linux 3.2 to 3.2.5

SVN-Revision: 30401

12 years agoar71xx: 3.2: remove stray semicolons from the PCI fixup patch
Gabor Juhos [Thu, 9 Feb 2012 21:19:57 +0000 (21:19 +0000)]
ar71xx: 3.2: remove stray semicolons from the PCI fixup patch

SVN-Revision: 30400

12 years agoar71xx: fix ar934x usb reset handling on 3.2
Felix Fietkau [Thu, 9 Feb 2012 20:39:41 +0000 (20:39 +0000)]
ar71xx: fix ar934x usb reset handling on 3.2

SVN-Revision: 30399

12 years agotoolchain/uClibc: use an upstream patch to fix syscall related build errors in 0...
Gabor Juhos [Thu, 9 Feb 2012 16:07:33 +0000 (16:07 +0000)]
toolchain/uClibc: use an upstream patch to fix syscall related build errors in 0.9.33

SVN-Revision: 30398

12 years agomac80211: disable ath6kl until it's packaged and used somewhere
Felix Fietkau [Thu, 9 Feb 2012 14:24:18 +0000 (14:24 +0000)]
mac80211: disable ath6kl until it's packaged and used somewhere

SVN-Revision: 30397

12 years agomac80211: merge a LED related locking fix
Felix Fietkau [Thu, 9 Feb 2012 14:24:15 +0000 (14:24 +0000)]
mac80211: merge a LED related locking fix

SVN-Revision: 30396

12 years agogeneric: fix kexec build error for MIPS with gcc-4.6-linaro
Gabor Juhos [Thu, 9 Feb 2012 14:06:44 +0000 (14:06 +0000)]
generic: fix kexec build error for MIPS with gcc-4.6-linaro

SVN-Revision: 30395

12 years agotoolchain/uClibc: fix 0.9.33 build error on MIPS
Gabor Juhos [Thu, 9 Feb 2012 13:41:53 +0000 (13:41 +0000)]
toolchain/uClibc: fix 0.9.33 build error on MIPS

SVN-Revision: 30394

12 years agogeneric: 3.3: add missing config symbols
Gabor Juhos [Thu, 9 Feb 2012 08:07:52 +0000 (08:07 +0000)]
generic: 3.3: add missing config symbols

SVN-Revision: 30393

12 years agogeneric: 3.3: fix yaffs2 build error
Gabor Juhos [Thu, 9 Feb 2012 08:07:50 +0000 (08:07 +0000)]
generic: 3.3: fix yaffs2 build error

SVN-Revision: 30392

12 years agoar71xx: 3.2: get rid of an unused variable in ath79_spi.c
Gabor Juhos [Wed, 8 Feb 2012 20:47:58 +0000 (20:47 +0000)]
ar71xx: 3.2: get rid of an unused variable in ath79_spi.c

SVN-Revision: 30391

12 years agoar71xx: 3.2: fix AHB clock name in rb4xx_spi
Gabor Juhos [Wed, 8 Feb 2012 20:47:56 +0000 (20:47 +0000)]
ar71xx: 3.2: fix AHB clock name in rb4xx_spi

SVN-Revision: 30390

12 years agogeneric: fix yaffs2 build error on 3.2
Gabor Juhos [Wed, 8 Feb 2012 20:47:54 +0000 (20:47 +0000)]
generic: fix yaffs2 build error on 3.2

SVN-Revision: 30389

12 years agomac80211: fix a potential rate control related crash
Felix Fietkau [Wed, 8 Feb 2012 18:43:21 +0000 (18:43 +0000)]
mac80211: fix a potential rate control related crash

SVN-Revision: 30388

12 years ago[realview] add more missing config symbols
Florian Fainelli [Wed, 8 Feb 2012 17:35:40 +0000 (17:35 +0000)]
[realview] add more missing config symbols

SVN-Revision: 30386

12 years agoar71xx: add profile and build image for the TEW-673GRU board
Gabor Juhos [Wed, 8 Feb 2012 16:26:27 +0000 (16:26 +0000)]
ar71xx: add profile and build image for the TEW-673GRU board

SVN-Revision: 30377

12 years agoar71xx: add support for the TRENDNet TEW-673GRU board
Gabor Juhos [Wed, 8 Feb 2012 16:26:25 +0000 (16:26 +0000)]
ar71xx: add support for the TRENDNet TEW-673GRU board

SVN-Revision: 30376

12 years ago[toolchain/binutils]: add binutils 2.22
Imre Kaloz [Wed, 8 Feb 2012 15:49:48 +0000 (15:49 +0000)]
[toolchain/binutils]: add binutils 2.22

SVN-Revision: 30375

12 years ago[toolchain/uClibc]: add 0.9.33
Imre Kaloz [Wed, 8 Feb 2012 15:45:44 +0000 (15:45 +0000)]
[toolchain/uClibc]: add 0.9.33

SVN-Revision: 30374

12 years ago[package] iptables: Fix mod-ipopt package description (#10931)
Vasilis Tsiligiannis [Wed, 8 Feb 2012 14:55:48 +0000 (14:55 +0000)]
[package] iptables: Fix mod-ipopt package description (#10931)

SVN-Revision: 30373

12 years ago[toolchain/uClibc]: nuke a 2.4 skeleton
Imre Kaloz [Wed, 8 Feb 2012 11:11:32 +0000 (11:11 +0000)]
[toolchain/uClibc]: nuke a 2.4 skeleton

SVN-Revision: 30372

12 years ago[avr32] select GENERIC_ATOMIC64 implementation to fix xfs related build errors
Jo-Philipp Wich [Wed, 8 Feb 2012 10:34:21 +0000 (10:34 +0000)]
[avr32] select GENERIC_ATOMIC64 implementation to fix xfs related build errors

SVN-Revision: 30371

12 years ago[omap4]: add audio and display features
Imre Kaloz [Wed, 8 Feb 2012 10:21:48 +0000 (10:21 +0000)]
[omap4]: add audio and display features

SVN-Revision: 30370

12 years ago[packages/fbtest]: fbtest utility
Imre Kaloz [Wed, 8 Feb 2012 10:20:13 +0000 (10:20 +0000)]
[packages/fbtest]: fbtest utility

SVN-Revision: 30369

12 years ago8139cp: backport patches to make driver stable again
Jo-Philipp Wich [Tue, 7 Feb 2012 21:56:51 +0000 (21:56 +0000)]
8139cp: backport patches to make driver stable again

List of patches that Jo-Philipp groveled out of git.

Redux: defuzzed.

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

12 years ago[package] firewall: don't filter IPv4 ICMP types (#10928)
Jo-Philipp Wich [Tue, 7 Feb 2012 18:35:48 +0000 (18:35 +0000)]
[package] firewall: don't filter IPv4 ICMP types (#10928)

SVN-Revision: 30363

12 years agobroadcom-wl: turn on wmm by default, disabling it by default makes no sense, and...
Felix Fietkau [Tue, 7 Feb 2012 15:45:56 +0000 (15:45 +0000)]
broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and without it 802.11n does not work (fixes #10918)

SVN-Revision: 30362

12 years agoath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal...
Felix Fietkau [Tue, 7 Feb 2012 15:25:55 +0000 (15:25 +0000)]
ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal strength display fluctuations

SVN-Revision: 30359

12 years ago[x86] alix2, geos: Adjust CFLAGS
Vasilis Tsiligiannis [Tue, 7 Feb 2012 13:00:47 +0000 (13:00 +0000)]
[x86] alix2, geos: Adjust CFLAGS

Clone of CFLAGS change from r30013 into Geos and Alix platforms.

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

12 years agoiw: update to version 3.3, sync with latest nl80211.h changes
Felix Fietkau [Tue, 7 Feb 2012 11:28:21 +0000 (11:28 +0000)]
iw: update to version 3.3, sync with latest nl80211.h changes

SVN-Revision: 30347

12 years agomac80211: update to wireless-testing 2012-02-06
Felix Fietkau [Tue, 7 Feb 2012 11:28:11 +0000 (11:28 +0000)]
mac80211: update to wireless-testing 2012-02-06

SVN-Revision: 30346

12 years agokernel: add a recent upstream commit (post-3.3) to the ssb update patch, required...
Felix Fietkau [Tue, 7 Feb 2012 11:28:06 +0000 (11:28 +0000)]
kernel: add a recent upstream commit (post-3.3) to the ssb update patch, required for the next mac80211 update

SVN-Revision: 30345

12 years agomtd: define MTDREFRESH if not defined (external kernel)
Florian Fainelli [Mon, 6 Feb 2012 17:15:40 +0000 (17:15 +0000)]
mtd: define MTDREFRESH if not defined (external kernel)

SVN-Revision: 30340

12 years ago[package] iptables: don't apply patches if building an external kernel
Florian Fainelli [Mon, 6 Feb 2012 17:15:36 +0000 (17:15 +0000)]
[package] iptables: don't apply patches if building an external kernel

SVN-Revision: 30339

12 years ago[include] target.mk: Trivial comment typo fix
Vasilis Tsiligiannis [Sun, 5 Feb 2012 18:15:18 +0000 (18:15 +0000)]
[include] target.mk: Trivial comment typo fix

SVN-Revision: 30310

12 years ago[x86] generic: Enable HPET, HID and AT keyboard support
Vasilis Tsiligiannis [Sun, 5 Feb 2012 17:56:04 +0000 (17:56 +0000)]
[x86] generic: Enable HPET, HID and AT keyboard support

SVN-Revision: 30309

12 years ago[x86] generic: Add missing and remove unused config symbols
Vasilis Tsiligiannis [Sat, 4 Feb 2012 20:45:17 +0000 (20:45 +0000)]
[x86] generic: Add missing and remove unused config symbols

SVN-Revision: 30133

12 years agobrcm63xx: add support for linux 3.3
Jonas Gorski [Sat, 4 Feb 2012 10:17:27 +0000 (10:17 +0000)]
brcm63xx: add support for linux 3.3

SVN-Revision: 30027

12 years agokernel: fix netfilter layer7 compilation in 3.3
Jonas Gorski [Sat, 4 Feb 2012 10:17:14 +0000 (10:17 +0000)]
kernel: fix netfilter layer7 compilation in 3.3

SVN-Revision: 30026

12 years agox86: make alix platform patch apply to 3.3
Jonas Gorski [Fri, 3 Feb 2012 20:17:00 +0000 (20:17 +0000)]
x86: make alix platform patch apply to 3.3

Based on a patch from Philip Prindeville.

While at it, also refresh the patches.

SVN-Revision: 30025

12 years ago[x86] disable additional PATA drivers in global 3.2 and 3.3 config, remove redundant...
Jo-Philipp Wich [Fri, 3 Feb 2012 19:47:55 +0000 (19:47 +0000)]
[x86] disable additional PATA drivers in global 3.2 and 3.3 config, remove redundant symbols from alix2 config

SVN-Revision: 30024

12 years ago[PATCHv2 1/1] x86: trivial -- add missing CONFIG_GEOS symbol to top-level
Jo-Philipp Wich [Fri, 3 Feb 2012 19:21:41 +0000 (19:21 +0000)]
[PATCHv2 1/1] x86: trivial -- add missing CONFIG_GEOS symbol to top-level
So that builds don't stall in x86 prompting for this symbol.
[From Philip Prindeville, via http://patchwork.openwrt.org/patch/1828/]

SVN-Revision: 30023

12 years ago[PATCH 1/1] geos: backport driver from linux-next to 3.2 and 3.3
Jo-Philipp Wich [Fri, 3 Feb 2012 18:16:27 +0000 (18:16 +0000)]
[PATCH 1/1] geos: backport driver from linux-next to 3.2 and 3.3
The Geos driver is in linux-next and will be out in 3.4. It builds fine against 3.2.2 and 3.3-rc2.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30022

12 years ago[PATCHv2 1/1] net5501: backport drivers from linux-next
Jo-Philipp Wich [Fri, 3 Feb 2012 18:14:02 +0000 (18:14 +0000)]
[PATCHv2 1/1] net5501: backport drivers from linux-next
Backport net5501 platform driver from 3.4.
Remove vestiges of old (pre-2.6.30) leds-net5501.c driver.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30021

12 years ago[PATCH 1/1] leds.mk: remove obsolete references to leds-alix and leds-net5501 modules
Jo-Philipp Wich [Fri, 3 Feb 2012 18:12:30 +0000 (18:12 +0000)]
[PATCH 1/1] leds.mk: remove obsolete references to leds-alix and leds-net5501 modules
These are now supported by platform drivers in arch/x86/platform/geode.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30020

12 years ago[PATCH 1/1] x86: move additional oddball PATA drivers
Jo-Philipp Wich [Fri, 3 Feb 2012 18:02:57 +0000 (18:02 +0000)]
[PATCH 1/1] x86: move additional oddball PATA drivers
These should only be enabled in the generic image, as they bloat all of the other targets.
Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3.
Restore PC speaker to Geos target.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30019

12 years ago[x86] net5501: adjust CFLAGS and package selection (#10893)
Jo-Philipp Wich [Fri, 3 Feb 2012 14:19:29 +0000 (14:19 +0000)]
[x86] net5501: adjust CFLAGS and package selection (#10893)
This patches the CFLAGS for Geode LX CPUs for 4.3 and new GGC versions. This creates more compatible code and allowed me to boot my system first time with no troubles. Also, the missing kmod is added in.

SVN-Revision: 30013

12 years agoath9k: fix CTS timeout issues in 2.4 ghz
Felix Fietkau [Fri, 3 Feb 2012 10:23:55 +0000 (10:23 +0000)]
ath9k: fix CTS timeout issues in 2.4 ghz

SVN-Revision: 30010

12 years agoath9k: fix WEP connection issues
Felix Fietkau [Fri, 3 Feb 2012 10:23:51 +0000 (10:23 +0000)]
ath9k: fix WEP connection issues

SVN-Revision: 30009

12 years agonetifd: set the network device in uci state as well to avoid further remapping issues
Felix Fietkau [Fri, 3 Feb 2012 10:17:30 +0000 (10:17 +0000)]
netifd: set the network device in uci state as well to avoid further remapping issues

SVN-Revision: 30008

12 years agoar71xx: add usb on the pb92 board
Felix Fietkau [Fri, 3 Feb 2012 09:44:51 +0000 (09:44 +0000)]
ar71xx: add usb on the pb92 board

SVN-Revision: 30007

12 years agonetifd: update to latest, fixes removing deleted interfaces on config reload
Felix Fietkau [Thu, 2 Feb 2012 23:16:34 +0000 (23:16 +0000)]
netifd: update to latest, fixes removing deleted interfaces on config reload

SVN-Revision: 30004

12 years agonetifd: fix legacy scripts that expect the ifname option to be mapped to the device...
Felix Fietkau [Thu, 2 Feb 2012 23:01:02 +0000 (23:01 +0000)]
netifd: fix legacy scripts that expect the ifname option to be mapped to the device option after fixup

SVN-Revision: 30003

12 years agox86: add 3.3 generic symbols
Jonas Gorski [Thu, 2 Feb 2012 21:01:59 +0000 (21:01 +0000)]
x86: add 3.3 generic symbols

Copy x86/config-3.2 to x86/config-3.3 and add additional symbols (for 3.3-rc2).

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

12 years ago[PATCH 1/1] alix2: backport platform driver updates from linux-next
Jo-Philipp Wich [Thu, 2 Feb 2012 19:26:32 +0000 (19:26 +0000)]
[PATCH 1/1] alix2: backport platform driver updates from linux-next
Add patches to x86/patches-3.2 and x86/patches-3.3 (update will appear in 3.4).
[Patch from Philipp Prindeville, via  http://patchwork.openwrt.org/patch/1817/]

SVN-Revision: 30001

12 years ago[x86] alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any standa...
Jo-Philipp Wich [Thu, 2 Feb 2012 19:11:52 +0000 (19:11 +0000)]
[x86] alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any standard system facility

SVN-Revision: 30000

12 years ago[x86] alix2, goes, net5501: clean up default packages
Jo-Philipp Wich [Thu, 2 Feb 2012 19:06:22 +0000 (19:06 +0000)]
[x86] alix2, goes, net5501: clean up default packages
Remove packages which are dependencies of other packages
Remove packages which are part of the default package list
Remove DSL specific packages from net5501
Remove bridge package, we use the busybox applet
Replace hostapd with wpad

SVN-Revision: 29999

12 years ago[x86] alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest
Jo-Philipp Wich [Thu, 2 Feb 2012 19:00:40 +0000 (19:00 +0000)]
[x86] alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest

SVN-Revision: 29998

12 years ago[x86] geos: add missing files from previous commit
Jo-Philipp Wich [Thu, 2 Feb 2012 18:59:51 +0000 (18:59 +0000)]
[x86] geos: add missing files from previous commit

SVN-Revision: 29997

12 years ago[PATCH 2/2] geos: backport Geos driver from linux-next
Jo-Philipp Wich [Thu, 2 Feb 2012 18:58:20 +0000 (18:58 +0000)]
[PATCH 2/2] geos: backport Geos driver from linux-next
Backport of linux-next driver.
Driver adds support for LEDS and S/W button.
Add hotplug script for button actions.
Add Openwrt system config for LEDS triggers.
Add updated kernel .config for 3.2 symbols.
[Patch from Philipp Prindeville, via  http://patchwork.openwrt.org/patch/1816/]

SVN-Revision: 29996