Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/22.03' into 22.03
Browse files Browse the repository at this point in the history
  • Loading branch information
agassiyzh committed Oct 15, 2022
2 parents dfc1631 + 08bf63e commit 64ec01e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
14 changes: 7 additions & 7 deletions SCRIPTS/02_prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ svn export https://github.com/immortalwrt/packages/trunk/utils/cpulimit feeds/pa
ln -sf ../../../feeds/packages/utils/cpulimit ./package/feeds/packages/cpulimit
# 动态DNS
sed -i '/boot()/,+2d' feeds/packages/net/ddns-scripts/files/etc/init.d/ddns
svn export https://github.com/linkease/istore-packages/trunk/ddns-scripts_dnspod package/lean/ddns-scripts_dnspod
svn export https://github.com/linkease/istore-packages/trunk/ddns-scripts_aliyun package/lean/ddns-scripts_aliyun
svn export https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/ddns-scripts_aliyun feeds/packages/net/ddns-scripts_aliyun
svn export https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/ddns-scripts_dnspod feeds/packages/net/ddns-scripts_dnspod
svn export https://github.com/QiuSimons/OpenWrt_luci-app/trunk/luci-app-tencentddns package/lean/luci-app-tencentddns
svn export https://github.com/kenzok8/openwrt-packages/trunk/luci-app-aliddns feeds/luci/applications/luci-app-aliddns
ln -sf ../../../feeds/luci/applications/luci-app-aliddns ./package/feeds/luci/luci-app-aliddns
Expand Down Expand Up @@ -433,6 +433,7 @@ svn export https://github.com/openwrt/packages/trunk/net/v2raya feeds/packages/n
ln -sf ../../../feeds/packages/net/v2raya ./package/feeds/packages/v2raya
# socat
svn export https://github.com/Lienol/openwrt-package/trunk/luci-app-socat package/new/luci-app-socat
sed -i '/socat\.config/d' feeds/packages/net/socat/Makefile
# 订阅转换
svn export https://github.com/immortalwrt/packages/trunk/net/subconverter feeds/packages/net/subconverter
#wget https://github.com/immortalwrt/packages/raw/b7b4499/net/subconverter/Makefile -O feeds/packages/net/subconverter/Makefile
Expand All @@ -455,7 +456,7 @@ ln -sf ../../../feeds/packages/libs/toml11 ./package/feeds/packages/toml11
# 网易云音乐解锁
git clone -b js --depth 1 https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic.git package/new/UnblockNeteaseMusic
# ucode
svn export https://github.com/openwrt/openwrt/trunk/package/utils/ucode package/utils/ucode
#svn export https://github.com/openwrt/openwrt/trunk/package/utils/ucode package/utils/ucode
# USB 打印机
svn export https://github.com/coolsnowwolf/luci/trunk/applications/luci-app-usb-printer package/lean/luci-app-usb-printer
# UU加速器
Expand All @@ -481,7 +482,7 @@ git clone -b master --depth 1 https://github.com/brvphoenix/luci-app-wrtbwmon.gi
# 迅雷快鸟宽带加速
git clone --depth 1 https://github.com/kiddin9/luci-app-xlnetacc.git package/lean/luci-app-xlnetacc
# Zerotier
svn export https://github.com/immortalwrt/luci/branches/master/applications/luci-app-zerotier feeds/luci/applications/luci-app-zerotier
svn export https://github.com/immortalwrt/luci/trunk/applications/luci-app-zerotier feeds/luci/applications/luci-app-zerotier
#svn export https://github.com/wongsyrone/lede-1/trunk/package/external/luci-app-zerotier feeds/luci/applications/luci-app-zerotier
#svn export https://github.com/immortalwrt/luci/trunk/applications/luci-app-zerotier feeds/luci/applications/luci-app-zerotier
wget -P feeds/luci/applications/luci-app-zerotier/ https://github.com/QiuSimons/OpenWrt-Add/raw/master/move_2_services.sh
Expand All @@ -491,7 +492,7 @@ bash move_2_services.sh
popd
ln -sf ../../../feeds/luci/applications/luci-app-zerotier ./package/feeds/luci/luci-app-zerotier
rm -rf ./feeds/packages/net/zerotier
svn export https://github.com/immortalwrt/packages/branches/master/net/zerotier feeds/packages/net/zerotier
svn export https://github.com/immortalwrt/packages/trunk/net/zerotier feeds/packages/net/zerotier
#sed -i '/Default,one/a\\t$(STAGING_DIR_HOST)/bin/upx --lzma --best $(PKG_BUILD_DIR)/zerotier-one' feeds/packages/net/zerotier/Makefile
#jq
sed -i 's,9625784cf2e4fd9842f1d407681ce4878b5b0dcddbcd31c6135114a30c71e6a8,skip,g' feeds/packages/utils/jq/Makefile
Expand Down Expand Up @@ -558,8 +559,7 @@ CONFIG_NFSD=y
' >>./target/linux/generic/config-5.10
### Shortcut-FE 部分 ###
# Patch Kernel 以支持 Shortcut-FE
#wget -P target/linux/generic/hack-5.10/ https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/hack-5.10/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
wget -P target/linux/generic/hack-5.10/ https://github.com/coolsnowwolf/lede/raw/2b04e06/target/linux/generic/hack-5.10/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
wget -P target/linux/generic/hack-5.10/ https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/hack-5.10/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
# Patch LuCI 以增添 Shortcut-FE 开关
patch -p1 < ../PATCH/firewall/luci-app-firewall_add_sfe_switch.patch
# Shortcut-FE 相关组件
Expand Down
3 changes: 2 additions & 1 deletion SEED/R2C/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y

