summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ooops, m4 is already part of the host toolsRalph Hempel2009-03-251-4/+0
| | | | SVN-Revision: 15044
* added m4 to prereq check, thanks to GerphRalph Hempel2009-03-251-0/+4
| | | | SVN-Revision: 15043
* - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵Jo-Philipp Wich2009-03-253-4/+12
| | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042
* add a workaround for devices that only start beaconing after scanning, that ↵Florian Fainelli2009-03-251-0/+1
| | | | | | is almost every driver except b43 SVN-Revision: 15041
* libnl: fix compilation with eglibc (closes: #4785)Nicolas Thill2009-03-251-0/+10
| | | | SVN-Revision: 15039
* fix wrong logic in MDIO code and second PHY addressFlorian Fainelli2009-03-251-3/+3
| | | | SVN-Revision: 15034
* oops. committed an old version of the patchFelix Fietkau2009-03-251-3/+3
| | | | SVN-Revision: 15033
* madwifi: fix run-time channel switching in ap mode (including CSA)Felix Fietkau2009-03-251-0/+187
| | | | SVN-Revision: 15032
* madwifi: rework tx power handling, don't clamp user-configured tx power ↵Felix Fietkau2009-03-251-0/+243
| | | | | | limit based on current channel properties SVN-Revision: 15031
* madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than goodFelix Fietkau2009-03-251-0/+31
| | | | SVN-Revision: 15030
* madwifi: delay calibration with a timer when called from becaon contextFelix Fietkau2009-03-2522-50/+52
| | | | SVN-Revision: 15029
* sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpaJo-Philipp Wich2009-03-243-2/+3
| | | | SVN-Revision: 15028
* atheros: fix a spiflash write performance regressionFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15027
* pkg-config: disable potentially recursive compat lookups which break on ↵Felix Fietkau2009-03-241-0/+22
| | | | | | systems with gnome devel tools installed (thx, lubek) SVN-Revision: 15026
* correct md5sumHauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15025
* create firmware image for the TL-WR841ND v3 boardGabor Juhos2009-03-241-0/+5
| | | | SVN-Revision: 15024
* firmware-utils/mktplinkfw: add support for the TL-WR841ND v3 boardGabor Juhos2009-03-241-0/+9
| | | | SVN-Revision: 15023
* fix typo in cambria gw2358 initializationFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15022
* upgrade to uci 0.7.4 - fixes a file locking bug, thx CyrusFelix Fietkau2009-03-241-2/+2
| | | | SVN-Revision: 15021
* override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358Florian Fainelli2009-03-241-0/+1
| | | | SVN-Revision: 15020
* update compat-wireless to 2009-03-24Hauke Mehrtens2009-03-243-13/+19
| | | | SVN-Revision: 15019
* refresh patchesHauke Mehrtens2009-03-245-28/+19
| | | | SVN-Revision: 15018
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-2414-17/+17
| | | | SVN-Revision: 15017
* update to kernel version 2.6.27.21Hauke Mehrtens2009-03-245-5/+5
| | | | SVN-Revision: 15016
* kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko ↵Hauke Mehrtens2009-03-241-2/+1
| | | | | | kmod-crypto-hmac only needs the symbol for building crypto_hash, this was done in r9004. With r13850 hmac.ko was also packed with kmod-crypto-core. SVN-Revision: 15015
* deactivate nl80211 again. Fixes bug #4823Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15014
* Add check for IXP42x A0 stepping.Jose Vasconcellos2009-03-241-2/+13
| | | | SVN-Revision: 15013
* ps3: update ps3vram patchesHamish Guthrie2009-03-2416-68/+3089
| | | | SVN-Revision: 15011
* fix uclibc subdirFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15010
* append the correct extraversion to the toolchain's info.mk for uclibc-nptlFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15008
* fix uclibc symlink for nptlFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15007
* add uclibc-nptlFelix Fietkau2009-03-2417-7/+495
| | | | SVN-Revision: 15006
* remove obsolete commentFelix Fietkau2009-03-241-1/+0
| | | | SVN-Revision: 15005
* clean up uClibc config handling - use kconfig.pl to split configs similar to ↵Felix Fietkau2009-03-2435-6091/+727
| | | | | | how it's done in the kernel SVN-Revision: 15004
* kconfig.pl: interpret =n as undefined symbolFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15003
* kconfig.pl: add support for custom prefixes instead of CONFIG_Felix Fietkau2009-03-241-5/+18
| | | | SVN-Revision: 15002
* fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlinkFelix Fietkau2009-03-231-1/+1
| | | | SVN-Revision: 15001
* add uclibc 0.9.30.1Felix Fietkau2009-03-234-56/+11
| | | | SVN-Revision: 15000
* fix the path to the build dir for host packagesFelix Fietkau2009-03-231-2/+2
| | | | SVN-Revision: 14998
* fix calling the update target for host-only buildsFelix Fietkau2009-03-231-0/+1
| | | | SVN-Revision: 14997
* fix HOST_QUILT overrideFelix Fietkau2009-03-231-1/+1
| | | | SVN-Revision: 14996
* do not use --owner=root or --group=root when running tar. it does not work ↵Felix Fietkau2009-03-231-1/+1
| | | | | | on systems that name their root group differently SVN-Revision: 14995
* clean up uclibc patch/config version handling a bitFelix Fietkau2009-03-2384-26/+8
| | | | SVN-Revision: 14994
* bump to version 0.6.9. Synced config with upstream version.Hauke Mehrtens2009-03-234-26/+46
| | | | SVN-Revision: 14993
* bump to version 0.6.9. Synced default.config and mini.config with upstream ↵Hauke Mehrtens2009-03-233-44/+66
| | | | | | version. SVN-Revision: 14992
* madwifi: upstream (0.9.4) is not supported on recent kernels, mark it as brokenFelix Fietkau2009-03-231-1/+1
| | | | SVN-Revision: 14991
* madwifi: fix a locking error related to wds (thx, tharvey)Felix Fietkau2009-03-231-6/+6
| | | | SVN-Revision: 14990
* madwifi: add fragmentation fix from #4817Felix Fietkau2009-03-231-0/+10
| | | | SVN-Revision: 14989
* reorganize madwifi patches slightlyFelix Fietkau2009-03-235-100/+54
| | | | SVN-Revision: 14988
* speed up quilt importsFelix Fietkau2009-03-231-32/+5
| | | | SVN-Revision: 14987