Commit graph

5778 commits

Author SHA1 Message Date
Florian Fainelli
0d29f1119b add missing config options from #7733, thanks maddes
SVN-Revision: 22685
2010-08-16 21:01:32 +00:00
Florian Fainelli
a1043e0c65 refresh 310-cfi0002-swap.patch
SVN-Revision: 22683
2010-08-16 20:55:18 +00:00
Felix Fietkau
523fcf0497 ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563
SVN-Revision: 22675
2010-08-16 19:21:57 +00:00
Florian Fainelli
9f1ed6e4d3 add missing symbol: CONFIG_UCB1400_CORE to 2.6.35 config
SVN-Revision: 22674
2010-08-16 18:40:43 +00:00
Hauke Mehrtens
26f323dcf5 brcm47xx: do not read out cfe
Reading the CFE properties causes system hangs on some devices. With
this patch nvram read will be successful very time so cfe will no be
read out. This code is not really correct but it will work around some
problems for some people.

Related ticket: #7693

SVN-Revision: 22663
2010-08-15 18:23:17 +00:00
Gabor Juhos
6e9e0e2e9b generic: update ARM mach-types
SVN-Revision: 22662
2010-08-15 17:35:53 +00:00
Alexandros C. Couloumbis
0780aa2278 brcm47xx/patches-2.6.35: Allow SSB EHCI/OHCI drivers to co-exist (thank you Steve Brown)
SVN-Revision: 22661
2010-08-15 16:30:00 +00:00
Gabor Juhos
462dabc7f5 ramips: add support for Sparklan WCR-150GN board
This patch adds support for Sparklan WCR-150GN board.
Network configuration should be tweaked to make it work fully. The
reason it's not in this patch is that ramips target should be modified
to support different /etc/config/network files for different boards.

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

SVN-Revision: 22658
2010-08-15 09:43:07 +00:00
Gabor Juhos
e01649c7cc generic: fix LED control on the RTL8366 switches
* patch from #7713