### BBRv2 ###
#CONFIG_PACKAGE_kmod-tcp-bbr2=y
CONFIG_PACKAGE_kmod-tcp-bbr2=y

### OPENSSL ###
CONFIG_OPENSSL_ENGINE=y
Expand Down Expand Up @@ -189,3 +189,4 @@ CONFIG_DOCKER_STO_EXT4=y
### KMOD ##(opkg got Segmentation fault due to upstream problem)
CONFIG_PACKAGE_kmod-mt76x2=y
CONFIG_PACKAGE_kmod-fs-nfs-common=y
CONFIG_PACKAGE_kmod-sctp=y
3 changes: 2 additions & 1 deletion SEED/R2S/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y

### BBRv2 ###
#CONFIG_PACKAGE_kmod-tcp-bbr2=y
CONFIG_PACKAGE_kmod-tcp-bbr2=y

### OPENSSL ###
CONFIG_OPENSSL_ENGINE=y
Expand Down Expand Up @@ -188,6 +188,7 @@ CONFIG_LIBCURL_OPENSSL=y
### KMOD ##(opkg got Segmentation fault due to upstream problem)
CONFIG_PACKAGE_kmod-mt76x2=y
CONFIG_PACKAGE_kmod-fs-nfs-common=y
CONFIG_PACKAGE_kmod-sctp=y


CONFIG_PACKAGE_luci-app-acme=y
Expand Down
3 changes: 2 additions & 1 deletion SEED/R4S/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y

### BBRv2 ###
#CONFIG_PACKAGE_kmod-tcp-bbr2=y
CONFIG_PACKAGE_kmod-tcp-bbr2=y

### OPENSSL ###
CONFIG_OPENSSL_ENGINE=y
Expand Down Expand Up @@ -189,3 +189,4 @@ CONFIG_DOCKER_STO_EXT4=y
### KMOD ##(opkg got Segmentation fault due to upstream problem)
CONFIG_PACKAGE_kmod-mt76x2=y
CONFIG_PACKAGE_kmod-fs-nfs-common=y
CONFIG_PACKAGE_kmod-sctp=y
3 changes: 2 additions & 1 deletion SEED/X86/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y

### BBRv2 ###
#CONFIG_PACKAGE_kmod-tcp-bbr2=y
CONFIG_PACKAGE_kmod-tcp-bbr2=y

### OPENSSL ###
CONFIG_OPENSSL_ENGINE=y
Expand Down Expand Up @@ -185,3 +185,4 @@ CONFIG_DOCKER_STO_EXT4=y
### KMOD ##(opkg got Segmentation fault due to upstream problem)
CONFIG_PACKAGE_kmod-mt76x2=y
CONFIG_PACKAGE_kmod-fs-nfs-common=y
CONFIG_PACKAGE_kmod-sctp=y

0 comments on commit 64ec01e

Please sign in to comment.