kernel: remove kernel modules and references to kernels <= 2.6.36
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
This commit is contained in:
@@ -166,7 +166,7 @@ $(eval $(call KernelPackage,xen-netdev))
|
||||
define KernelPackage/xen-pcidev
|
||||
SUBMENU:=$(VIRTUAL_MENU)
|
||||
TITLE:=Xen PCI device frontend
|
||||
DEPENDS:=@TARGET_x86_xen_domu @!LINUX_2_6_30&&!LINUX_2_6_31&&!LINUX_2_6_32&&!LINUX_2_6_36
|
||||
DEPENDS:=@TARGET_x86_xen_domu
|
||||
KCONFIG:=CONFIG_XEN_PCIDEV_FRONTEND
|
||||
FILES:=$(LINUX_DIR)/drivers/xen/platform-pci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,xen-pcifront)
|
||||
|
||||
Reference in New Issue
Block a user