| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | enable roboswitch for brcm-2.4 config | Florian Fainelli | 2009-03-26 | 1 | -0/+382 |
* | move the mii_ioctl to generic patches, fixes (#1802) | Florian Fainelli | 2009-03-26 | 1 | -0/+0 |
* | ooops, m4 is already part of the host tools | Ralph Hempel | 2009-03-25 | 1 | -4/+0 |
* | added m4 to prereq check, thanks to Gerph | Ralph Hempel | 2009-03-25 | 1 | -0/+4 |
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 fo... | Jo-Philipp Wich | 2009-03-25 | 3 | -4/+12 |
* | add a workaround for devices that only start beaconing after scanning, that i... | Florian Fainelli | 2009-03-25 | 1 | -0/+1 |
* | libnl: fix compilation with eglibc (closes: #4785) | Nicolas Thill | 2009-03-25 | 1 | -0/+10 |
* | fix wrong logic in MDIO code and second PHY address | Florian Fainelli | 2009-03-25 | 1 | -3/+3 |
* | oops. committed an old version of the patch | Felix Fietkau | 2009-03-25 | 1 | -3/+3 |
* | madwifi: fix run-time channel switching in ap mode (including CSA) | Felix Fietkau | 2009-03-25 | 1 | -0/+187 |
* | madwifi: rework tx power handling, don't clamp user-configured tx power limit... | Felix Fietkau | 2009-03-25 | 1 | -0/+243 |
* | madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than good | Felix Fietkau | 2009-03-25 | 1 | -0/+31 |
* | madwifi: delay calibration with a timer when called from becaon context | Felix Fietkau | 2009-03-25 | 22 | -50/+52 |
* | sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa | Jo-Philipp Wich | 2009-03-24 | 3 | -2/+3 |
* | atheros: fix a spiflash write performance regression | Felix Fietkau | 2009-03-24 | 1 | -4/+4 |
* | pkg-config: disable potentially recursive compat lookups which break on syste... | Felix Fietkau | 2009-03-24 | 1 | -0/+22 |
* | correct md5sum | Hauke Mehrtens | 2009-03-24 | 1 | -1/+1 |
* | create firmware image for the TL-WR841ND v3 board | Gabor Juhos | 2009-03-24 | 1 | -0/+5 |
* | firmware-utils/mktplinkfw: add support for the TL-WR841ND v3 board | Gabor Juhos | 2009-03-24 | 1 | -0/+9 |
* | fix typo in cambria gw2358 initialization | Felix Fietkau | 2009-03-24 | 1 | -1/+1 |
* | upgrade to uci 0.7.4 - fixes a file locking bug, thx Cyrus | Felix Fietkau | 2009-03-24 | 1 | -2/+2 |
* | override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358 | Florian Fainelli | 2009-03-24 | 1 | -0/+1 |
* | update compat-wireless to 2009-03-24 | Hauke Mehrtens | 2009-03-24 | 3 | -13/+19 |
* | refresh patches | Hauke Mehrtens | 2009-03-24 | 5 | -28/+19 |
* | update to kernel version 2.6.28.9 | Hauke Mehrtens | 2009-03-24 | 14 | -17/+17 |
* | update to kernel version 2.6.27.21 | Hauke Mehrtens | 2009-03-24 | 5 | -5/+5 |
* | kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko kmod-crypto-hm... | Hauke Mehrtens | 2009-03-24 | 1 | -2/+1 |
* | deactivate nl80211 again. Fixes bug #4823 | Hauke Mehrtens | 2009-03-24 | 1 | -1/+1 |
* | Add check for IXP42x A0 stepping. | Jose Vasconcellos | 2009-03-24 | 1 | -2/+13 |
* | ps3: update ps3vram patches | Hamish Guthrie | 2009-03-24 | 16 | -68/+3089 |
* | fix uclibc subdir | Felix Fietkau | 2009-03-24 | 1 | -1/+1 |
* | append the correct extraversion to the toolchain's info.mk for uclibc-nptl | Felix Fietkau | 2009-03-24 | 1 | -1/+1 |
* | fix uclibc symlink for nptl | Felix Fietkau | 2009-03-24 | 1 | -4/+4 |
* | add uclibc-nptl | Felix Fietkau | 2009-03-24 | 17 | -7/+495 |
* | remove obsolete comment | Felix Fietkau | 2009-03-24 | 1 | -1/+0 |
* | clean up uClibc config handling - use kconfig.pl to split configs similar to ... | Felix Fietkau | 2009-03-24 | 35 | -6091/+727 |
* | kconfig.pl: interpret =n as undefined symbol | Felix Fietkau | 2009-03-24 | 1 | -1/+1 |
* | kconfig.pl: add support for custom prefixes instead of CONFIG_ | Felix Fietkau | 2009-03-24 | 1 | -5/+18 |
* | fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | add uclibc 0.9.30.1 | Felix Fietkau | 2009-03-23 | 4 | -56/+11 |
* | fix the path to the build dir for host packages | Felix Fietkau | 2009-03-23 | 1 | -2/+2 |
* | fix calling the update target for host-only builds | Felix Fietkau | 2009-03-23 | 1 | -0/+1 |
* | fix HOST_QUILT override | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | do not use --owner=root or --group=root when running tar. it does not work on... | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | clean up uclibc patch/config version handling a bit | Felix Fietkau | 2009-03-23 | 84 | -26/+8 |
* | bump to version 0.6.9. Synced config with upstream version. | Hauke Mehrtens | 2009-03-23 | 4 | -26/+46 |
* | bump to version 0.6.9. Synced default.config and mini.config with upstream ve... | Hauke Mehrtens | 2009-03-23 | 3 | -44/+66 |
* | madwifi: upstream (0.9.4) is not supported on recent kernels, mark it as broken | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | madwifi: fix a locking error related to wds (thx, tharvey) | Felix Fietkau | 2009-03-23 | 1 | -6/+6 |
* | madwifi: add fragmentation fix from #4817 | Felix Fietkau | 2009-03-23 | 1 | -0/+10 |