From 708f031cbaee518b0d3ea41dc8afdb7d5a25138e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E9=98=B2=E6=AD=A2=E5=BF=AB=E7=85=A7?= =?UTF-8?q?=E7=89=88=E6=9C=ACopkg=20update=E5=A4=B1=E8=B4=A5=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E8=87=AA=E5=8A=A8=E5=88=87=E6=8D=A2=E6=B8=85=E5=8D=8E?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- files/etc/uci-defaults/zzz-chenmozhijin | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 165d708d..c6bc37a5 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ 3. 自带SmartDNS+AdGuard Home配置(AdGuard Home 默认密码:```password```) 4. 随固件编译几乎全部kmod(无sfe),拒绝kernel版本不兼容(kmod在Releases allkmod.zip中,建议与固件一同下载) 5. 固件自带OpenWrt-K工具支持升级官方源没有的软件包(使用```openwrt-k```命令) -6. 使用清华镜像源加快软件包下载 -7. 提供多种格式固件以应对不同需求 +6. 提供多种格式固件以应对不同需求 ### 内置功能 diff --git a/files/etc/uci-defaults/zzz-chenmozhijin b/files/etc/uci-defaults/zzz-chenmozhijin index cc5de496..0af4a0bd 100755 --- a/files/etc/uci-defaults/zzz-chenmozhijin +++ b/files/etc/uci-defaults/zzz-chenmozhijin @@ -2,7 +2,6 @@ uci set network.lan.ipaddr="192.168.1.1" uci commit network /etc/init.d/network restart -sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf sed -i "/^DISTRIB_DESCRIPTION='/s/'$/ Compiled by 沉默の金'/" /etc/openwrt_release [ -d "/etc/init.d" ] && chmod +x /etc/init.d/* [ -e "/usr/bin/AdGuardHome/AdGuardHome" ] && chmod 755 /usr/bin/AdGuardHome/AdGuardHome