Update ipx-module build wht new kernel mod gentoo build system
This commit is contained in:
@@ -1 +1 @@
|
||||
EBUILD ipx-modules-9999.ebuild 581 BLAKE2B 093612c89fda62f3c9fac634b61651b89a2d93ecbe04f9a2947f223e8481b7414f60132f5c64b864a234c7ce31941e56807173d78dcac852a2126ec3694e7c4a SHA512 0d5327c5f018fe679c32b86d69cd786c8a232a9b26995131458e1e228202fd0fd2050f5858010734f546dce70f51a7e830309b1160e725f5741a677fa0569aae
|
||||
EBUILD ipx-modules-9999.ebuild 581 BLAKE2B d3b2acd01d7513dd3b89830bc6067cb54a48c25c5f2c06384baa2042233e206975cc8c089120734ea606582b45b99fc85d609dcc33901885d7362c450b1a5799 SHA512 9d89442c1d7bc26e98113cfce194e282cc3abbaad926f1c8eb2986dad3264ad3caae2e7fbb3cb927b74df2d170bc4f4d25d6521e00d2807578f86f7c28ff9b90
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 linux-info linux-mod
|
||||
inherit git-r3 linux-info linux-mod-r1
|
||||
|
||||
DESCRIPTION="IPX kernel module for Linux 4.18+"
|
||||
HOMEPAGE="https://github.com/pasis/ipx/"
|
||||
@@ -13,17 +13,20 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BUILD_TARGETS="build"
|
||||
CONFIG_CHECK="NET"
|
||||
#MODULE_NAMES="ipx(ipx:${S}) p8023(ipx:${S})"
|
||||
MODULE_NAMES="ipx(ipx:${S})"
|
||||
pkg_setup() {
|
||||
linux-mod-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR} M=${S}"
|
||||
local modlist=(
|
||||
ipx=ipx:${S}:${S}:build
|
||||
)
|
||||
|
||||
linux-mod_src_compile
|
||||
KV_EXTRA_MAKE+=" KERNELDIR=${KV_OUT_DIR} M=${S}"
|
||||
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod_src_install
|
||||
linux-mod-r1_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user