summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* update netfilter packages description, patch from Edgar SoldinFlorian Fainelli2010-03-201-3/+5
| | | | SVN-Revision: 20311
* add sn9c201 webcam driver, patch from Chris LiFlorian Fainelli2010-03-201-0/+15
| | | | SVN-Revision: 20310
* update compcache to 0.6.2 (#6884)Florian Fainelli2010-03-195-124/+57
| | | | SVN-Revision: 20303
* accept unknown server certificates by default on svn downloadFlorian Fainelli2010-03-191-1/+1
| | | | | | | Some packages sources need to be checked out from server with unknown certificates, silently accept by default in order not to stop builds, thanks rhk. SVN-Revision: 20299
* adds support in uboot for eon flash chipsJohn Crispin2010-03-191-0/+28
| | | | SVN-Revision: 20298
* rework board detectionFlorian Fainelli2010-03-1815-305/+734
| | | | | | | | | Rework board detection, separate board specific code into its own file. As a result we also change the way rdc images are generated. Support for board which required binary tools, like AMIT are dropped. Patch by Bernhard Loos. SVN-Revision: 20294
* fix file creation mode, thanks rtzFlorian Fainelli2010-03-181-1/+1
| | | | SVN-Revision: 20293
* remote-gdb: * use sysroot instead of solib search paths * don't query arch ↵Jo-Philipp Wich2010-03-181-14/+17
| | | | | | if there's only one choice SVN-Revision: 20290
* base-files: show boot state on intramfs imagesGabor Juhos2010-03-181-0/+5
| | | | SVN-Revision: 20289
* ar71xx: check returned value of ioremap in ar71xx_pcibios_setupGabor Juhos2010-03-181-0/+2
| | | | SVN-Revision: 20288
* ar71xx: optimize register access in ar71xx_pci.cGabor Juhos2010-03-181-44/+50
| | | | SVN-Revision: 20287
* ar71xx: optimize register access in irq.cGabor Juhos2010-03-181-23/+46
| | | | SVN-Revision: 20286
* ar71xx: optimize register access in ar724x_pci.cGabor Juhos2010-03-181-37/+36
| | | | SVN-Revision: 20285
* ar71xx: introduce global ar724x_pci_ctrl_base variableGabor Juhos2010-03-181-20/+14
| | | | SVN-Revision: 20284
* ar71xx: add error handling to ar724x_pcibios_initGabor Juhos2010-03-181-2/+13
| | | | SVN-Revision: 20283
* ar71xx: move ar724x_pci_* helpers to ar724x-pci.cGabor Juhos2010-03-182-30/+30
| | | | SVN-Revision: 20282
* ar71xx: move PCI intterupt handling code to pci-ar7{1xx,24x}.cGabor Juhos2010-03-183-163/+149
| | | | SVN-Revision: 20281
* ar71xx: use set_irq_chained_handler for the PCI IRQsGabor Juhos2010-03-181-37/+12
| | | | SVN-Revision: 20280
* ar71xx: merge AR71XX_IRQ_CPU_{PCI,WMAC} into AR71XX_IRQ_CPU_IP2Gabor Juhos2010-03-183-7/+6
| | | | SVN-Revision: 20279
* ar71xx: remove unnecessary includes from setup.cGabor Juhos2010-03-181-2/+0
| | | | SVN-Revision: 20278
* ar71xx: fix ar724x_pci_wr{,_nf} helpersGabor Juhos2010-03-181-0/+2
| | | | SVN-Revision: 20277
* fix limitTravis Kemen2010-03-181-1/+1
| | | | SVN-Revision: 20275
* do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadableMirko Vogt2010-03-181-1/+0
| | | | SVN-Revision: 20274