From 6c48dadf40793001ec96a4dd0663e917ec5c4792 Mon Sep 17 00:00:00 2001 From: MapleCool <37971849+pmkol@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:49:58 +0800 Subject: [PATCH] OpenWrt 23.05 / Linux Kernel 6.6 LTS --- openwrt/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openwrt/build.sh b/openwrt/build.sh index 08688bb64..4de76aa61 100644 --- a/openwrt/build.sh +++ b/openwrt/build.sh @@ -268,6 +268,12 @@ fi rm -f 0*-*.sh rm -rf ../master +# xfrpc zh_hans +mkdir feeds/luci/applications/luci-app-xfrpc/po/zh_Hans +curl -sO https://raw.githubusercontent.com/pmkol/openwrt_build_script/x86_64/openwrt/zhcn/xfrpc.po +chmod 0664 xfrpc.po +mv xfrpc.po feeds/luci/applications/luci-app-xfrpc/po/zh_Hans/xfrpc.po + # Load devices Config if [ "$platform" = "x86_64" ]; then curl -s https://$mirror/openwrt/23-config-musl-x86 > .config