Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cubatic45 committed Feb 19, 2025
1 parent fabbb26 commit b92674c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 811 deletions.
3 changes: 3 additions & 0 deletions SCRIPTS/01_get_ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sbwfw876_repo="https://github.com/sbwml/openwrt_helloworld"
sbw_pkg_repo="https://github.com/sbwml/openwrt_pkgs"
natmap_repo="https://github.com/blueberry-pie-11/luci-app-natmap"
xwrt_repo="https://github.com/QiuSimons/openwrt-natflow"
amneziawgt_repo="https://github.com/cubatic45/amneziawg-openwrt"

# 开始克隆仓库,并行执行
clone_repo $openwrt_repo $latest_release openwrt &
Expand All @@ -60,6 +61,8 @@ clone_repo $openwrt_pkg_repo master openwrt_pkg_ma &
clone_repo $openwrt_add_repo master OpenWrt-Add &
clone_repo $dockerman_repo master dockerman &
clone_repo $docker_lib_repo master docker_lib &
clone_repo $amneziawgt_repo master amneziawg

# 等待所有后台任务完成
wait

Expand Down
3 changes: 3 additions & 0 deletions SCRIPTS/02_prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ echo > ./feeds/packages/utils/watchcat/files/watchcat.config
# 默认开启 Irqbalance
#sed -i "s/enabled '0'/enabled '1'/g" feeds/packages/utils/irqbalance/files/irqbalance.config

# amneziawg
cp -rf ../amneziawg ./package/amneziawg

### 最后的收尾工作 ###
# Lets Fuck
mkdir -p package/base-files/files/usr/bin
Expand Down
26 changes: 0 additions & 26 deletions SCRIPTS/R2S/02_target_only.sh

This file was deleted.

20 changes: 0 additions & 20 deletions SCRIPTS/R4S/02_target_only.sh

This file was deleted.

256 changes: 0 additions & 256 deletions SEED/R2C/config.seed

This file was deleted.

Loading

0 comments on commit b92674c

Please sign in to comment.