diff --git a/recipes-kernel/xradio/xradio.bb b/recipes-kernel/xradio/xradio.bb index 86032ad..cf329a5 100644 --- a/recipes-kernel/xradio/xradio.bb +++ b/recipes-kernel/xradio/xradio.bb @@ -11,11 +11,10 @@ RDEPENDS:${PN} += "xradio-firmware" COMPATIBLE_MACHINE = "orange-pi-zero" -SRCREV = "279868ac96f6db34b65f68c6722830fa0aacb86b" +SRCREV = "547521df27d1a80fb5542e93fa13bd09fb2259a2" SRC_URI = "\ - git://github.com/dbeinder/xradio.git;protocol=https;branch=karabek_rebase \ - file://0001-Enable-out-of-tree-compilation.patch \ + git://github.com/fifteenhex/xradio.git;protocol=http;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-kernel/xradio/xradio/0001-Enable-out-of-tree-compilation.patch b/recipes-kernel/xradio/xradio/0001-Enable-out-of-tree-compilation.patch deleted file mode 100644 index df95c1d..0000000 --- a/recipes-kernel/xradio/xradio/0001-Enable-out-of-tree-compilation.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 15651d333da5429a1544f0a17d5f02c74f693ad7 Mon Sep 17 00:00:00 2001 -From: Marek Belisko -Date: Thu, 15 Oct 2020 14:45:07 +0200 -Subject: [PATCH] Enable out of tree compilation - -Signed-off-by: Marek Belisko ---- - Makefile | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index 7a0de9a..ee75f0b 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,9 +1,9 @@ - # SPDX-License-Identifier: GPL-2.0-only - - # # Standalone Makefile - uncomment for out-of-tree compilation --# CONFIG_WLAN_VENDOR_XRADIO := m --# ccflags-y += -DCONFIG_XRADIO_USE_EXTENSIONS --# ccflags-y += -DCONFIG_XRADIO_WAPI_SUPPORT -+CONFIG_WLAN_VENDOR_XRADIO := m -+ccflags-y += -DCONFIG_XRADIO_USE_EXTENSIONS -+ccflags-y += -DCONFIG_XRADIO_WAPI_SUPPORT - - # Kernel part - --- -2.7.4 -