mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-wireless/rtl8821ce: Same issues as previous commit
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -15,33 +15,10 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
|
|
||||||
DEPEND="virtual/linux-sources"
|
DEPEND="virtual/linux-sources"
|
||||||
|
|
||||||
|
# fix 32bit build
|
||||||
|
PATCHES="${FILESDIR}/32bit.patch"
|
||||||
|
|
||||||
S="${WORKDIR}/rtl8821ce-${COMMIT}"
|
S="${WORKDIR}/rtl8821ce-${COMMIT}"
|
||||||
|
|
||||||
MODULE_NAMES="8821ce(net/wireless)"
|
MODULE_NAMES="8821ce(net/wireless)"
|
||||||
BUILD_TARGETS="all"
|
BUILD_TARGETS="all"
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
cd "${S}"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare(){
|
|
||||||
# fix 32bit build
|
|
||||||
epatch "${FILESDIR}/32bit.patch"
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
linux-mod_pkg_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile(){
|
|
||||||
linux-mod_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
linux-mod_src_install
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
linux-mod_pkg_postinst
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user