Skip to content

Commit

Permalink
Update repack-squashfs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony91590 authored May 12, 2024
1 parent e6f6568 commit 9f4b22c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repack-squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ unsquashfs -f -d "$FSDIR" "$IMG"

>&2 echo "patching squashfs..."

sed -i 's/max_power=.*/max_power=30/' "$FSDIR/lib/wifi/qcawificfg80211.sh"

# apply patch from xqrepack repository
find patches -type f -exec bash -c "(cd "$FSDIR" && patch -p1) < {}" \;
find patches -type f -name \*.orig -delete
Expand Down

0 comments on commit 9f4b22c

Please sign in to comment.