2022-11-19 21:49:12 +01:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
inherit git-r3 linux-info linux-mod
|
|
|
|
|
|
|
|
DESCRIPTION="IPX kernel module for Linux 4.18+"
|
|
|
|
HOMEPAGE="https://github.com/pasis/ipx/"
|
|
|
|
EGIT_REPO_URI="https://github.com/pasis/ipx.git"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
BUILD_TARGETS="build"
|
|
|
|
CONFIG_CHECK="NET"
|
2023-11-28 14:02:18 +01:00
|
|
|
#MODULE_NAMES="ipx(ipx:${S}) p8023(ipx:${S})"
|
|
|
|
MODULE_NAMES="ipx(ipx:${S})"
|
2022-11-19 21:49:12 +01:00
|
|
|
|
|
|
|
src_compile() {
|
|
|
|
BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR} M=${S}"
|
|
|
|
|
|
|
|
linux-mod_src_compile
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
linux-mod_src_install
|
|
|
|
}
|