Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Oct 13, 2023
1 parent b1defd9 commit 7ffa12c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openwrt-23.05/steps/03_patch_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ fi
# revert to fresh config
cp $BUILDDIR/openwrt-fresh-$OPENWRT_BRANCH/target/linux/generic/config-5.15 target/linux/generic/config-5.15

cat << "EOF" >> target/linux/generic/config-5.15
# CONFIG_BLK_DEV_SX8 is not set
EOF


#cleanup
if [ -e .config ]; then
echo "Cleaning up ..."
Expand Down

0 comments on commit 7ffa12c

Please sign in to comment.