aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: sort package definitions in other.mkNicolas Thill2010-04-241-353/+357
| | | | SVN-Revision: 21140
* package/kernel: add another round of missing bits from [21137] & [21138] ↵Nicolas Thill2010-04-241-3/+3
| | | | | | (oops again) SVN-Revision: 21139
* package/kernel: add missing bits from [21137] (oops)Nicolas Thill2010-04-241-14/+14
| | | | SVN-Revision: 21138
* package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵Nicolas Thill2010-04-241-7/+7
| | | | | | module names SVN-Revision: 21137
* package/kernel: move PCMCIA modules to their own file & submenuNicolas Thill2010-04-242-82/+90
| | | | SVN-Revision: 21136
* package/kernel: move pcspkr to sound.mkNicolas Thill2010-04-242-17/+16
| | | | SVN-Revision: 21135
* package/kernel: move block2mtd to block.mkNicolas Thill2010-04-242-8/+10
| | | | SVN-Revision: 21134
* package/kernel: sort block package definitionsNicolas Thill2010-04-241-124/+126
| | | | SVN-Revision: 21133
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-245-308/+3
| | | | SVN-Revision: 21132
* package/kernel: allow additional dependencies as arguments to AddDepends macrosNicolas Thill2010-04-241-5/+4
| | | | SVN-Revision: 21128
* package/kernel: set correct submenu entry for NLS packagesNicolas Thill2010-04-241-15/+14
| | | | SVN-Revision: 21127
* package/kernel: sort FS package definitionsNicolas Thill2010-04-241-128/+131
| | | | SVN-Revision: 21126
* package/kernel: move NLS modules to their own file & submenuNicolas Thill2010-04-242-239/+233
| | | | SVN-Revision: 21125
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-249-199/+199
| | | | SVN-Revision: 21124
* package/kernel: load target specific modules .mk files after generic onesNicolas Thill2010-04-241-1/+1
| | | | SVN-Revision: 21123
* package/kernel: use macros for hid & inputNicolas Thill2010-04-244-11/+41
| | | | SVN-Revision: 21120
* fix kmod-nls-base dependency with usb-core (#6753)Alexandros C. Couloumbis2010-04-231-1/+1
| | | | SVN-Revision: 21114
* cleanup Makefiles (#7212)Jo-Philipp Wich2010-04-231-1/+2
| | | | SVN-Revision: 21107
* kernel: package cypress m8 usb-to-serial module (#7210)Jo-Philipp Wich2010-04-231-0/+18
| | | | SVN-Revision: 21104
* package/kernel: use macros for kmod-rfkill dependsNicolas Thill2010-04-233-4/+15
| | | | SVN-Revision: 21102
* package/kernel: introduce a new file that will be sourced first and holding ↵Nicolas Thill2010-04-234-3/+22
| | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101
* gigaset: build gigaset with isdn4linux supportHauke Mehrtens2010-04-181-1/+2
| | | | SVN-Revision: 20997
* package/modules: package isp116x-hcd driverGabor Juhos2010-04-161-1/+19
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20934
* - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 ↵Jo-Philipp Wich2010-04-161-1/+1
| | | | | | available for malta target SVN-Revision: 20923
* package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to ↵Nicolas Thill2010-04-161-1/+2
| | | | | | kmod-bluetooth (closes: #7063) SVN-Revision: 20913
* package/kernel: remove references to old TARGET_olpc now that it has been ↵Nicolas Thill2010-04-161-2/+2
| | | | | | merged with TARGET_x86 SVN-Revision: 20905
* package/kernel: add dependency on kmod-input-core to kmod-sound-core ↵Nicolas Thill2010-04-161-1/+1
| | | | | | (closes: #7140) SVN-Revision: 20901
* package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 ↵Nicolas Thill2010-04-161-16/+32
| | | | | | & kmod-ipsec6 (partially closes: #7164) SVN-Revision: 20893
* add kmod-ata-pdc202xx-old (#6950)Florian Fainelli2010-04-111-0/+19
| | | | SVN-Revision: 20808
* fix kmod-crc16 loading (#6949)Florian Fainelli2010-04-111-1/+1
| | | | SVN-Revision: 20807
* add net5501 supportFlorian Fainelli2010-04-111-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 20794
* netfilter: fix extension list in package descriptions (closes: #7045)Nicolas Thill2010-04-041-93/+44
| | | | SVN-Revision: 20694
* kernel: move support for generic IDE chipsets out of ide-core in their own ↵Nicolas Thill2010-04-031-23/+47
| | | | | | packages, fix ixp4xx build issue (closes: #6939) SVN-Revision: 20664
* kernel: fix dependencies for x86 targetHauke Mehrtens2010-03-292-10/+10
| | | | | | | | | kmod-hid and kmod-input-core are directly build into the kernel for the x86 target. No package on x86 should depend on it. This fixes #6963 SVN-Revision: 20590
* ps3: move ps3lan kmod under target/linux/ps3Nicolas Thill2010-03-281-16/+0
| | | | SVN-Revision: 20533
* Create kernel module for PS3 networkingHamish Guthrie2010-03-261-0/+16
| | | | SVN-Revision: 20447
* kernel: move yenta_socket to kmod-pcmcia-core on 2.4, mark kmod-pcmcia-yenta ↵Nicolas Thill2010-03-261-16/+5
| | | | | | as 2.6 only, move CONFIG_PCCARD_NONSTATIC from kmod-pcmcia-core to kmod-pcmcia-yenta KCONFIG SVN-Revision: 20436
* kernel: fix kmod-crypto-misc on 2.4Nicolas Thill2010-03-251-2/+2
| | | | SVN-Revision: 20413
* fix typo in gspa sn9c20x autoload line, patch from Chris LiFlorian Fainelli2010-03-241-1/+1
| | | | SVN-Revision: 20409
* 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
* kernel: fix some documentationHauke Mehrtens2010-03-211-20/+72
| | | | SVN-Revision: 20362
* fix path to the orinoco pcmcia driver, thanks haukeFlorian Fainelli2010-03-211-1/+1
| | | | SVN-Revision: 20357
* add pcmcia hermes module, patch from Guillaume LecerfFlorian Fainelli2010-03-211-0/+16
| | | | SVN-Revision: 20353
* 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