diff --git a/TODO.md b/TODO.md index e2ccc97..67a6e83 100644 --- a/TODO.md +++ b/TODO.md @@ -3,4 +3,5 @@ - re add haproxy (compil ssl problem) - re add adguardhome (custom package with precompiled binary to avoid build node.js) - check video.mk -- full build \ No newline at end of file +- full build +- kmods build \ No newline at end of file diff --git a/openwrt-23.04/steps/07-all_kmods.sh b/openwrt-23.04/steps/07-all_kmods.sh index 79f4ddb..0273666 100755 --- a/openwrt-23.04/steps/07-all_kmods.sh +++ b/openwrt-23.04/steps/07-all_kmods.sh @@ -6,6 +6,10 @@ if [ ! -e "$ROOTDIR/build" ]; then exit 1 fi +# disable kmods build for now +exit 0 + + cd "$ROOTDIR/build" cd openwrt