Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Nov 8, 2024
1 parent c932e42 commit 3dea119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 0 additions & 7 deletions devices/common/.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ CONFIG_LUCI_CSSTIDY=n
CONFIG_SIGNED_PACKAGES=n
CONFIG_SIGNATURE_CHECK=n

CONFIG_USE_LTO=y
CONFIG_USE_MOLD=y

# 设置固件大小:
CONFIG_TARGET_ROOTFS_PARTSIZE=1004

Expand Down Expand Up @@ -83,10 +80,6 @@ CONFIG_PACKAGE_dockerd=m

CONFIG_PACKAGE_wifi-scripts=m


CONFIG_PACKAGE_kmod-sprd_pcie=n
CONFIG_PACKAGE_kmod-drm-nouveau=n

CONFIG_PACKAGE_kmod-pcie_mhi=n

CONFIG_PACKAGE_kmod-rtl8189es=n
Expand Down
5 changes: 1 addition & 4 deletions devices/common/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ sed -i "s/192.168.1/10.0.0/" package/base-files/files/bin/config_generate
wget -N https://raw.githubusercontent.com/coolsnowwolf/lede/master/package/kernel/linux/modules/video.mk -P package/kernel/linux/modules/

git_clone_path master https://github.com/coolsnowwolf/lede target/linux/generic/hack-6.6
rm -rf target/linux/generic/hack-6.6/{410-block-fit-partition-parser.patch,724-net-phy-aquantia*,720-net-phy-add-aqr-phys.patch}
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/

[ -d package/kernel/mt76 ] && {
wget -N https://raw.githubusercontent.com/immortalwrt/immortalwrt/master/package/kernel/mt76/patches/0001-mt76-allow-VHT-rate-on-2.4GHz.patch -P package/kernel/mt76/patches/
}

sed -i "/mediaurlbase/d" package/feeds/*/luci-theme*/root/etc/uci-defaults/*
sed -i 's/=bbr/=cubic/' package/kernel/linux/files/sysctl-tcp-bbr.conf

Expand Down

0 comments on commit 3dea119

Please sign in to comment.