summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/virtual.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix xen pci module, partially fixes #11970John Crispin2012-08-051-1/+1
| | | | SVN-Revision: 32996
* create kmod-fb and update xen framebuffer moduleFlorian Fainelli2012-07-241-4/+1
| | | | SVN-Revision: 32805
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-7/+2
| | | | SVN-Revision: 31775
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-1/+1
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* package/kernel: invert dependencies for current kernel featuresJonas Gorski2011-08-091-1/+1
| | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934
* package/kernel: Update version dependencies and kmods for linux 3.0Hauke Mehrtens2011-06-151-1/+1
| | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-1/+1
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* package/kernel: Remove $(KMOD_SUFFIX) usageVasilis Tsiligiannis2011-05-151-3/+3
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900
* kernel: fix path to pcidev driverJo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25670
* kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38Jo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25669
* kernel: fix kmod-xen-evtchn for Linux 2.6.37+Jo-Philipp Wich2011-02-231-2/+23
| | | | SVN-Revision: 25668
* kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules ↵Jo-Philipp Wich2010-09-051-3/+3
| | | | | | | | depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22945
* kernel: add VirtIO device support Add support for VirtIO-based ↵Jo-Philipp Wich2010-09-051-0/+48
| | | | | | | | paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22943
* kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general ↵Jo-Philipp Wich2010-09-051-0/+110
virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22942