summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3Felix Fietkau2009-05-221-4/+4
| | | | SVN-Revision: 16004
* use netdev_ops on 2.6.30Gabor Juhos2009-05-221-0/+33
| | | | SVN-Revision: 15998
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵Felix Fietkau2009-05-221-3/+0
| | | | | | but it can lead to crashes SVN-Revision: 15992
* generic-2.6/2.6.30: mini_fo fixesGabor Juhos2009-05-221-0/+122
| | | | SVN-Revision: 15991
* a couple of small fixes in the Wireless documentationFlorian Fainelli2009-05-221-12/+25
| | | | SVN-Revision: 15990
* disable unnecessary PCI quirksGabor Juhos2009-05-222-2/+2
| | | | SVN-Revision: 15986
* generic-2.6: move PCI quirk patch from the adm5120 target into the generic ↵Gabor Juhos2009-05-225-191/+45
| | | | | | patches SVN-Revision: 15985
* allow sta mode to work with psk+aes (#4687)Florian Fainelli2009-05-222-1/+2
| | | | SVN-Revision: 15983
* generic-2.6/2.6.28: refresh patchesGabor Juhos2009-05-222-3/+0
| | | | SVN-Revision: 15982
* generic-2.6/2.6.30: refresh patchesGabor Juhos2009-05-224-7/+7
| | | | SVN-Revision: 15981
* fix UART code for 2.6.30Gabor Juhos2009-05-222-2/+25
| | | | SVN-Revision: 15980
* add experimental support for 2.6.30Gabor Juhos2009-05-2221-0/+1561
| | | | SVN-Revision: 15979
* generic-2.6/2.6.30: nuke unnecessary patchGabor Juhos2009-05-221-11/+0
| | | | SVN-Revision: 15978
* fix crc calculation with the new padding (#5143)Florian Fainelli2009-05-221-1/+1
| | | | SVN-Revision: 15977
* update compat-wireless to 2009-05-21Andy Boyett2009-05-224-26/+59
| | | | SVN-Revision: 15976
* integrate 2.6.28 specific patch into the usb driverGabor Juhos2009-05-225-90/+10
| | | | SVN-Revision: 15975
* sync kernel configGabor Juhos2009-05-212-30/+4
| | | | SVN-Revision: 15971
* brcm-2.4: potential fix for pptp natFelix Fietkau2009-05-211-0/+53
| | | | SVN-Revision: 15970
* usb driver: fix urb_print function definitionGabor Juhos2009-05-211-1/+1
| | | | SVN-Revision: 15965
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
| | | | SVN-Revision: 15964
* fix typos in the PB42 support codeGabor Juhos2009-05-211-2/+2
| | | | SVN-Revision: 15963
* enable lzma for squashfs4 by defaultFelix Fietkau2009-05-211-1/+1
| | | | SVN-Revision: 15962
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
| | | | SVN-Revision: 15961
* generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with ↵Gabor Juhos2009-05-211-1/+1
| | | | | | CONFIG_CRYPTO_ALGAPI2 SVN-Revision: 15960
* brcm47xx: initialize mtd bankwidth to fix problems with DIR-320 and others ↵Felix Fietkau2009-05-211-0/+1
| | | | | | (patch from #4729) SVN-Revision: 15959
* refresh patchesHauke Mehrtens2009-05-2122-332/+277
| | | | SVN-Revision: 15958
* Make patches apply agagin. The deleted parts were two times in the patches.Hauke Mehrtens2009-05-2118-2375/+0
| | | | SVN-Revision: 15957
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-2042-3008/+5084
| | | | SVN-Revision: 15955
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-17/+58
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15954
* Fix device name allocation This patch fixes a bug in madwifi where names for ↵Jo-Philipp Wich2009-05-201-0/+30
| | | | | | wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15950
* Build madwifi with compression capability enabled Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-0/+3
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15949
* Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for ↵Jo-Philipp Wich2009-05-201-3/+3
| | | | | | halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15948
* Fix packet/connection marking when using halfduplex option This fixes an bug ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15947
* Reload modules with parameters specified This patch makes qos-scripts reload ↵Jo-Philipp Wich2009-05-201-2/+11
| | | | | | a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15945
* profiles: madwifi is not supported on 2.4, remove atheros profileAndy Boyett2009-05-201-17/+0
| | | | SVN-Revision: 15944
* build: update svn url from https:// to svn://Andy Boyett2009-05-201-1/+1
| | | | SVN-Revision: 15941
* Detect every atheros device present This patch is for boards with more than ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15940
* change the uClibc-0.9.29 check (#5165)Florian Fainelli2009-05-201-1/+1
| | | | SVN-Revision: 15937
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-206-18/+1566
| | | | SVN-Revision: 15934
* do not overrid CONFIG_BRIDGE (#5163)Florian Fainelli2009-05-201-1/+0
| | | | SVN-Revision: 15933
* use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)Florian Fainelli2009-05-201-1/+6
| | | | SVN-Revision: 15932
* update to new stable 2.6.27.24Florian Fainelli2009-05-203-4/+4
| | | | SVN-Revision: 15931
* generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵Gabor Juhos2009-05-201-13/+24
| | | | | | mips_machine stuff SVN-Revision: 15930
* refresh patchesGabor Juhos2009-05-202-2/+2
| | | | SVN-Revision: 15929
* add experimental support for the Atheros PB44 boardGabor Juhos2009-05-209-0/+94
| | | | SVN-Revision: 15928
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-194-1/+3
| | | | SVN-Revision: 15926
* enable LEDS in kernel configGabor Juhos2009-05-191-1/+1
| | | | SVN-Revision: 15925
* enable PCI supportGabor Juhos2009-05-191-2/+8
| | | | SVN-Revision: 15924
* sync kernel configGabor Juhos2009-05-191-36/+17
| | | | SVN-Revision: 15923
* remove 2.6.29 since there are no remaining users of itFlorian Fainelli2009-05-1993-43950/+0
| | | | SVN-Revision: 15922