SVN-Revision: 22656
2010-08-15 06:47:42 +00:00
Gabor Juhos
670b736005 ixp4xx: fix compiler warnings in wrt300nv2-setup.c
SVN-Revision: 22655
2010-08-15 05:39:31 +00:00
Gabor Juhos
ff374f247e ixp4xx: fix compiler warnings in tw5334-setup.c
SVN-Revision: 22654
2010-08-15 05:39:29 +00:00
Gabor Juhos
47a940def6 ixp4xx: use the right parameter for ixp4xx_phy_disconnect
SVN-Revision: 22651
2010-08-14 21:07:48 +00:00
Gabor Juhos
fb029983ee ixp4xx: fix GPIOLIB support
SVN-Revision: 22650
2010-08-14 21:07:46 +00:00
Gabor Juhos
a1bee93fa0 ixp4xx: refresh patches
SVN-Revision: 22649
2010-08-14 21:07:42 +00:00
Gabor Juhos
78478d7973 ixp4xx: add TW-266-2 support to 2.6.32 as well
SVN-Revision: 22648
2010-08-14 21:07:40 +00:00
Gabor Juhos
6055df046d ixp4xx: backport IXP4XX_GPIO_IRQ macro to 2.6.32
SVN-Revision: 22647
2010-08-14 21:07:38 +00:00
Gabor Juhos
2b2affffb1 ixp4xx: sync 2.6.32 kernel config
SVN-Revision: 22646
2010-08-14 21:07:36 +00:00
Gabor Juhos
1a7021b3ea ixp4xx: include linux/slab.h in the latch LED driver
SVN-Revision: 22645
2010-08-14 21:07:34 +00:00
Gabor Juhos
e35f7ef51d ar71xx: add eap7660d board to diag.sh and sysupgrade
This patch adds support for the Senao EAP7660D board to diag.sh and sysupgrade.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 22644
2010-08-14 21:07:31 +00:00
Gabor Juhos
57bba92916 generic: fix wrong number of erase sectors for xxxS33B SPI flashes
SVN-Revision: 22643
2010-08-14 21:07:28 +00:00
Alexandros C. Couloumbis
9aef272f4a linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)
SVN-Revision: 22631
2010-08-14 07:48:05 +00:00
Jo-Philipp Wich
6616951c15 add uci-defaults script to migrate vlan 0 to vlan 1 after sysupgrade on devices using the RTL8366s switch
SVN-Revision: 22625
2010-08-13 19:29:51 +00:00
Michael Büsch
1172df6491 n810: Make sysfs backlight controls work
SVN-Revision: 22623
2010-08-13 16:14:02 +00:00
Jo-Philipp Wich
8db0749823 fixup 2.6.34 kernel headers to properly export XT_ALIGN() to userspace Ref: http://lkml.org/lkml/2010/4/13/118
SVN-Revision: 22621
2010-08-13 16:04:40 +00:00
Jo-Philipp Wich
a8e2cc2534 ssb: give the PCI core more time to initialize, fixes PCI issues with Atheros cards on the Asus WL-500w and possibly others (#4710)
SVN-Revision: 22614
2010-08-13 00:18:16 +00:00
Florian Fainelli
a5371dfe39 rename 014-samsung_flash patch to a better name, thanks maddes
SVN-Revision: 22587
2010-08-10 20:23:40 +00:00
Florian Fainelli
b2cb720494 fix Freecom DT2 jffs2 rootfs generation issue (#7584)
SVN-Revision: 22585
2010-08-10 20:13:49 +00:00
Florian Fainelli
bea34111cc fix jffs2 128k image generation, patch from madddes (#7584)
SVN-Revision: 22580
2010-08-10 16:13:01 +00:00
Lars-Peter Clausen
9dbb998ee3 Fix gpio_spi_old module for 2.6.35
SVN-Revision: 22576
2010-08-10 11:17:04 +00:00
Hamish Guthrie
1835d39a9f Switch of echo on ttyS1 (required for bluetooth to function correctly)
SVN-Revision: 22575
2010-08-10 10:39:39 +00:00
Hamish Guthrie
42986e14fc Add stty to default config (required for gumstix bluetooth setup)
SVN-Revision: 22574
2010-08-10 09:39:56 +00:00
Hamish Guthrie
a1968ed7f4 enable gpio uesrspace interface via sysfs
SVN-Revision: 22571
2010-08-10 07:20:01 +00:00
Hamish Guthrie
93dad12eaf Remove sqlite from default config
SVN-Revision: 22570
2010-08-10 07:14:16 +00:00
Hamish Guthrie
d5de72f042 Remove shells from unavalable serial ports
SVN-Revision: 22569
2010-08-10 07:10:12 +00:00
Florian Fainelli
153f4c8b9b add support for 2.6.35
SVN-Revision: 22568
2010-08-09 20:07:02 +00:00
Michael Büsch
8b934b8d89 omap24xx: Update kernel config. This also fixes module loading.
SVN-Revision: 22564
2010-08-09 18:43:43 +00:00
Michael Büsch
27a297eece omap24xx: Fix MMC multiplexer
SVN-Revision: 22563
2010-08-09 18:43:20 +00:00
Jo-Philipp Wich
7d08b0bf47 fix localversion detection for linux 2.6.35
SVN-Revision: 22560
2010-08-09 15:50:18 +00:00
Imre Kaloz
16478f7dd6 workaround serial hang with SMP enabled
SVN-Revision: 22557
2010-08-09 11:27:14 +00:00
Andy Boyett
0f5d0f69ab image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox
SVN-Revision: 22553
2010-08-09 04:22:39 +00:00
Felix Fietkau
f8c4bf89b9 rtl8366: re-enable learning by default, disabling it broke switching functionality. add a configuration option for dynamically enabling/disabling this feature. based on patch from #7637
SVN-Revision: 22545
2010-08-08 20:15:10 +00:00
Florian Fainelli
088b641056 rename kmod-switch-ip175c package to kmod-switch-ip17xx
SVN-Revision: 22544
2010-08-08 20:01:16 +00:00
Florian Fainelli
dd3652e168 add missing 2.6.34 symbols
SVN-Revision: 22543
2010-08-08 20:01:10 +00:00
Florian Fainelli
c1dc4a8a66 refresh 2.6.34 patches
SVN-Revision: 22542
2010-08-08 20:01:05 +00:00
Florian Fainelli
083ff78000 crashlog depends on BOOTMEM
SVN-Revision: 22541
2010-08-08 20:00:52 +00:00
Florian Fainelli
35e7fc9c4b refresh 2.6.35 patches
SVN-Revision: 22540
2010-08-08 20:00:46 +00:00
Florian Fainelli
b86edec09b add missing 2.6.35 config symbols
SVN-Revision: 22539
2010-08-08 20:00:40 +00:00
Florian Fainelli
565a1e4ea3 add missing 2.6.35 config symbols
SVN-Revision: 22537
2010-08-08 20:00:28 +00:00
Michael Büsch
f3c312ac0d omap24xx: Add working inittab and watchdog init script
SVN-Revision: 22534
2010-08-08 18:36:38 +00:00
Michael Büsch
d9c0e977a4 omap24xx: Support booting userland from MMC card
SVN-Revision: 22531
2010-08-08 16:38:39 +00:00