mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
RTL8192EU: drop obsolete out-of-tree driver
Replaceealtek RTL8XXXU mainline kernel driver
This commit is contained in:
parent
66041c9456
commit
c4022db981
@ -1,30 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
||||||
|
|
||||||
PKG_NAME="RTL8192EU"
|
|
||||||
PKG_VERSION="e0f967cea1d0037c730246c572f7fef000865ff7"
|
|
||||||
PKG_SHA256="2e11e26fccba644e4e5576948dbc1a5dd3ccd22f89be3d45eaa7c4276b8e766a"
|
|
||||||
PKG_LICENSE="GPL"
|
|
||||||
PKG_SITE="https://github.com/Mange/rtl8192eu-linux-driver"
|
|
||||||
PKG_URL="https://github.com/Mange/rtl8192eu-linux-driver/archive/${PKG_VERSION}.tar.gz"
|
|
||||||
PKG_LONGDESC="Realtek RTL8192EU Linux driver"
|
|
||||||
PKG_IS_KERNEL_PKG="yes"
|
|
||||||
|
|
||||||
pre_make_target() {
|
|
||||||
unset LDFLAGS
|
|
||||||
}
|
|
||||||
|
|
||||||
make_target() {
|
|
||||||
make V=1 \
|
|
||||||
ARCH=${TARGET_KERNEL_ARCH} \
|
|
||||||
KSRC=$(kernel_path) \
|
|
||||||
CROSS_COMPILE=${TARGET_KERNEL_PREFIX} \
|
|
||||||
CONFIG_POWER_SAVING=n \
|
|
||||||
USER_EXTRA_CFLAGS="-Wno-error=date-time"
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
mkdir -p ${INSTALL}/$(get_full_module_dir)/${PKG_NAME}
|
|
||||||
cp *.ko ${INSTALL}/$(get_full_module_dir)/${PKG_NAME}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user