summaryrefslogtreecommitdiffstats
path: root/package/rtl8188eu
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-09-16 16:06:08 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-09-27 15:57:23 -0500
commit398a4b85d4374a35f580db998b854261a5a7db74 (patch)
tree9464d1f07b64b6357c08b923e7fb4ba1ff4bf7cd /package/rtl8188eu
parentef2bf42027bd0bce7691bbdf9d2e7e67ef68fa79 (diff)
downloadbuildroot-2019.02-op-build.tar.gz
buildroot-2019.02-op-build.zip
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2019.02-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
Diffstat (limited to 'package/rtl8188eu')
-rw-r--r--package/rtl8188eu/Config.in19
-rw-r--r--package/rtl8188eu/rtl8188eu.hash2
-rw-r--r--package/rtl8188eu/rtl8188eu.mk20
3 files changed, 0 insertions, 41 deletions
diff --git a/package/rtl8188eu/Config.in b/package/rtl8188eu/Config.in
deleted file mode 100644
index 9263802e09..0000000000
--- a/package/rtl8188eu/Config.in
+++ /dev/null
@@ -1,19 +0,0 @@
-config BR2_PACKAGE_RTL8188EU
- bool "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
-
-comment "rtl8188eu needs a Linux kernel to be built"
- depends on !BR2_LINUX_KERNEL
diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash
deleted file mode 100644
index 9ec2ffee89..0000000000
--- a/package/rtl8188eu/rtl8188eu.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed
-sha256 cc872aa0991c044d35abfcc81543bad950c6aae487e37d5a09d1cbf8c4cb3058 rtl8188eu-4b0ecca485b9f11f58670b69aa9f90ecad7da02f.tar.gz
diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
deleted file mode 100644
index f292bba134..0000000000
--- a/package/rtl8188eu/rtl8188eu.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-#
-# rtl8188eu
-#
-################################################################################
-
-RTL8188EU_VERSION = 4b0ecca485b9f11f58670b69aa9f90ecad7da02f
-RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
-RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
-RTL8188EU_LICENSE_FILES = COPYING
-RTL8188EU_MODULE_MAKE_OPTS = CONFIG_RTL8188EU=m
-
-define RTL8188EU_INSTALL_FIRMWARE
- $(INSTALL) -D -m 644 $(@D)/rtl8188eufw.bin \
- $(TARGET_DIR)/lib/firmware/rtlwifi/rtl8188eufw.bin
-endef
-RTL8188EU_POST_INSTALL_TARGET_HOOKS += RTL8188EU_INSTALL_FIRMWARE
-
-$(eval $(kernel-module))
-$(eval $(generic-package))
OpenPOWER on IntegriCloud