Skip to content

Commit

Permalink
disable all kmods build that fail for now
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Apr 15, 2023
1 parent 86f0010 commit 9356c18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- full build
- kmods build
4 changes: 4 additions & 0 deletions openwrt-23.04/steps/07-all_kmods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ if [ ! -e "$ROOTDIR/build" ]; then
exit 1
fi

# disable kmods build for now
exit 0


cd "$ROOTDIR/build"

cd openwrt
Expand Down

0 comments on commit 9356c18

Please # to comment.