mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-07 12:01:54 +02:00
tyton: change kernel target to upgrade easier
This commit is contained in:
parent
c0131212ed
commit
c5ce3f860e
1 changed files with 7 additions and 1 deletions
|
|
@ -21,7 +21,13 @@ S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
|||
|
||||
MODULE_NAMES="tyton(misc:${S}:${S})"
|
||||
CONFIG_CHECK="NETFILTER_FAMILY_ARP"
|
||||
BUILD_PARAMS="-j1"
|
||||
#BUILD_PARAMS="-j1"
|
||||
|
||||
src_prepare() {
|
||||
#change target from a current to selected kernel
|
||||
sed -i "s#/lib/modules/\$(shell uname -r)#/lib/modules/${KV_FULL}#" Makefile
|
||||
default
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue