summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix up scons vs ccacheJohn Crispin2012-07-282-8/+9
| | | | SVN-Revision: 32902
* clean up pwm patches and driversJohn Crispin2012-07-289-885/+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
* base-files: fix detection of standalone lddFlorian Fainelli2012-07-272-2/+2
| | | | | | | | When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 32891
* 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
* mae brcmutil depend on PCI and USB. This broke ar7 fullbuildsJohn Crispin2012-07-271-0/+1
| | | | SVN-Revision: 32886
* 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-266-26/+396
| | | | | | | | 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
* make kmod-mvsas depend on x86 since it fails building on other targets (eg: ↵Florian Fainelli2012-07-261-1/+1
| | | | | | brcm63xx) SVN-Revision: 32878
* 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-254-2/+4
| | | | SVN-Revision: 32869
* mtd: fix trx_fixupFelix Fietkau2012-07-254-8/+11
| | | | | | | | | | | | | | | | With the BRCM47xx image I have built (Linksys E3000), there are additional writes following the completion of "mtd_replace_jffs2" which invalidate the 'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere after all writes have completed fixes the problem. I also noticed that 'erasesize' used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by 'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this. Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at offset 0; which may be the cause of the problem described in Ticket #8960. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 32866
* move isp116x driver to target specific modules.mkFlorian Fainelli2012-07-252-19/+19
| | | | SVN-Revision: 32865
* move rt305x-dwc driver to target specific modules.mkFlorian Fainelli2012-07-252-21/+26
| | | | SVN-Revision: 32864
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-252-16/+16
| | | | SVN-Revision: 32863
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-252-14/+13
| | | | SVN-Revision: 32862
* move usb driver to target specific modules.mkFlorian Fainelli2012-07-252-15/+22
| | | | SVN-Revision: 32861
* kmod-r6040 depends on PCI_SUPPORTFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32860
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-252-16/+17
| | | | SVN-Revision: 32859
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-252-14/+16
| | | | SVN-Revision: 32858
* kmod-gpio-nxp74hc164 is not brcm63xx specificFlorian Fainelli2012-07-251-1/+0
| | | | SVN-Revision: 32857
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-252-17/+17
| | | | SVN-Revision: 32856
* move i2c driver to target modules.mkFlorian Fainelli2012-07-252-145/+16
| | | | SVN-Revision: 32855
* move watchdog driver to target specific modules.mkFlorian Fainelli2012-07-252-16/+16
| | | | SVN-Revision: 32854
* move target specific spi modulesFlorian Fainelli2012-07-252-15/+16
| | | | SVN-Revision: 32853
* move target specific leds modules to ar71xx modules.mkFlorian Fainelli2012-07-252-33/+37
| | | | SVN-Revision: 32852
* move leds modules back to target modules.mkFlorian Fainelli2012-07-252-31/+32
| | | | SVN-Revision: 32851
* move i2c modules back to target modules.mkFlorian Fainelli2012-07-252-35/+34
| | | | SVN-Revision: 32850
* fix network devices modules to depend on PCI instead of x86Florian Fainelli2012-07-251-21/+21
| | | | SVN-Revision: 32849
* move more x86-specific modules back to target modules.mkFlorian Fainelli2012-07-252-177/+175
| | | | SVN-Revision: 32848
* fix libsas and mvsas dependencies against PCI and not x86Florian Fainelli2012-07-251-2/+1
| | | | SVN-Revision: 32847
* move x86 specific ide/pata modules to x86' modules.mkFlorian Fainelli2012-07-252-64/+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-252-10/+51
| | | | 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
* use autoreconf hook instead of manual callJohn Crispin2012-07-252-1/+3
| | | | SVN-Revision: 32837
* add unset CONFIG_FB_XGI to fix fullbuildsJohn Crispin2012-07-251-0/+1
| | | | SVN-Revision: 32836
* cleanup config-3.3, remove =mJohn Crispin2012-07-251-63/+0
| | | | SVN-Revision: 32835
* laguna: fix eeprom read buffer size during platform configurationJohn Crispin2012-07-251-1/+1
| | | | | | | | Increase the size of the buffer used for eeprom reads during the platform configuration of the Gateworks laguna. The model name read in is 16 bytes but the original buffer was only 8 bytes. Signed-off-by: David Acker <dacker@rajant.com> SVN-Revision: 32833
* fixes build for 3.x kernel and remove old 2.6.x referencesJohn Crispin2012-07-242-1/+32
| | | | | | Signed-off-by: christoph.thielecke@gmx.de SVN-Revision: 32832