summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] base-files: fix detection of standalone lddflorian2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Add brcmsmac profileflorian2012-07-271-0/+17
| | | | | | | | Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] mae brcmutil depend on PCI and USB. This broke ar7 fullbuildsblogic2012-07-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] Add leds back after migration to sysfsblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm2708] add more missing config symbolsflorian2012-07-261-10/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add more USB-related config symbolsflorian2012-07-261-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] make sure target modules depend on the targetflorian2012-07-261-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bcma: update to version from wireless-testing tag master-2012-07-16hauke2012-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make kmod-mvsas depend on x86 since it fails building on other ↵florian2012-07-261-1/+1
| | | | | | targets (eg: brcm63xx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix typo in modules.mkblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets ↵florian2012-07-254-2/+4
| | | | | | accordingly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: fix trx_fixupnbd2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppc40x] move isp116x driver to target specific modules.mkflorian2012-07-252-19/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] move rt305x-dwc driver to target specific modules.mkflorian2012-07-252-21/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] move ubsec-ssb driver to target specific modules.mkflorian2012-07-252-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] move ssb-gige to target specific modules.mkflorian2012-07-252-14/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] move usb driver to target specific modules.mkflorian2012-07-252-15/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-r6040 depends on PCI_SUPPORTflorian2012-07-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] move mmc driver to target specific modules.mkflorian2012-07-252-16/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx] move ixp4xx-eth to target specific modules.mkflorian2012-07-252-14/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-gpio-nxp74hc164 is not brcm63xx specificflorian2012-07-251-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx] move crypto module to target specific modules.mkflorian2012-07-252-17/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] move i2c driver to target modules.mkflorian2012-07-252-145/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move watchdog driver to target specific modules.mkflorian2012-07-252-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move target specific spi modulesflorian2012-07-252-15/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move target specific leds modules to ar71xx modules.mkflorian2012-07-252-33/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move leds modules back to target modules.mkflorian2012-07-252-31/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move i2c modules back to target modules.mkflorian2012-07-252-35/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix network devices modules to depend on PCI instead of x86florian2012-07-251-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move more x86-specific modules back to target modules.mkflorian2012-07-252-177/+175
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix libsas and mvsas dependencies against PCI and not x86florian2012-07-251-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move x86 specific ide/pata modules to x86' modules.mkflorian2012-07-252-64/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: reorder patches so that the patches already in mainline linux will ↵hauke2012-07-2516-54/+62
| | | | | | be applied at first. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add yet another framebuffer symbolflorian2012-07-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] split framebuffer helper modules to their own packagesflorian2012-07-252-10/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] remove broken flagflorian2012-07-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] package buttons driver separatelyflorian2012-07-252-4/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] package cobalt lcd as a moduleflorian2012-07-252-7/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] use autoreconf hook instead of manual callblogic2012-07-252-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add unset CONFIG_FB_XGI to fix fullbuildsblogic2012-07-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm2708] cleanup config-3.3, remove =mblogic2012-07-251-63/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cns3xx] laguna: fix eeprom read buffer size during platform configurationblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [compcache] fixes build for 3.x kernel and remove old 2.6.x referencesblogic2012-07-242-1/+32
| | | | | | Signed-off-by: christoph.thielecke@gmx.de git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] package-version-override always calls autoreconfblogic2012-07-241-1/+1
| | | | | | | | make it conditional on the existance of autoreconf Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/hostapd: add support for HT capa in case of IBSS/RSNblogic2012-07-243-7/+181
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: add more parametersblogic2012-07-242-7/+40
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add pending patchesblogic2012-07-242-0/+286
| | | | | | | | add patched needed to pass more parameters to the IBSS JOIN command Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm2708] adds target used by rapsberry piblogic2012-07-2420-0/+86697
| | | | | | | | Add support for Raspberry Pi / brcm2708 / 2835 Signed-off-by: Ian Ridge <ianridge [at] gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] add mktools and dosfstools which are needed for the raspberry piblogic2012-07-243-0/+62
| | | | | | Signed-off-by: Ian Ridge <ianridge [at] gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] DWC otg usb: compilation fixes and trivial bugfix in slave modeblogic2012-07-245-5/+45
| | | | | | Signed-of-by: Nikolai Zhubr <n-a-zhubr@yandex.ru> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32823 3c298f89-4303-0410-b956-a3cf2f4a3e73