Skip to content

Commit d5be422

Browse files
authored
Update diy.sh
1 parent 6faf0d6 commit d5be422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devices/ipq807x/diy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ svn export --force https://github.com/Boos4721/openwrt/trunk/package/qat package
1414
svn export --force https://github.com/Boos4721/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211
1515

1616
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/hack-5.15 target/linux/generic/hack-5.15
17-
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/backport-5.15 target/linux/generic/backport-5.15
17+
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/pending-5.15 target/linux/generic/pending-5.15
1818
rm -rf target/linux/ipq807x/!(patches-5.15)
1919
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x target/linux/ipq807x
2020
rm -rf target/linux/ipq807x/{.svn,patches-5.15/.svn}
21-
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x/pending-5.15 target/linux/ipq807x/pending-5.15
21+
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x/patches-5.15 target/linux/ipq807x/patches-5.15
2222

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

0 commit comments

Comments
 (0)