Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert back to 2.6.32.9 for backfire | Florian Fainelli | 2010-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 20410 | ||||
* | fix typo in gspa sn9c20x autoload line, patch from Chris Li | Florian Fainelli | 2010-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 20409 | ||||
* | adds support to build uboot for arv452 | John Crispin | 2010-03-24 | 4 | -12/+49 |
| | | | | SVN-Revision: 20408 | ||||
* | typo | John Crispin | 2010-03-24 | 1 | -5/+5 |
| | | | | SVN-Revision: 20403 | ||||
* | adds support for airties wav-281/arcor a800/arcaydian arv452 | John Crispin | 2010-03-24 | 1 | -0/+79 |
| | | | | SVN-Revision: 20402 | ||||
* | meta partition should not span brn-boot sector | John Crispin | 2010-03-24 | 1 | -4/+5 |
| | | | | SVN-Revision: 20401 | ||||
* | add phylib support to ethernet driver | John Crispin | 2010-03-24 | 1 | -10/+111 |
| | | | | SVN-Revision: 20400 | ||||
* | When enabling MFP, hostapd will read assoc_sa_query_max_timeout and ↵ | Travis Kemen | 2010-03-24 | 1 | -0/+8 |
| | | | | | | | | assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20397 | ||||
* | Enable management frame protection in hostapd, and make it configurable in ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+9 |
| | | | | | | | | /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20396 | ||||
* | Enable management frame protection in wpa_supplicant, and make it ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+11 |
| | | | | | | | | configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20395 | ||||
* | Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one ↵ | Travis Kemen | 2010-03-24 | 1 | -10/+5 |
| | | | | | | | | to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20394 | ||||
* | base-files: remove redundant "Press " when writing enter failsafe message | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+0 |
| | | | | SVN-Revision: 20393 | ||||
* | base-files: make press key message more explicit in preinit | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 20392 | ||||
* | block-extroot: make overlay mount check more explicit, it wrongly detected ↵ | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | | | /tmp/overlay as successful overlay mount SVN-Revision: 20390 | ||||
* | kernel: fix xen-fbdev description This patch fixes the description for ↵ | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | | | | | KernelPackage xen-fbdev caused by a typo in xen.mk. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20389 | ||||
* | generic-2.6: fix r20386 (thanks nico), update missing symbols on ↵ | Alexandros C. Couloumbis | 2010-03-23 | 3 | -2/+4 |
| | | | | | | config-2.6.32 too SVN-Revision: 20388 | ||||
* | linux-atm: fix compilation of 'qgen' host tool | Nicolas Thill | 2010-03-23 | 1 | -5/+4 |
| | | | | SVN-Revision: 20387 | ||||
* | generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes) | Alexandros C. Couloumbis | 2010-03-23 | 1 | -0/+2 |
| | | | | SVN-Revision: 20386 | ||||
* | also generate images for AG1A, thanks obinou | Florian Fainelli | 2010-03-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 20385 | ||||
* | uClibc: fix free-after-use bug in __dns_lookup (closes #6886) | Gabor Juhos | 2010-03-23 | 3 | -0/+135 |
| | | | | SVN-Revision: 20384 | ||||
* | bump to the lastest git commit | Travis Kemen | 2010-03-23 | 3 | -438/+6 |
| | | | | SVN-Revision: 20378 | ||||
* | the svn fallback code added in r20322 is evaluated with each make invocation ↵ | Jo-Philipp Wich | 2010-03-23 | 1 | -7/+3 |
| | | | | | | and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version SVN-Revision: 20377 | ||||
* | sound jz4740_pcm: Set dma channel to NULL after it has been freed, because ↵ | Lars-Peter Clausen | 2010-03-22 | 1 | -1/+3 |
| | | | | | | hw_free can be called multiple times aswell. SVN-Revision: 20373 | ||||
* | sound jz4740_pcm: Don't request dma channel mor then once. | Lars-Peter Clausen | 2010-03-22 | 1 | -4/+5 |
| | | | | | | | | | It is possible that the hw_params callback is called multiple times when using the oss emulation layer. Thus we need to check whether the dma channel has already been requested otherwise we'll end up with all dma channels being requested by sound driver. SVN-Revision: 20369 | ||||
* | hostap-driver: fix a typo (thanks acinonyx) | Alexandros C. Couloumbis | 2010-03-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 20367 | ||||
* | hostap-driver: fix DEPENDS on Makefile | Alexandros C. Couloumbis | 2010-03-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 20366 | ||||
* | hostapd: always strip "11" from hwmode value | Jo-Philipp Wich | 2010-03-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 20363 | ||||
* | kernel: fix some documentation | Hauke Mehrtens | 2010-03-21 | 1 | -20/+72 |
| | | | | SVN-Revision: 20362 | ||||
* | atheros: config-2.6.33, add missing option on commit r20332 | Alexandros C. Couloumbis | 2010-03-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 20360 | ||||
* | ar71xx: use the RB411 setup for the RB411U | Gabor Juhos | 2010-03-21 | 1 | -10/+1 |
| | | | | SVN-Revision: 20359 | ||||
* | ar71xx: change PHY select logic, and update phy_masks | Gabor Juhos | 2010-03-21 | 22 | -78/+37 |
| | | | | SVN-Revision: 20358 | ||||
* | fix path to the orinoco pcmcia driver, thanks hauke | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20357 | ||||
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 16 | -26/+26 |
| | | | | SVN-Revision: 20356 | ||||
* | disable ucitrigger for now, not used, patch from Dave Kooper | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20355 | ||||
* | If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵ | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | | | a spurious "crontabs" symlink into it. Patch fro Stefan Monnier SVN-Revision: 20354 | ||||
* | add pcmcia hermes module, patch from Guillaume Lecerf | Florian Fainelli | 2010-03-21 | 1 | -0/+16 |
| | | | | SVN-Revision: 20353 | ||||
* | fix ethernet driver remove function to use the correct annotation (#6311) | Florian Fainelli | 2010-03-21 | 4 | -8/+8 |
| | | | | SVN-Revision: 20350 | ||||
* | jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely() | Lars-Peter Clausen | 2010-03-21 | 1 | -17/+23 |
| | | | | SVN-Revision: 20349 | ||||
* | kernel: fix some minor error: | Hauke Mehrtens | 2010-03-21 | 1 | -4/+14 |
| | | | | | | | | * module ide-pci-generic is also included if it was build * correct loading queue for kmod-dm * place for mvsas.ko changed in new kernel. SVN-Revision: 20348 | ||||
* | kernel: these modules are already loaded by the scsi-core package | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20347 | ||||
* | kernel: x86 remove dependency on ata-core and scsi-core | Hauke Mehrtens | 2010-03-21 | 2 | -4/+5 |
| | | | | | | | | | The x86 image includes the modules out of ata-core and scsi-core directly in the kernel image. Do not depend on these packages, because they are not build in a x86 image. This fixes #6873 SVN-Revision: 20346 | ||||
* | kernel: load after its dependencies | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20345 | ||||
* | kernel: fix tg3 installation | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | | | libphy is build into the kernel for brcm47xx and not as an extra module. SVN-Revision: 20344 | ||||
* | kernel: include aes-i586 and twofish-i586 into crypto packages for x86 | Hauke Mehrtens | 2010-03-21 | 1 | -1/+7 |
| | | | | SVN-Revision: 20343 | ||||
* | kernel: fix typo | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20342 | ||||
* | kernel: make ISDN build again | Hauke Mehrtens | 2010-03-21 | 1 | -28/+12 |
| | | | | | | | | | In combination with r20339 ISDN will be build again. * Fix syntax problem in kmod-capi * add xfrm_ipcomp to kmod-ipsec SVN-Revision: 20341 | ||||
* | x86: do no overwrite CONFIG_SCSI_LOWLEVEL | Hauke Mehrtens | 2010-03-21 | 3 | -3/+2 |
| | | | | | | | CONFIG_SCSI_LOWLEVEL is needed for some packages. Backport commit r19759 into kernel 2.6.30 SVN-Revision: 20340 | ||||
* | kernel: Add some missing config symbols | Hauke Mehrtens | 2010-03-21 | 5 | -10/+142 |
| | | | | | | | This adds some missing config symbols and opens the menu behind CONFIG_SND_PCI and CONFIG_ISDN. SVN-Revision: 20339 | ||||
* | add register definitions for ebu | John Crispin | 2010-03-21 | 1 | -1/+2 |
| | | | | SVN-Revision: 20338 | ||||
* | atheros: config-2.6.33, PCI: disable common quirks | Alexandros C. Couloumbis | 2010-03-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 20337 |