Skip to content

Commit

Permalink
Cleaning and adjusting
Browse files Browse the repository at this point in the history
  • Loading branch information
lwb1978 committed Dec 15, 2024
1 parent 1de801f commit 4fe8641
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makecfg-r68s-im.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
REPO_URL: https://github.com/immortalwrt/immortalwrt.git
REPO_BRANCH: openwrt-24.10
REPO_BRANCH: master
DEVICE_NAME: R68s-Im
FILES: immortalwrt/files
FEEDS_CONF: immortalwrt/feeds.conf.default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makecfg-x86-im.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
REPO_URL: https://github.com/immortalwrt/immortalwrt
REPO_BRANCH: openwrt-24.10
REPO_BRANCH: master
DEVICE_NAME: X86-Im
FILES: immortalwrt/files
FEEDS_CONF: immortalwrt/feeds.conf.default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-r68s-im.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
REPO_URL: https://github.com/immortalwrt/immortalwrt.git
REPO_BRANCH: openwrt-24.10
REPO_BRANCH: master
DEVICE_NAME: R68s-Im
FILES: immortalwrt/files
FEEDS_CONF: immortalwrt/feeds.conf.default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-x86-im.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
REPO_URL: https://github.com/immortalwrt/immortalwrt.git
REPO_BRANCH: openwrt-24.10
REPO_BRANCH: master
DEVICE_NAME: X86-Im
FILES: immortalwrt/files
FEEDS_CONF: immortalwrt/feeds.conf.default
Expand Down
10 changes: 2 additions & 8 deletions immortalwrt/diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ rm -rf feeds/packages/net/udpxy/Makefile
cp -rf ${GITHUB_WORKSPACE}/patch/udpxy/Makefile feeds/packages/net/udpxy/
# 修改 udpxy 菜单名称为大写
sed -i 's#\"title\": \"udpxy\"#\"title\": \"UDPXY\"#g' feeds/luci/applications/luci-app-udpxy/root/usr/share/luci/menu.d/luci-app-udpxy.json
# 修复 immortalwrt udpxy luci 汉化错误
# rm -rf feeds/luci/applications/luci-app-udpxy/po
# cp -rf ${GITHUB_WORKSPACE}/patch/luci-app-udpxy/po feeds/luci/applications/luci-app-udpxy/po

# lukcy大吉
git clone https://github.com/sirpdboy/luci-app-lucky package/lucky-packages
Expand All @@ -78,8 +75,8 @@ merge_package openwrt-24.10 https://github.com/sbwml/luci-theme-argon feeds/luci
# git clone --depth=1 -b js https://github.com/lwb1978/luci-theme-kucat package/luci-theme-kucat

# unzip
#rm -rf feeds/packages/utils/unzip
#git clone https://github.com/sbwml/feeds_packages_utils_unzip feeds/packages/utils/unzip
rm -rf feeds/packages/utils/unzip
git clone https://github.com/sbwml/feeds_packages_utils_unzip feeds/packages/utils/unzip

# golang 1.23
rm -rf feeds/packages/lang/golang
Expand Down Expand Up @@ -174,9 +171,6 @@ pushd feeds/packages
}
popd

# 修复编译时提示 freeswitch 缺少 libpcre 依赖
#sed -i 's/+libpcre \\$/+libpcre2 \\/g' package/feeds/telephony/freeswitch/Makefile

# 修正部分从第三方仓库拉取的软件 Makefile 路径问题
find package/*/ -maxdepth 2 -path "*/Makefile" | xargs -i sed -i 's/..\/..\/luci.mk/$(TOPDIR)\/feeds\/luci\/luci.mk/g' {}
find package/*/ -maxdepth 2 -path "*/Makefile" | xargs -i sed -i 's/..\/..\/lang\/golang\/golang-package.mk/$(TOPDIR)\/feeds\/packages\/lang\/golang\/golang-package.mk/g' {}
Expand Down
1 change: 1 addition & 0 deletions immortalwrt/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24.10-SNAPSHOT
76 changes: 0 additions & 76 deletions patch/luci-app-udpxy/po/zh_Hans/udpxy.po

This file was deleted.

0 comments on commit 4fe8641

Please sign in to comment.