diff --git a/package/rtl8188eu/Config.in b/package/rtl8188eu/Config.in index 76d9085297..5acef3cd32 100644 --- a/package/rtl8188eu/Config.in +++ b/package/rtl8188eu/Config.in @@ -4,17 +4,8 @@ config BR2_PACKAGE_RTL8188EU depends on BR2_LINUX_KERNEL help A standalone driver for the RTL8188EU USB Wi-Fi adapter. - This is needed only for Linux kernels before 3.12. - Since 3.12, there is a (staging) driver in mainline, with a - similar codebase. - Make sure your target kernel has the CONFIG_WIRELESS_EXT - config option enabled. - - Note: this package needs a firmware loading mechanism to load - the binary blob for the chip to work. - - https://github.com/lwfinger/rtl8188eu + https://github.com/benetti-engineering-sas/rtl8188eu comment "rtl8188eu needs a Linux kernel to be built" depends on !BR2_s390x diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk index eca0fb8007..98ee757425 100644 --- a/package/rtl8188eu/rtl8188eu.mk +++ b/package/rtl8188eu/rtl8188eu.mk @@ -5,7 +5,7 @@ ################################################################################ RTL8188EU_VERSION = f42fc9c45d2086c415dce70d3018031b54a7beef -RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION)) +RTL8188EU_SITE = $(call github,benetti-engineering-sas,rtl8188eu,$(RTL8188EU_VERSION)) RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob) RTL8188EU_LICENSE_FILES = COPYING RTL8188EU_MODULE_MAKE_OPTS = CONFIG_RTL8188EU=m