Compare commits
8 Commits
upstream/5
...
kali/5.3.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
627a0f8e2c | ||
|
|
4bd5e85b7b | ||
|
|
1791b22180 | ||
|
|
ce21fa5d6b | ||
|
|
a313c3997a | ||
|
|
3b2b01c647 | ||
|
|
9c36ca92c2 | ||
|
|
ea83a483fa |
15
Makefile
15
Makefile
@@ -154,6 +154,7 @@ CONFIG_PLATFORM_AML_S905 = n
|
|||||||
CONFIG_PLATFORM_ZTE_ZX296716 = n
|
CONFIG_PLATFORM_ZTE_ZX296716 = n
|
||||||
CONFIG_PLATFORM_ARM_ODROIDC2 = n
|
CONFIG_PLATFORM_ARM_ODROIDC2 = n
|
||||||
CONFIG_PLATFORM_PPC = n
|
CONFIG_PLATFORM_PPC = n
|
||||||
|
CONFIG_PLATFORM_PPC64LE = n
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
CONFIG_DRVEXT_MODULE = n
|
CONFIG_DRVEXT_MODULE = n
|
||||||
@@ -1031,8 +1032,7 @@ EXTRA_CFLAGS += -DDM_ODM_SUPPORT_TYPE=0x04
|
|||||||
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||||
SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
|
SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc64le/powerpc/; s/ppc/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")ARCH ?= $(SUBARCH)
|
||||||
ARCH ?= $(SUBARCH)
|
|
||||||
CROSS_COMPILE ?=
|
CROSS_COMPILE ?=
|
||||||
KVER := $(shell uname -r)
|
KVER := $(shell uname -r)
|
||||||
KSRC := /lib/modules/$(KVER)/build
|
KSRC := /lib/modules/$(KVER)/build
|
||||||
@@ -1085,6 +1085,17 @@ MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
|||||||
INSTALL_PREFIX :=
|
INSTALL_PREFIX :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PLATFORM_PPC64LE), y)
|
||||||
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
|
SUBARCH := $(shell uname -m | sed -e s/ppc64le/powerpc/)
|
||||||
|
ARCH ?= $(SUBARCH)
|
||||||
|
CROSS_COMPILE ?=
|
||||||
|
KVER ?= $(shell uname -r)
|
||||||
|
KSRC := /lib/modules/$(KVER)/build
|
||||||
|
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||||
|
INSTALL_PREFIX :=
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PLATFORM_NV_TK1), y)
|
ifeq ($(CONFIG_PLATFORM_NV_TK1), y)
|
||||||
EXTRA_CFLAGS += -DCONFIG_PLATFORM_NV_TK1
|
EXTRA_CFLAGS += -DCONFIG_PLATFORM_NV_TK1
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
|
|||||||
5
debian/README.Debian
vendored
Normal file
5
debian/README.Debian
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
realtek-rtl8188eus-dkms for Debian
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
This package was automatically generated by the DKMS system,
|
||||||
|
for distribution on Debian based operating systems.
|
||||||
19
debian/changelog
vendored
Normal file
19
debian/changelog
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
realtek-rtl8188eus-dkms (5.3.9~git20200710-0kali1) kali-dev; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 5.3.9~20200710
|
||||||
|
|
||||||
|
-- Sophie Brun <sophie@offensive-security.com> Fri, 10 Jul 2020 08:49:51 +0200
|
||||||
|
|
||||||
|
realtek-rtl8188eus-dkms (5.3.9~git20200316-0kali1) kali-dev; urgency=medium
|
||||||
|
|
||||||
|
* Configure git-buildpackage for Kali
|
||||||
|
* Add GitLab's CI configuration file
|
||||||
|
* New upstream version 5.3.9~git20200316
|
||||||
|
|
||||||
|
-- Sophie Brun <sophie@offensive-security.com> Thu, 14 May 2020 11:45:14 +0200
|
||||||
|
|
||||||
|
realtek-rtl8188eus-dkms (5.3.9~20191129-0kali1) kali-dev; urgency=medium
|
||||||
|
|
||||||
|
* Initial release (see 5842)
|
||||||
|
|
||||||
|
-- Sophie Brun <sophie@offensive-security.com> Tue, 17 Dec 2019 17:14:38 +0100
|
||||||
19
debian/control
vendored
Normal file
19
debian/control
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
Source: realtek-rtl8188eus-dkms
|
||||||
|
Section: contrib/kernel
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Kali Developers <devel@kali.org>
|
||||||
|
Uploaders: Sophie Brun <sophie@offensive-security.com>
|
||||||
|
Build-Depends: debhelper-compat (= 12), dkms, dh-exec
|
||||||
|
Standards-Version: 4.4.1
|
||||||
|
Homepage: https://github.com/aircrack-ng/rtl8188eus
|
||||||
|
Vcs-Browser: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms
|
||||||
|
Vcs-Git: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms.git
|
||||||
|
|
||||||
|
Package: realtek-rtl8188eus-dkms
|
||||||
|
Architecture: all
|
||||||
|
Depends: dkms (>= 1.95), ${misc:Depends}
|
||||||
|
Description: Realtek RTL8188EUS driver in DKMS format
|
||||||
|
This package provides the source code for RTL8188EUS Linux driver (with
|
||||||
|
monitor mode and frame injection) to be build with dkms. Kernel sources or
|
||||||
|
headers are required to compile this module.
|
||||||
|
|
||||||
33
debian/copyright
vendored
Normal file
33
debian/copyright
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: realtek-rtl8188eus-dkms
|
||||||
|
Source: https://github.com/aircrack-ng/rtl8188eus
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2007 - 2017 Realtek Corporation.
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: os_dep/linux/rhashtable.*
|
||||||
|
Copyright: 2015 Herbert Xu <herbert@gondor.apana.org.au>
|
||||||
|
2014-2015 Thomas Graf <tgraf@suug.ch>
|
||||||
|
2008-2014 Patrick McHardy <kaber@trash.net>
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2019 Sophie Brun <sophie@offensive-security.com>
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
License: GPL-2
|
||||||
|
This package is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License version 2 as published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
.
|
||||||
|
This package is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||||
10
debian/gbp.conf
vendored
Normal file
10
debian/gbp.conf
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
debian-branch = kali/master
|
||||||
|
debian-tag = kali/%(version)s
|
||||||
|
pristine-tar = True
|
||||||
|
|
||||||
|
[pq]
|
||||||
|
patch-numbers = False
|
||||||
|
|
||||||
|
[dch]
|
||||||
|
multimaint-merge = True
|
||||||
2
debian/kali-ci.yml
vendored
Normal file
2
debian/kali-ci.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
include:
|
||||||
|
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
|
||||||
19
debian/patches/Change-dkms-version.patch
vendored
Normal file
19
debian/patches/Change-dkms-version.patch
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
From: Sophie Brun <sophie@offensive-security.com>
|
||||||
|
Date: Fri, 10 Jul 2020 08:49:31 +0200
|
||||||
|
Subject: Change dkms version
|
||||||
|
|
||||||
|
---
|
||||||
|
dkms.conf | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/dkms.conf b/dkms.conf
|
||||||
|
index 1c14127..85db2c2 100644
|
||||||
|
--- a/dkms.conf
|
||||||
|
+++ b/dkms.conf
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
PACKAGE_NAME="realtek-rtl8188eus"
|
||||||
|
-PACKAGE_VERSION="5.3.9~20200316"
|
||||||
|
+PACKAGE_VERSION="5.3.9~20200710"
|
||||||
|
CLEAN="'make' clean"
|
||||||
|
BUILT_MODULE_NAME[0]=8188eu
|
||||||
|
PROCS_NUM=`nproc`
|
||||||
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Change-dkms-version.patch
|
||||||
1
debian/realtek-rtl8188eus-dkms.docs
vendored
Normal file
1
debian/realtek-rtl8188eus-dkms.docs
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
2
debian/realtek-rtl8188eus-dkms.install
vendored
Executable file
2
debian/realtek-rtl8188eus-dkms.install
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/dh-exec
|
||||||
|
core hal include Kconfig Makefile os_dep platform usr/src/realtek-rtl8188eus-${DEB_VERSION_UPSTREAM}
|
||||||
21
debian/rules
vendored
Executable file
21
debian/rules
vendored
Executable file
@@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
#export DH_VERBOSE = 1
|
||||||
|
|
||||||
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
export DEB_VERSION_UPSTREAM
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with dkms
|
||||||
|
|
||||||
|
override_dh_dkms:
|
||||||
|
dh_dkms -V $(DEB_VERSION_UPSTREAM) -- dkms.conf
|
||||||
|
|
||||||
|
override_dh_fixperms:
|
||||||
|
dh_fixperms
|
||||||
|
find debian/realtek-rtl8188eus-dkms/usr/src -type f -exec chmod -x {} \;
|
||||||
|
|
||||||
|
# Nothing to configure, build or auto-install (all is done after
|
||||||
|
# installation using dkms)
|
||||||
|
override_dh_auto_configure:
|
||||||
|
override_dh_auto_build:
|
||||||
|
override_dh_auto_install:
|
||||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
||||||
4
debian/watch
vendored
Normal file
4
debian/watch
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
version=4
|
||||||
|
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%realtek-rtl8188eus-dkms-$1.tar.gz%" \
|
||||||
|
https://github.com/aircrack-ng/rtl8188eus/tags \
|
||||||
|
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
||||||
Reference in New Issue
Block a user