summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesFelix Fietkau2011-05-314-1/+6
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27037
* purge out CONFIG_CRYPTO* symbols out of target specific kernel configs since ↵Mirko Vogt2011-05-316-10/+0
| | | | | | OpenWrt is taking care of them SVN-Revision: 27036
* ar71xx: only enable the rx engine after the link is up, fixes a race ↵Felix Fietkau2011-05-301-67/+68
| | | | | | condition that got rx stuck when the interface is brought up during lots of inbound traffic (thx, matteo) SVN-Revision: 27035
* ar71xx: disable flow control for ar724x, it can get stuck in a loop of ↵Felix Fietkau2011-05-301-5/+1
| | | | | | continously sending MAC pause frames SVN-Revision: 27034
* upgrade to 2.6.39Imre Kaloz2011-05-3015-95/+27126
| | | | SVN-Revision: 27030
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-29115-14453/+53827
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* bcm63xx: Add support for 2.6.39Florian Fainelli2011-05-2738-0/+4717
| | | | | | | | Add support for Kernel 2.6.39. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27019
* bcm63xx: Add support for 2.6.38Florian Fainelli2011-05-2738-0/+4725
| | | | | | | | Add support for Kernel 2.6.38, based on 2.6.38.6. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27018
* fold 446-board-D4PW_correction.patch in 440-board-D4PW.patchFlorian Fainelli2011-05-267-98/+34
| | | | SVN-Revision: 27014
* renumber patches accordinglyFlorian Fainelli2011-05-2625-64/+60
| | | | SVN-Revision: 27013
* renumber board patchesFlorian Fainelli2011-05-2612-20/+20
| | | | SVN-Revision: 27012
* kernel: exportfs: reallow building as a moduleHauke Mehrtens2011-05-251-0/+11
| | | | | | | | | | | | | | | It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new syscall). The actual commit[1] changed it in a way this isn't needed anymore, but accidentially left the EXPORTFS change in. There's no reason for it not being buildable as a module, so changing it back to tristate is fine. see: https://patchwork.kernel.org/patch/812832/ Thank you Jonas Gorski for the patch. SVN-Revision: 27011
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-2/+28
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* kernel: some updates for kernel 2.6.39Hauke Mehrtens2011-05-2526-79/+212
| | | | | | | | | | * add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch SVN-Revision: 27009
* brcm47xx: initial 2.6.39 support for brcm47xxHauke Mehrtens2011-05-2537-0/+3451
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27008
* fix mtd warningsFlorian Fainelli2011-05-255-10/+30
| | | | | | | | | | | | | | | Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27007
* brcm47xx: remove old kernelHauke Mehrtens2011-05-2537-3465/+0
| | | | SVN-Revision: 27006
* brcm47xx: fix partition layout on SimpleShare devices.Hauke Mehrtens2011-05-251-21/+66
| | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. SVN-Revision: 27005
* Clean up patch not applyingHamish Guthrie2011-05-241-1/+1
| | | | SVN-Revision: 26997
* add support for BT Voyager 2110 (#8810)Florian Fainelli2011-05-204-1/+93
| | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 26959
* add support for DSL-2640B rev B2Florian Fainelli2011-05-204-2/+91
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> SVN-Revision: 26958
* refresh patchesFlorian Fainelli2011-05-2010-22/+20
| | | | SVN-Revision: 26957
* add support for D-Link DVA-G3810BN/TLFlorian Fainelli2011-05-203-0/+35
| | | | | | | | This patch adds support for D-Link's DVA-G3810BN/TL product. Signed-off-by: Roman Dumycz <roman@secureas.com> SVN-Revision: 26956
* refresh 2.6.37 patchesFlorian Fainelli2011-05-2026-72/+72
| | | | SVN-Revision: 26955
* add support for BT Voyager 2500 (#9070)Florian Fainelli2011-05-202-1/+115
| | | | SVN-Revision: 26954
* add support for USR9108 LEDs (#9372)Florian Fainelli2011-05-201-0/+22
| | | | SVN-Revision: 26953
* add GT701 LEDs support (#9382)Florian Fainelli2011-05-201-0/+53
| | | | SVN-Revision: 26952
* Simple typo for kmod- prefix in alix2 target makefile.Daniel Dickinson2011-05-191-1/+1
| | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26945
* Remove override of max80211.shHamish Guthrie2011-05-181-6/+0
| | | | SVN-Revision: 26936
* Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.shHamish Guthrie2011-05-183-440/+0
| | | | SVN-Revision: 26932
* ar71xx: don't probe the LAN PHYMatteo Croce2011-05-171-2/+1
| | | | SVN-Revision: 26924
* ar71xx: detect link on LAN portsMatteo Croce2011-05-173-3/+32
| | | | SVN-Revision: 26922
* * adds support for Artec ThincanJohn Crispin2011-05-177-1/+120
| | | | | | Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com> SVN-Revision: 26919
* kernel: backport some ssb changes to support a mac80211 updateFelix Fietkau2011-05-166-0/+462
| | | | SVN-Revision: 26911
* remove an accidentally copied comment from the option.ko device patchJo-Philipp Wich2011-05-151-1/+1
| | | | SVN-Revision: 26908
* add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)Jo-Philipp Wich2011-05-156-0/+207
| | | | SVN-Revision: 26906
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patchesHauke Mehrtens2011-05-1568-509/+296
| | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
* ar71xx: add link detection on Ubiquiti devices WAN portMatteo Croce2011-05-141-4/+9
| | | | SVN-Revision: 26891
* use correct macros and frame size in ag71xxMatteo Croce2011-05-141-3/+2
| | | | SVN-Revision: 26890
* ar71xx: cosmetic fixesMatteo Croce2011-05-141-5/+5
| | | | SVN-Revision: 26889
* Add new defconfig and profile for es variantHamish Guthrie2011-05-132-0/+55
| | | | SVN-Revision: 26884
* Squash uidsHamish Guthrie2011-05-131-1/+1
| | | | SVN-Revision: 26883
* Removed Alix.mk profile which was accidently left as an empty file applying ↵Daniel Dickinson2011-05-131-0/+0
| | | | | | the patch during r26879 and r26880. SVN-Revision: 26882
* Add missed files from previous commit: This patch provides an image suitable ↵Daniel Dickinson2011-05-132-0/+72
| | | | | | | | | | | | | | | | | | | for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's. Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25 : LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 No kernel version bump. Added i2c-scx200-acb for lm-sensors support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26880
* This patch provides an image suitable for the alix2*, alix3, and alix6 ↵Daniel Dickinson2011-05-133-17/+2
| | | | | | | | | | | | | | | | | | | headless (non-VGA equipped) SBC's. Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25 : LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 No kernel version bump. Added i2c-scx200-acb for lm-sensors support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26879
* bcm63xx: Add support for the T-Home Speedport W 303VFlorian Fainelli2011-05-114-0/+120
| | | | | | | | | Add the required board definition, default config and image generation for the T-Home Speedport W 303V Typ B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26878
* bcm63xx: Update support for the DSL-274xB revision CFlorian Fainelli2011-05-114-24/+31
| | | | | | | | | | | | | Rename the DSL-274xB rev C2's board ID to "AW4139" to match the one used for the rev C3 (same hardware) and add a fixup for C2. Also generate images for C3. While we are at it, rename the LEDs to conform to the Linux LED naming conventions. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26876
* bcm63xx: Accept any led with power in its name as power ledFlorian Fainelli2011-05-111-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26875
* bcm63xx: Decouple Board ID and image name for fixupFlorian Fainelli2011-05-111-9/+9
| | | | | | | | | Make the fixup board ID independent from the image name to allow using the same board ID for similar devices. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26874
* switch to 2.6.38Florian Fainelli2011-05-116-1/+1590
| | | | SVN-Revision: 26873