[8/9] xradio: disabled build

Message ID 20230107114701.4075482-9-arne_f@ipfire.org
State Accepted
Commit 1641b6094990e425e4b4b5b05a2cf57309402b37
Headers
Series [1/9] postfix: patch for build with kernel 6.x |

Commit Message

Arne Fitzenreiter Jan. 7, 2023, 11:47 a.m. UTC
  im not sure if i can fix this next days, if not i will remove
the module. It only works on armv6l and is not widespread.
---
 lfs/xradio | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/lfs/xradio b/lfs/xradio
index 84374319e..c34ecd90b 100644
--- a/lfs/xradio
+++ b/lfs/xradio
@@ -35,7 +35,8 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX)
 
-SUP_ARCH   = armv6l
+#SUP_ARCH   = armv6l
+SUP_ARCH   = none
 
 ###############################################################################
 # Top-level Rules