mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
media-video/usbio-drivers: fix KERNELRELEASE handling
This commit is contained in:
@@ -22,6 +22,12 @@ pkg_setup() {
|
|||||||
export KERNELRELEASE=${KV_FULL}
|
export KERNELRELEASE=${KV_FULL}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
sed -i '/^KERNELRELEASE/s#:=#?=#1' Makefile || die
|
||||||
|
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
local modlist=(
|
local modlist=(
|
||||||
usbio=kernel/drivers/misc:::all
|
usbio=kernel/drivers/misc:::all
|
||||||
|
|||||||
Reference in New Issue
Block a user