From d5be422623b4f032428900274411251bfb848bab Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Tue, 31 May 2022 16:58:00 +0800 Subject: [PATCH] Update diy.sh --- devices/ipq807x/diy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/ipq807x/diy.sh b/devices/ipq807x/diy.sh index 7edc26ec3425..3a025e871992 100644 --- a/devices/ipq807x/diy.sh +++ b/devices/ipq807x/diy.sh @@ -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