Skip to content

Commit

Permalink
OpenWrt 23.05 / Linux Kernel 6.6 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol committed Apr 21, 2024
1 parent bbfbc3c commit 6c48dad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openwrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c48dad

Please sign in to comment.