aboutsummaryrefslogtreecommitdiffstats
path: root/r8125
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-03 09:34:28 +0200
committerDanilo M. <danix@danix.xyz>2026-07-03 09:34:28 +0200
commit8ebde3fe65651d388b5090d9b08070f997dd70bd (patch)
tree2e3ecab1d6580e9166eabcc4f9fafcfa5a28fe67 /r8125
parentc2232ac4572e7b3d6ecc725b19d764876f20ba74 (diff)
downloadmy-slackbuilds-8ebde3fe65651d388b5090d9b08070f997dd70bd.tar.gz
my-slackbuilds-8ebde3fe65651d388b5090d9b08070f997dd70bd.zip
r8125: fix build failure by disabling DASH support
Diffstat (limited to 'r8125')
-rw-r--r--r8125/r8125.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/r8125/r8125.SlackBuild b/r8125/r8125.SlackBuild
index 2dea79c..28417ec 100644
--- a/r8125/r8125.SlackBuild
+++ b/r8125/r8125.SlackBuild
@@ -83,8 +83,11 @@ find -L . \
unset ARCH
cd /lib/modules/$KERNEL/build
+ # Disable DASH: EXTRA_CFLAGS override drops -DENABLE_DASH_SUPPORT but still
+ # builds r8125_dash.o, breaking the build. DASH is out-of-band mgmt, unneeded.
make \
M="$TMP/$PRGNAM-$VERSION/src" \
+ ENABLE_DASH_SUPPORT=n \
EXTRA_CFLAGS="$SLKCFLAGS" \
modules
)