From cbac65f16f6b6ca51ff7d192ae44a651fa0ce141 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 10 Jun 2024 13:01:33 +0000 Subject: [PATCH] RTL8192DU: drop package --- packages/linux-drivers/RTL8192DU/package.mk | 29 ------------------- ...L8192DU-0001-remove_overlapping_pids.patch | 12 -------- .../patches/aarch64/RTL8192DU-0101-PR63.patch | 25 ---------------- 3 files changed, 66 deletions(-) delete mode 100644 packages/linux-drivers/RTL8192DU/package.mk delete mode 100644 packages/linux-drivers/RTL8192DU/patches/RTL8192DU-0001-remove_overlapping_pids.patch delete mode 100644 packages/linux-drivers/RTL8192DU/patches/aarch64/RTL8192DU-0101-PR63.patch diff --git a/packages/linux-drivers/RTL8192DU/package.mk b/packages/linux-drivers/RTL8192DU/package.mk deleted file mode 100644 index f8ca60d5a2..0000000000 --- a/packages/linux-drivers/RTL8192DU/package.mk +++ /dev/null @@ -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} -} diff --git a/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-0001-remove_overlapping_pids.patch b/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-0001-remove_overlapping_pids.patch deleted file mode 100644 index 97a7bf70d7..0000000000 --- a/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-0001-remove_overlapping_pids.patch +++ /dev/null @@ -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 */ \ diff --git a/packages/linux-drivers/RTL8192DU/patches/aarch64/RTL8192DU-0101-PR63.patch b/packages/linux-drivers/RTL8192DU/patches/aarch64/RTL8192DU-0101-PR63.patch deleted file mode 100644 index 0cabd59f81..0000000000 --- a/packages/linux-drivers/RTL8192DU/patches/aarch64/RTL8192DU-0101-PR63.patch +++ /dev/null @@ -1,25 +0,0 @@ -From fb85a57a5cd6241cc8c066c5efc5b43781b0e42d Mon Sep 17 00:00:00 2001 -From: MilhouseVH -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 - #include - #include -+#include - #endif - #endif - --- -2.14.1 -