summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: Buffalo WLAE-AG300N initial supportGabor Juhos2012-08-018-7/+156
| | | | | | | | | | | | | | | | | | | | The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32931
* resync defconfig enable XZ compressionFlorian Fainelli2012-08-011-7/+1
| | | | SVN-Revision: 32930
* properly generate squashfs, jffs2 and initramfs images and kernelsFlorian Fainelli2012-07-312-16/+9
| | | | SVN-Revision: 32927
* disable crashlog on ARM platforms for the momentFlorian Fainelli2012-07-311-1/+1
| | | | | | It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926
* add lantiq svip supportJohn Crispin2012-07-3122-53/+17723
| | | | SVN-Revision: 32925
* bcm63xx: Add nb6 support (BCM6362 SoC base boards)Jonas Gorski2012-07-3110-6/+191
| | | | | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> [jonas.gorski@gmail.com: add network config for nb6, make switch fix a platform patch] SVN-Revision: 32924
* bcm63xx: add basic bcm6362 supportJonas Gorski2012-07-3118-14/+1008
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32923
* bcm63xx: enable usb for bcm6328Jonas Gorski2012-07-311-0/+60
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32922
* bcm63xx: update enetswitch driverJonas Gorski2012-07-3131-44/+452
| | | | | | | | Update enetswith driver with latest fixes and additions. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32921
* bcm63xx: reorder patchesJonas Gorski2012-07-3113-17/+17
| | | | | | | | Fix the order and names of patches. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32920
* move i2c module to target modules.mkFlorian Fainelli2012-07-291-0/+17
| | | | SVN-Revision: 32910
* resync configFlorian Fainelli2012-07-291-20/+0
| | | | SVN-Revision: 32908
* use the same description as other omap platforms (without the dash)Florian Fainelli2012-07-291-1/+1
| | | | SVN-Revision: 32907
* refresh pwm patchJohn Crispin2012-07-291-9/+5
| | | | SVN-Revision: 32905
* clean up pwm patches and driversJohn Crispin2012-07-285-608/+28
| | | | SVN-Revision: 32901
* add config option CONFIG_I2C_MV64XXX to fix kirkwood buildHauke Mehrtens2012-07-281-0/+1
| | | | SVN-Revision: 32898
* resync configFlorian Fainelli2012-07-271-4/+0
| | | | SVN-Revision: 32895
* fix DVA-G3810BN image generationFlorian Fainelli2012-07-271-1/+1
| | | | | | | | | Attached patch fixes a typo in the image Makefile, and overrides the board name for DVA-G3810BN to set the correct board properties Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl> SVN-Revision: 32894
* add D-link DVA-G3810BN-TL-1 supportFlorian Fainelli2012-07-272-2/+84
| | | | | | Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl> SVN-Revision: 32893
* Add CT6376-1 board supportFlorian Fainelli2012-07-275-2/+142
| | | | | | | | Added CT6373 devices instead of using NB4's devices, as Florian suggested. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32892
* Add brcmsmac profileFlorian Fainelli2012-07-271-0/+17
| | | | | | | | Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32890
* Add leds back after migration to sysfsJohn Crispin2012-07-262-0/+12
| | | | | | | | | | atheros trunk moved to full sysfs gpiolib, but the leds were forgotten. This restores the wlan led that was missing after switching from backfire to trunk. Signed-off-by: Karl Palsson <karlp@remake.is> SVN-Revision: 32885
* add more missing config symbolsFlorian Fainelli2012-07-261-10/+13
| | | | SVN-Revision: 32884
* add more USB-related config symbolsFlorian Fainelli2012-07-261-0/+20
| | | | SVN-Revision: 32883
* make sure target modules depend on the targetFlorian Fainelli2012-07-261-2/+3
| | | | SVN-Revision: 32882
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-07-265-26/+395
| | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880
* fix typo in modules.mkJohn Crispin2012-07-251-1/+1
| | | | | | | | This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR. Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32870
* make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordinglyFlorian Fainelli2012-07-253-2/+3
| | | | SVN-Revision: 32869
* move isp116x driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+19
| | | | SVN-Revision: 32865
* move rt305x-dwc driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+26
| | | | SVN-Revision: 32864
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32863
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-251-0/+13
| | | | SVN-Revision: 32862
* move usb driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+22
| | | | SVN-Revision: 32861
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+17
| | | | SVN-Revision: 32859
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32858
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-0/+17
| | | | SVN-Revision: 32856
* move i2c driver to target modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32855
* move watchdog driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32854
* move target specific spi modulesFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32853
* move target specific leds modules to ar71xx modules.mkFlorian Fainelli2012-07-251-0/+37
| | | | SVN-Revision: 32852
* move leds modules back to target modules.mkFlorian Fainelli2012-07-251-0/+32
| | | | SVN-Revision: 32851
* move i2c modules back to target modules.mkFlorian Fainelli2012-07-251-0/+34
| | | | SVN-Revision: 32850
* move more x86-specific modules back to target modules.mkFlorian Fainelli2012-07-251-0/+175
| | | | SVN-Revision: 32848
* move x86 specific ide/pata modules to x86' modules.mkFlorian Fainelli2012-07-251-0/+73
| | | | SVN-Revision: 32846
* brcm47xx: reorder patches so that the patches already in mainline linux will ↵Hauke Mehrtens2012-07-2516-54/+62
| | | | | | be applied at first. SVN-Revision: 32845
* add yet another framebuffer symbolFlorian Fainelli2012-07-251-0/+1
| | | | SVN-Revision: 32844
* split framebuffer helper modules to their own packagesFlorian Fainelli2012-07-251-1/+2
| | | | SVN-Revision: 32843
* remove broken flagFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32842
* package buttons driver separatelyFlorian Fainelli2012-07-252-4/+15
| | | | SVN-Revision: 32841
* package cobalt lcd as a moduleFlorian Fainelli2012-07-252-7/+21
| | | | SVN-Revision: 32840