mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[package] kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25669 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|
||||
DEPENDS:=@TARGET_x86_xen_domu @LINUX_2_6_37||LINUX_2_6_38
|
||||
KCONFIG:=CONFIG_XEN_PCIDEV_FRONTEND
|
||||
FILES:=$(LINUX_DIR)/drivers/net/xen-pcifront.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,xen-pcifront)
|
||||
|
||||
Reference in New Issue
Block a user