Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jul 28, 2022
1 parent 574092b commit b98bf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/common/kernel_5.15.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

rm -rf target/linux package/kernel package/boot package/firmware/linux-firmware include/{kernel-*,netfilter.mk}
latest="$(curl -sfL https://github.com/openwrt/openwrt/commits/master/include | grep -o 'href=".*>kernel: bump 5.15' | head -1 | cut -d / -f 5 | cut -d '"' -f 1)"
latest=""
mkdir new; cp -rf .git new/.git
cd new
[ "$latest" ] && git reset --hard $latest || git reset --hard origin/master
Expand Down

0 comments on commit b98bf10

Please sign in to comment.