summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* 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
* upgrade to uci 0.7.4 - fixes a file locking bug, thx CyrusFelix Fietkau2009-03-241-2/+2
| | | | SVN-Revision: 15021
* update compat-wireless to 2009-03-24Hauke Mehrtens2009-03-243-13/+19
| | | | SVN-Revision: 15019
* 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 uclibc 0.9.30.1Felix Fietkau2009-03-231-0/+4
| | | | SVN-Revision: 15000
* 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
* busybox: fix spurious rebuild issueFelix Fietkau2009-03-221-4/+6
| | | | SVN-Revision: 14975
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamFelix Fietkau2009-03-221-0/+281
| | | | SVN-Revision: 14967
* b43legacy: Fix compilation.Michael Büsch2009-03-201-5/+7
| | | | | | We must enable DMA and disable PIO (PIO is not usable anyway). SVN-Revision: 14954
* b43: Mask the PHY TX error interrupt for now.Michael Büsch2009-03-191-0/+26
| | | | SVN-Revision: 14951
* Add ps3vram kernel moduleHamish Guthrie2009-03-191-0/+15
| | | | SVN-Revision: 14950
* activate CONFIG_SND_PCM_OSS and CONFIG_SND_MIXER_OSS in kmod-sound-core. ↵Hauke Mehrtens2009-03-191-5/+7
| | | | | | These symbols are not set at an other place. SVN-Revision: 14947
* Update compat-wireless to 2009-03-18Hauke Mehrtens2009-03-1822-1456/+1424
| | | | | | | | | | Removing of include/net/ieee80211_radiotap.h is not needed, because it is only used by this compat-wireless. There are changes in that file and compat-wireless needs the newest version. Some more symbols are deactivated in the default config file, this will make building faster. The rt2800pci patches are up to date now. SVN-Revision: 14946
* Updated iw to 0.9.10. Thanks to quentinHauke Mehrtens2009-03-181-2/+2
| | | | SVN-Revision: 14943
* Updated regulatory.bin to 2009.03.09. Thanks to quentinHauke Mehrtens2009-03-181-2/+2
| | | | SVN-Revision: 14942
* Allow running without "logger" installedMichael Büsch2009-03-181-1/+4
| | | | SVN-Revision: 14938
* Support configurations without syslogd/klogd.Michael Büsch2009-03-181-2/+2
| | | | SVN-Revision: 14937
* NET_CLS_ACT can no longer be built as module in newer kernels, force it to =yFelix Fietkau2009-03-171-1/+1
| | | | SVN-Revision: 14935
* get rid of the ncurses host build - the only reason why it was necessary in ↵Felix Fietkau2009-03-171-20/+1
| | | | | | the first place was because of misuse of the BUILD_CC variable override. SVN-Revision: 14934
* b43: More non-PCI fixesMichael Büsch2009-03-172-5/+38
| | | | SVN-Revision: 14933
* b43: Fix for non-PCI buildsMichael Büsch2009-03-172-11/+24
| | | | SVN-Revision: 14932
* b43-fwsquash: Fix dependency definitionsMichael Büsch2009-03-171-4/+2
| | | | SVN-Revision: 14930
* b43: Add support for removing unnecessary firmware files to reduce the image ↵Michael Büsch2009-03-173-0/+148
| | | | | | size. SVN-Revision: 14929
* ncurses: make sure the timestamp of copied host utils is current, so that it ↵Felix Fietkau2009-03-171-0/+3
| | | | | | doesn't fall back to attempting to use cross-compiled ones SVN-Revision: 14912
* clean up ncurses makefile based on new host build changesFelix Fietkau2009-03-171-85/+30
| | | | SVN-Revision: 14911
* move host build in packages into a separate namespace: ↵Felix Fietkau2009-03-171-0/+2
| | | | | | package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905
* Added target architecture name for ps3Hamish Guthrie2009-03-161-0/+1
| | | | SVN-Revision: 14899
* fix double g typoFlorian Fainelli2009-03-151-1/+1
| | | | SVN-Revision: 14887
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-156-7/+7
| | | | SVN-Revision: 14882
* fix typo in spidev_test categoryFlorian Fainelli2009-03-151-1/+1
| | | | SVN-Revision: 14880
* mac80211: update compat-wireless to 2009-03-13Gabor Juhos2009-03-141-2/+2
| | | | SVN-Revision: 14871
* Update the ps3-utils package from 2.2.0 to 2.3.Geoff Levand2009-03-121-4/+8
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14854
* mac80211: update compat-wireless to 2009-03-09Gabor Juhos2009-03-104-90/+23
| | | | SVN-Revision: 14831
* make robocfg work on brcm63xx as well (#4599)Florian Fainelli2009-03-091-35/+83
| | | | SVN-Revision: 14826
* allow kmod-switch to be used on brcm63xx (#4599)Florian Fainelli2009-03-093-4/+14
| | | | SVN-Revision: 14825
* fix p54usb firmware md5sum (#4759)Florian Fainelli2009-03-091-1/+1
| | | | SVN-Revision: 14821