Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath5k: add various pending tx power fixes, vastly improves stability and ↵ | Felix Fietkau | 2012-08-06 | 3 | -93/+142 |
| | | | | | | performance with various cards SVN-Revision: 33014 | ||||
* | mac80211: remove header files used to share struct with platform code. | Hauke Mehrtens | 2012-08-05 | 1 | -0/+6 |
| | | | | | | | | | The structs defined in these header files should be the same as the structes used by the platform code otherwise it will cause strange runtime errors. By removing them from compat-wireless we will get a compile error instead of a runtime error if they are out of sync. SVN-Revision: 33006 | ||||
* | switch: clean up robo switch driver | Hauke Mehrtens | 2012-08-05 | 1 | -98/+42 |
| | | | | | | | | | | * remove use_et, all supported drivers are using mii ioctls * remove robo.phy_addr, phy_addr was always set to ROBO_PHY_ADDR. * remove support for old kernel versions * do_ioctl is allways called with buff == NULL * use if_mii SVN-Revision: 33002 | ||||
* | fix xen pci module, partially fixes #11970 | John Crispin | 2012-08-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32996 | ||||
* | brcm47xx: use libgpio instaed of implementing the gpio interface ourself. | Hauke Mehrtens | 2012-08-04 | 5 | -266/+98 |
| | | | | SVN-Revision: 32992 | ||||
* | gspca-sn9c20x.ko was not insmod'ed due to typo | John Crispin | 2012-08-04 | 1 | -1/+1 |
| | | | | | | fixes #11973 SVN-Revision: 32991 | ||||
* | wrt55agv2-spidevs needs <linux/modules.h> | John Crispin | 2012-08-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 32956 | ||||
* | uclibc++: update to 0.2.4 | Florian Fainelli | 2012-08-01 | 7 | -205/+19 |
| | | | | SVN-Revision: 32929 | ||||
* | uclibc++: stage g++-uc wrappers in $(TOOLCHAIN_DIR) | Florian Fainelli | 2012-08-01 | 1 | -7/+7 |
| | | | | | | | Since we are overriding TARGET_CXX with the g++-uc wrapper when we use cmake it expects to find g++-uc in the TOOLCHAIN_DIR. SVN-Revision: 32928 | ||||
* | partially revert r32855 | Florian Fainelli | 2012-07-29 | 1 | -0/+114 |
| | | | | | | | Too many modules were removed, while only the octeon module was meant to be removed, fix that. SVN-Revision: 32909 | ||||
* | dont build on arm as kernel headers are missing/have a different layout | John Crispin | 2012-07-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 32904 | ||||
* | clean up pwm patches and drivers | John Crispin | 2012-07-28 | 4 | -277/+0 |
| | | | | SVN-Revision: 32901 | ||||
* | base-files: fix detection of standalone ldd | Florian Fainelli | 2012-07-27 | 2 | -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 | ||||
* | mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds | John Crispin | 2012-07-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 32886 | ||||
* | bcma: update to version from wireless-testing tag master-2012-07-16 | Hauke Mehrtens | 2012-07-26 | 1 | -0/+1 |
| | | | | | | | | 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 Fainelli | 2012-07-26 | 1 | -1/+1 |
| | | | | | | brcm63xx) SVN-Revision: 32878 | ||||
* | make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly | Florian Fainelli | 2012-07-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 32869 | ||||
* | mtd: fix trx_fixup | Felix Fietkau | 2012-07-25 | 4 | -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.mk | Florian Fainelli | 2012-07-25 | 1 | -19/+0 |
| | | | | SVN-Revision: 32865 | ||||
* | move rt305x-dwc driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -21/+0 |
| | | | | SVN-Revision: 32864 | ||||
* | move ubsec-ssb driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -16/+0 |
| | | | | SVN-Revision: 32863 | ||||
* | move ssb-gige to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -14/+0 |
| | | | | SVN-Revision: 32862 | ||||
* | move usb driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -15/+0 |
| | | | | SVN-Revision: 32861 | ||||
* | kmod-r6040 depends on PCI_SUPPORT | Florian Fainelli | 2012-07-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 32860 | ||||
* | move mmc driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -16/+0 |
| | | | | SVN-Revision: 32859 | ||||
* | move ixp4xx-eth to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -14/+0 |
| | | | | SVN-Revision: 32858 | ||||
* | kmod-gpio-nxp74hc164 is not brcm63xx specific | Florian Fainelli | 2012-07-25 | 1 | -1/+0 |
| | | | | SVN-Revision: 32857 | ||||
* | move crypto module to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -17/+0 |
| | | | | SVN-Revision: 32856 | ||||
* | move i2c driver to target modules.mk | Florian Fainelli | 2012-07-25 | 1 | -145/+0 |
| | | | | SVN-Revision: 32855 | ||||
* | move watchdog driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -16/+0 |
| | | | | SVN-Revision: 32854 | ||||
* | move target specific spi modules | Florian Fainelli | 2012-07-25 | 1 | -15/+0 |
| | | | | SVN-Revision: 32853 | ||||
* | move target specific leds modules to ar71xx modules.mk | Florian Fainelli | 2012-07-25 | 1 | -33/+0 |
| | | | | SVN-Revision: 32852 | ||||
* | move leds modules back to target modules.mk | Florian Fainelli | 2012-07-25 | 1 | -31/+0 |
| | | | | SVN-Revision: 32851 | ||||
* | move i2c modules back to target modules.mk | Florian Fainelli | 2012-07-25 | 1 | -35/+0 |
| | | | | SVN-Revision: 32850 | ||||
* | fix network devices modules to depend on PCI instead of x86 | Florian Fainelli | 2012-07-25 | 1 | -21/+21 |
| | | | | SVN-Revision: 32849 | ||||
* | move more x86-specific modules back to target modules.mk | Florian Fainelli | 2012-07-25 | 1 | -177/+0 |
| | | | | SVN-Revision: 32848 | ||||
* | fix libsas and mvsas dependencies against PCI and not x86 | Florian Fainelli | 2012-07-25 | 1 | -2/+1 |
| | | | | SVN-Revision: 32847 | ||||
* | move x86 specific ide/pata modules to x86' modules.mk | Florian Fainelli | 2012-07-25 | 1 | -64/+0 |
| | | | | SVN-Revision: 32846 | ||||
* | split framebuffer helper modules to their own packages | Florian Fainelli | 2012-07-25 | 1 | -9/+49 |
| | | | | SVN-Revision: 32843 | ||||
* | fixes build for 3.x kernel and remove old 2.6.x references | John Crispin | 2012-07-24 | 2 | -1/+32 |
| | | | | | | Signed-off-by: christoph.thielecke@gmx.de SVN-Revision: 32832 | ||||
* | mac80211/hostapd: add support for HT capa in case of IBSS/RSN | John Crispin | 2012-07-24 | 3 | -7/+181 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32830 | ||||
* | wpa_supplicant: add more parameters | John Crispin | 2012-07-24 | 2 | -7/+40 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32829 | ||||
* | hostapd: add pending patches | John Crispin | 2012-07-24 | 2 | -0/+286 |
| | | | | | | | | add patched needed to pass more parameters to the IBSS JOIN command Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32828 | ||||
* | adds target used by rapsberry pi | John Crispin | 2012-07-24 | 1 | -0/+46 |
| | | | | | | | | Add support for Raspberry Pi / brcm2708 / 2835 Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32825 | ||||
* | ext4 support | John Crispin | 2012-07-24 | 2 | -1/+86 |
| | | | | | | | | | This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3 and ext4 partitions. Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com> SVN-Revision: 32818 | ||||
* | add support for Rt3352 in rt2x00 driver | John Crispin | 2012-07-24 | 1 | -0/+445 |
| | | | | | | | | | Forgot to do make package/mac80211/update, so the previously posted patch wasn't in sync with compat-wireless. Now fixed. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32817 | ||||
* | orion_wdt is also available on kirkwood | Florian Fainelli | 2012-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 32811 | ||||
* | move omap specific modules to modules.mk | Florian Fainelli | 2012-07-24 | 1 | -73/+0 |
| | | | | SVN-Revision: 32810 | ||||
* | move n810 battery module to omap24 modules.mk | Florian Fainelli | 2012-07-24 | 1 | -16/+0 |
| | | | | SVN-Revision: 32809 | ||||
* | move target specific modules to target's module.mk | Florian Fainelli | 2012-07-24 | 1 | -40/+0 |
| | | | | SVN-Revision: 32808 |