mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel: Remove $(KMOD_SUFFIX) usage
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -13,7 +13,7 @@ define KernelPackage/virtio-balloon
|
||||
TITLE:=VirtIO balloon driver
|
||||
DEPENDS:=@TARGET_x86_kvm_guest
|
||||
KCONFIG:=CONFIG_VIRTIO_BALLOON
|
||||
FILES:=$(LINUX_DIR)/drivers/virtio/virtio_balloon.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/virtio/virtio_balloon.ko
|
||||
AUTOLOAD:=$(call AutoLoad,06,virtio-balloon)
|
||||
endef
|
||||
|
||||
@@ -29,7 +29,7 @@ define KernelPackage/virtio-net
|
||||
TITLE:=VirtIO network driver
|
||||
DEPENDS:=@TARGET_x86_kvm_guest
|
||||
KCONFIG:=CONFIG_VIRTIO_NET
|
||||
FILES:=$(LINUX_DIR)/drivers/net/virtio_net.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/virtio_net.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,virtio_net)
|
||||
endef
|
||||
|
||||
@@ -45,7 +45,7 @@ define KernelPackage/virtio-random
|
||||
TITLE:=VirtIO Random Number Generator support
|
||||
DEPENDS:=@TARGET_x86_kvm_guest
|
||||
KCONFIG:=CONFIG_HW_RANDOM_VIRTIO
|
||||
FILES:=$(LINUX_DIR)/drivers/char/hw_random/virtio-rng.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/char/hw_random/virtio-rng.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,virtio-rng)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user