package/kernel: Update version dependencies and kmods for linux 3.0
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
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_37||LINUX_2_6_38||LINUX_2_6_39
|
||||
DEPENDS:=@TARGET_x86_xen_domu @LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39||LINUX_3_0
|
||||
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