|
@@ -4,7 +4,7 @@ shopt -s extglob
|
|
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
|
|
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
|
|
bash $SHELL_FOLDER/../common/kernel_5.15.sh
|
|
bash $SHELL_FOLDER/../common/kernel_5.15.sh
|
|
|
|
|
|
-rm -rf package/boot/uboot-envtools package/firmware/ipq-wifi package/firmware/ath11k* package/qca package/qat target/linux/generic
|
|
|
|
|
|
+rm -rf package/boot/uboot-envtools package/firmware/ipq-wifi package/firmware/ath11k* package/qca package/qat
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/boot/uboot-envtools package/boot/uboot-envtools
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/boot/uboot-envtools package/boot/uboot-envtools
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/firmware/ipq-wifi package/firmware/ipq-wifi
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/firmware/ipq-wifi package/firmware/ipq-wifi
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/firmware/ath11k-board package/firmware/ath11k-board
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/firmware/ath11k-board package/firmware/ath11k-board
|
|
@@ -13,15 +13,11 @@ svn export --force https://github.com/Boos4721/openwrt/trunk/package/qca package
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/qat package/qat
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/qat package/qat
|
|
svn export --force https://github.com/Boos4721/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211
|
|
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 target/linux/generic
|
|
|
|
|
|
+svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/pending-5.15 target/linux/generic/pending-5.15
|
|
|
|
+
|
|
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x target/linux/ipq807x
|
|
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x target/linux/ipq807x
|
|
|
|
|
|
curl -sfL https://raw.githubusercontent.com/Boos4721/openwrt/master/package/kernel/linux/modules/netsupport.mk -o package/kernel/linux/modules/netsupport.mk
|
|
curl -sfL https://raw.githubusercontent.com/Boos4721/openwrt/master/package/kernel/linux/modules/netsupport.mk -o package/kernel/linux/modules/netsupport.mk
|
|
-curl -sfL https://raw.githubusercontent.com/Boos4721/openwrt/master/include/kernel-5.15.mk -o include/kernel-5.15
|
|
|
|
-
|
|
|
|
-kernel_v="$(cat include/kernel-5.15 | grep LINUX_KERNEL_HASH-* | cut -f 2 -d - | cut -f 1 -d ' ')"
|
|
|
|
-echo "KERNEL=${kernel_v}" >> $GITHUB_ENV || true
|
|
|
|
-sed -i "s?targets/%S/.*'?targets/%S/$kernel_v'?" include/feeds.mk
|
|
|
|
|
|
|
|
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += luci-app-turboacc/' target/linux/ipq807x/Makefile
|
|
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += luci-app-turboacc/' target/linux/ipq807x/Makefile
|
|
|
|
|