diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-05 23:55:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-07 23:45:02 +0200 |
commit | 05eb2e24e27e4b7bd068d904f85e7b9e7349bba7 (patch) | |
tree | aa948bab050967aa44a3f5968bad81c323ffd208 | |
parent | ac19e6a014a71e9264e12c5534b816d388ae17d7 (diff) | |
download | buildroot-05eb2e24e27e4b7bd068d904f85e7b9e7349bba7.tar.gz buildroot-05eb2e24e27e4b7bd068d904f85e7b9e7349bba7.zip |
package/rtl8188eu: bump version, add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rtl8188eu/rtl8188eu.hash | 2 | ||||
-rw-r--r-- | package/rtl8188eu/rtl8188eu.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash new file mode 100644 index 0000000000..6f68f44259 --- /dev/null +++ b/package/rtl8188eu/rtl8188eu.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 9f16fab009bd7bc9e377cf7dcdf82be1b60e7f88e27f2833eea5b422d104e3fe rtl8188eu-ced2b64a1139dcaf86947e3a9f7617dffbd64239.tar.gz diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk index d1034c4ccf..5da6bf35dc 100644 --- a/package/rtl8188eu/rtl8188eu.mk +++ b/package/rtl8188eu/rtl8188eu.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTL8188EU_VERSION = 3091828c8f4b4a01cbec6025128bf77e6e7b9f97 +RTL8188EU_VERSION = ced2b64a1139dcaf86947e3a9f7617dffbd64239 RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION)) RTL8188EU_LICENSE = GPLv2, proprietary (rtl8188eufw.bin firmware blob) RTL8188EU_LICENSE_FILES = COPYING |