mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
RTL8192DU: drop package
This commit is contained in:
parent
a77242656d
commit
cbac65f16f
@ -1,29 +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="RTL8192DU"
|
|
||||||
PKG_VERSION="b65f87820526cd8835c5cac19fd7e659c84e8215"
|
|
||||||
PKG_SHA256="05b387a9d06df98cf444954818eb81d0d145c42d23f706e95cabfa96052ddf03"
|
|
||||||
PKG_LICENSE="GPL"
|
|
||||||
PKG_SITE="https://github.com/lwfinger/rtl8192du"
|
|
||||||
PKG_URL="https://github.com/lwfinger/rtl8192du/archive/${PKG_VERSION}.tar.gz"
|
|
||||||
PKG_LONGDESC="Realtek RTL8192DU 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
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
mkdir -p ${INSTALL}/$(get_full_module_dir)/${PKG_NAME}
|
|
||||||
cp *.ko ${INSTALL}/$(get_full_module_dir)/${PKG_NAME}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur RTL8192DU-085e206/os_dep/usb_intf.c RTL8192DU-085e206.patch/os_dep/usb_intf.c
|
|
||||||
--- RTL8192DU-085e206/os_dep/usb_intf.c 2014-03-25 15:48:57.000000000 +0100
|
|
||||||
+++ RTL8192DU-085e206.patch/os_dep/usb_intf.c 2014-04-11 09:23:12.097223906 +0200
|
|
||||||
@@ -137,7 +137,7 @@
|
|
||||||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8194)},/* 8192DU-VS */ \
|
|
||||||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8111)},/* Realtek 5G dongle for WiFi Display */ \
|
|
||||||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0193)},/* 8192DE-VAU */ \
|
|
||||||
- {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8171)},/* 8192DU-VC */ \
|
|
||||||
+/* {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8171)}, 8192DU-VC overlaps with in-kernel rtl8192se */ \
|
|
||||||
/*=== Customer ID ===*/ \
|
|
||||||
/****** 8192DU-VC ********/ \
|
|
||||||
{USB_DEVICE(0x2019, 0xAB2C)},/* PCI - Abocm */ \
|
|
@ -1,25 +0,0 @@
|
|||||||
From fb85a57a5cd6241cc8c066c5efc5b43781b0e42d Mon Sep 17 00:00:00 2001
|
|
||||||
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
|
||||||
Date: Wed, 13 Jun 2018 06:43:10 +0100
|
|
||||||
Subject: [PATCH] aarch64/4.4.y: implicit declaration of function
|
|
||||||
'csum_ipv6_magic'
|
|
||||||
|
|
||||||
---
|
|
||||||
core/rtw_br_ext.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c
|
|
||||||
index da9c5e5..19af0fe 100644
|
|
||||||
--- a/core/rtw_br_ext.c
|
|
||||||
+++ b/core/rtw_br_ext.c
|
|
||||||
@@ -51,6 +51,7 @@
|
|
||||||
#include <linux/icmpv6.h>
|
|
||||||
#include <net/ndisc.h>
|
|
||||||
#include <net/checksum.h>
|
|
||||||
+#include <net/ip6_checksum.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
--
|
|
||||||
2.14.1
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user