Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Dec 21, 2024
1 parent 6c97a45 commit 03252d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devices/qualcommax_ipq50xx/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ rm -rf target/linux/qualcommax target/linux/generic package/firmware/ath11k-firm
git_clone_path main https://github.com/georgemoussalem/openwrt-fork target/linux/qualcommax target/linux/generic package/firmware/ath11k-firmware package/firmware/ipq-wifi package/kernel/mac80211 package/kernel/qca-nss-dp package/kernel/qca-ssdk package/boot/uboot-envtools package/network/utils/iwinfo

wget -N https://github.com/georgemoussalem/openwrt-fork/raw/refs/heads/main/include/kernel-6.6 -P include/

git_clone_path master https://github.com/coolsnowwolf/lede mv target/linux/generic/hack-6.6
rm -rf target/linux/generic/hack-6.6/929-Revert-genetlink*
wget -N https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-6.6/613-netfilter_optional_tcp_window_check.patch -P target/linux/generic/pending-6.6/

wget -N https://patch-diff.githubusercontent.com/raw/openwrt/openwrt/pull/16414.patch -P devices/common/patches/
2 changes: 2 additions & 0 deletions devices/rockchip_armv8/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ wget -N https://github.com/coolsnowwolf/lede/raw/refs/heads/master/include/trust

sed -i "/KernelPackage,ptp/d" package/kernel/linux/modules/other.mk

wget -N https://patch-diff.githubusercontent.com/raw/openwrt/openwrt/pull/16414.patch -P devices/common/patches/

#sed -i -e "s/configs\/dilusense-\(.*-.*_defconfig\)/configs\/\1/" \
# -e "s/configs\/sharevdi-\(.*-.*_defconfig\)/configs\/\1/" \
# -e "s/configs\/rongpin-\(.*-.*_defconfig\)/configs\/\1/" \
Expand Down

0 comments on commit 03252d0

Please sign in to comment.