mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
pentoo-sources: footgun flag for these who really want to shoot oneself in the foot
This commit is contained in:
parent
110cb85229
commit
fa28fdd8ed
1 changed files with 5 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ DESCRIPTION="Pentoo kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
|
||||||
HOMEPAGE="https://github.com/pentoo/pentoo-overlay/tree/master/sys-kernel/pentoo-sources"
|
HOMEPAGE="https://github.com/pentoo/pentoo-overlay/tree/master/sys-kernel/pentoo-sources"
|
||||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
|
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
IUSE="experimental +lts"
|
IUSE="experimental +lts footgun"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
# default
|
# default
|
||||||
|
|
@ -23,8 +23,10 @@ src_unpack() {
|
||||||
# penpatches
|
# penpatches
|
||||||
eapply -s "${FILESDIR}/4004_zd1211rw-inject+dbi-fix-4.7ish.patch"
|
eapply -s "${FILESDIR}/4004_zd1211rw-inject+dbi-fix-4.7ish.patch"
|
||||||
eapply -s "${FILESDIR}/4400_logo_larry_the_cow.patch"
|
eapply -s "${FILESDIR}/4400_logo_larry_the_cow.patch"
|
||||||
|
if use footgun; then
|
||||||
# https://gitlab.com/kalilinux/packages/linux/-/tree/kali/master/debian/patches/features/all
|
# https://gitlab.com/kalilinux/packages/linux/-/tree/kali/master/debian/patches/features/all
|
||||||
eapply -s "${FILESDIR}/4005_kali-wifi-injection-without-4004.patch"
|
eapply -s "${FILESDIR}/4005_kali-wifi-injection-without-4004.patch"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue