mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52: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}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/^KERNELRELEASE/s#:=#?=#1' Makefile || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local modlist=(
|
||||
usbio=kernel/drivers/misc:::all
|
||||
|
||||
Reference in New Issue
Block a user