Skip to content

Commit

Permalink
Update diy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 authored May 31, 2022
1 parent 6faf0d6 commit d5be422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/ipq807x/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ svn export --force https://github.com/Boos4721/openwrt/trunk/package/qat package
svn export --force https://github.com/Boos4721/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211

svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/hack-5.15 target/linux/generic/hack-5.15
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/backport-5.15 target/linux/generic/backport-5.15
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/pending-5.15 target/linux/generic/pending-5.15
rm -rf target/linux/ipq807x/!(patches-5.15)
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x target/linux/ipq807x
rm -rf target/linux/ipq807x/{.svn,patches-5.15/.svn}
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x/pending-5.15 target/linux/ipq807x/pending-5.15
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x/patches-5.15 target/linux/ipq807x/patches-5.15

sed -i 's/autocore-arm /my-autocore-arm /' target/linux/ipq807x/Makefile
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += luci-app-turboacc/' target/linux/ipq807x/Makefile
Expand Down

0 comments on commit d5be422

Please sign in to comment.