aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* base-files: remove redundant "Press " when writing enter failsafe messageJo-Philipp Wich2010-03-231-1/+0
| | | | SVN-Revision: 20393
* base-files: make press key message more explicit in preinitJo-Philipp Wich2010-03-231-1/+1
| | | | SVN-Revision: 20392
* block-extroot: make overlay mount check more explicit, it wrongly detected ↵Jo-Philipp Wich2010-03-231-1/+1
| | | | | | /tmp/overlay as successful overlay mount SVN-Revision: 20390
* kernel: fix xen-fbdev description This patch fixes the description for ↵Jo-Philipp Wich2010-03-231-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. Couloumbis2010-03-233-2/+4
| | | | | | config-2.6.32 too SVN-Revision: 20388
* linux-atm: fix compilation of 'qgen' host toolNicolas Thill2010-03-231-5/+4
| | | | SVN-Revision: 20387
* generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)Alexandros C. Couloumbis2010-03-231-0/+2
| | | | SVN-Revision: 20386
* also generate images for AG1A, thanks obinouFlorian Fainelli2010-03-231-0/+1
| | | | SVN-Revision: 20385
* uClibc: fix free-after-use bug in __dns_lookup (closes #6886)Gabor Juhos2010-03-233-0/+135
| | | | SVN-Revision: 20384
* bump to the lastest git commitTravis Kemen2010-03-233-438/+6
| | | | SVN-Revision: 20378
* the svn fallback code added in r20322 is evaluated with each make invocation ↵Jo-Philipp Wich2010-03-231-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 Clausen2010-03-221-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 Clausen2010-03-221-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. Couloumbis2010-03-221-1/+1
| | | | SVN-Revision: 20367
* hostap-driver: fix DEPENDS on MakefileAlexandros C. Couloumbis2010-03-221-3/+3
| | | | SVN-Revision: 20366
* hostapd: always strip "11" from hwmode valueJo-Philipp Wich2010-03-211-2/+2
| | | | SVN-Revision: 20363
* kernel: fix some documentationHauke Mehrtens2010-03-211-20/+72
| | | | SVN-Revision: 20362
* atheros: config-2.6.33, add missing option on commit r20332Alexandros C. Couloumbis2010-03-211-0/+1
| | | | SVN-Revision: 20360
* ar71xx: use the RB411 setup for the RB411UGabor Juhos2010-03-211-10/+1
| | | | SVN-Revision: 20359
* ar71xx: change PHY select logic, and update phy_masksGabor Juhos2010-03-2122-78/+37
| | | | SVN-Revision: 20358
* fix path to the orinoco pcmcia driver, thanks haukeFlorian Fainelli2010-03-211-1/+1
| | | | SVN-Revision: 20357
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-2116-26/+26
| | | | SVN-Revision: 20356
* disable ucitrigger for now, not used, patch from Dave KooperFlorian Fainelli2010-03-211-1/+1
| | | | SVN-Revision: 20355
* If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵Florian Fainelli2010-03-211-1/+1
| | | | | | a spurious "crontabs" symlink into it. Patch fro Stefan Monnier SVN-Revision: 20354
* add pcmcia hermes module, patch from Guillaume LecerfFlorian Fainelli2010-03-211-0/+16
| | | | SVN-Revision: 20353
* fix ethernet driver remove function to use the correct annotation (#6311)Florian Fainelli2010-03-214-8/+8
| | | | SVN-Revision: 20350
* jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()Lars-Peter Clausen2010-03-211-17/+23
| | | | SVN-Revision: 20349
* kernel: fix some minor error:Hauke Mehrtens2010-03-211-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 packageHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20347
* kernel: x86 remove dependency on ata-core and scsi-coreHauke Mehrtens2010-03-212-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 dependenciesHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20345
* kernel: fix tg3 installationHauke Mehrtens2010-03-211-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 x86Hauke Mehrtens2010-03-211-1/+7
| | | | SVN-Revision: 20343
* kernel: fix typoHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20342
* kernel: make ISDN build againHauke Mehrtens2010-03-211-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_LOWLEVELHauke Mehrtens2010-03-213-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 symbolsHauke Mehrtens2010-03-215-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 ebuJohn Crispin2010-03-211-1/+2
| | | | SVN-Revision: 20338
* atheros: config-2.6.33, PCI: disable common quirksAlexandros C. Couloumbis2010-03-211-0/+1
| | | | SVN-Revision: 20337
* atheros: config-2.6.33, use UP-only small-memory-footprint RCUAlexandros C. Couloumbis2010-03-211-2/+0
| | | | | | (tested on production system, works solid for couple of weeks) SVN-Revision: 20336
* atheros: config-2.6.33, optimize for sizeAlexandros C. Couloumbis2010-03-211-0/+2
| | | | SVN-Revision: 20335
* atheros: config-2.6.33, turn off swap memoryAlexandros C. Couloumbis2010-03-211-0/+1
| | | | SVN-Revision: 20334
* atheros: config-2.6.33, turn off BSD Process AccountingAlexandros C. Couloumbis2010-03-211-0/+1
| | | | SVN-Revision: 20333
* atheros: config-2.6.33, fix CONFIG_CMDLINEAlexandros C. Couloumbis2010-03-211-1/+5
| | | | SVN-Revision: 20332
* hostap-driver: make hostap-pci visible (similarly to r20047)Alexandros C. Couloumbis2010-03-211-1/+1
| | | | SVN-Revision: 20331
* generic-2.6: sync patches to 2.6.34-rc2Alexandros C. Couloumbis2010-03-211-2/+3
| | | | SVN-Revision: 20329
* do not set panic_on_unrecovered_nmi in watchdog, already set in southbridge ↵Florian Fainelli2010-03-201-1/+0
| | | | | | driver, thanks rtz SVN-Revision: 20324
* add more usb-storage modules (#6067)Florian Fainelli2010-03-201-0/+38
| | | | SVN-Revision: 20323
* fix svn download with older svn client versionsFlorian Fainelli2010-03-201-1/+7
| | | | SVN-Revision: 20322
* add missing dependency to kmod-crypto-misc, patch from Benjamin CamaFlorian Fainelli2010-03-201-3/+1
| | | | SVN-Revision: 20312