├── .github ├── ISSUE_TEMPLATE │ ├── Bug_report.md │ └── Feature_request.md └── workflows │ ├── Build-OpenWrtSelfHost.yml │ ├── Build-OpenWrt_Multi-Platform(V5).yml │ ├── Close stale issues and PRs.yml │ ├── Merge-upstream.yml │ ├── Retry_All_Jobs.yml │ ├── Retry_Failure_Jobs.yml │ ├── Update_Checker.yml │ ├── defconfig.yml │ ├── test.yml │ ├── test1.yml │ ├── test_immortalwrt.yml │ ├── test_lean.yml │ ├── test_openwrt.yml │ └── testv4.yml ├── .gitignore ├── LICENSE ├── bash_script ├── Freemem.sh ├── OneKey_DeployXray │ ├── xray_nginx_deploy │ │ └── xray_nginx_deploy.sh │ └── xray_vision_uTLS_REALITY │ │ └── xray_vision_uTLS_REALITY_deploy.sh ├── SelfHostCheck.sh ├── command.sh └── readme.md ├── compile_script ├── main_and_feeds_url.sh ├── matrix_job_status.sh ├── platforms.sh ├── step01_make_defconfig.sh ├── step02_generate_release_tag.sh ├── step03_generate_git_log.sh ├── step04_copy_backgroundfiles.sh ├── step05_build_status_checking.sh ├── step06_update_git_log.sh ├── step07_organize_tag.sh └── update_checker.sh ├── config ├── immortalwrt_config │ ├── R2S.config │ ├── R3S.config │ ├── R4S.config │ ├── R4SE.config │ ├── R5C.config │ ├── R5S.config │ ├── R66S.config │ ├── R68S.config │ ├── R6C.config │ ├── R6S.config │ └── X86.config ├── leanlede_config │ ├── H28K.config │ ├── H29K.config │ ├── H66K.config │ ├── H68K.config │ ├── H69K.config │ ├── R2S.config │ ├── R3S.config │ ├── R4S.config │ ├── R4SE.config │ ├── R5C.config │ ├── R5S.config │ ├── R66S.config │ ├── R68S.config │ ├── R6C.config │ ├── R6S.config │ └── X86.config ├── openwrt_config │ ├── R2S.config │ ├── R3S.config │ ├── R4S.config │ ├── R4SE.config │ ├── R5C.config │ ├── R5S.config │ ├── R6C.config │ ├── R6S.config │ └── X86.config └── seed │ ├── immortalwrt_seed.config │ ├── lean_seed.config │ ├── openwrt_seed.config │ └── seed.md ├── diy_script ├── custom_feeds_and_packages.sh ├── immortalwrt_dependence ├── immortalwrt_diy │ ├── diy-part1.sh │ ├── diy-part2.sh │ └── diy-part3.sh ├── lean_diy │ ├── diy-part1.sh │ ├── diy-part2.sh │ └── diy-part3.sh ├── lede_dependence ├── openwrt_dependence └── openwrt_diy │ ├── diy-part1.sh │ ├── diy-part2.sh │ └── diy-part3.sh ├── docs ├── R1_ESXI8.md ├── README.md ├── README_CN.md └── pic │ ├── R1_ESXI8 │ ├── ESXI8Downlaod.png │ ├── ESXI网络.rp │ ├── OPRelease.png │ ├── banner.png │ ├── esxiinsatll1.png │ ├── esxiinsatll10.png │ ├── esxiinsatll11.png │ ├── esxiinsatll2.png │ ├── esxiinsatll3.png │ ├── esxiinsatll4.png │ ├── esxiinsatll5.png │ ├── esxiinsatll6.png │ ├── esxiinsatll7.png │ ├── esxiinsatll8.png │ ├── esxiinsatll9.png │ ├── esxisetup01.png │ ├── esxisetup02.png │ ├── esxisetup03.png │ ├── esxisetup04.png │ ├── esxisetup05.png │ ├── esxisetup06.png │ ├── esxisetup07.png │ ├── esxisetup08.png │ ├── esxisetup09.png │ ├── esxisetup10.png │ ├── esxisetup10_1.png │ ├── esxisetup11.png │ ├── esxisetup12.png │ ├── esxisetup13.png │ ├── esxisetup14.png │ ├── esxisetup15.png │ ├── esxisetup16.png │ ├── esxisetup17.png │ ├── esxisetup18.png │ ├── esxisetup19.png │ ├── esxisetup20.png │ ├── esxisetup21.png │ ├── esxisetup22.png │ ├── esxisetup23.png │ ├── esxisetup24.png │ ├── esxisetup25.png │ ├── esxisetup26.png │ ├── esxisetup27.png │ ├── esxisetup28.png │ ├── esxisetup29.png │ ├── esxisetup30.png │ ├── esxisetup31.png │ ├── esxisetup32.png │ ├── esxisetup33.png │ ├── esxisetup34.png │ ├── esxisetup35.png │ ├── esxisetup36.png │ ├── esxiupdate1.png │ ├── esxiupdate10.png │ ├── esxiupdate11.png │ ├── esxiupdate2.png │ ├── esxiupdate3.png │ ├── esxiupdate4.png │ ├── esxiupdate5.png │ ├── esxiupdate6.png │ ├── esxiupdate7.png │ ├── esxiupdate8.png │ ├── esxiupdate9.png │ ├── starwind-v2v-converter.png │ └── ventoy.png │ ├── logo │ ├── RaspberryPi.png │ ├── asus.png │ ├── jdcloud.png │ ├── phicomm.png │ ├── rockship.png │ ├── x86.png │ ├── xiaomi.png │ └── xunlei.png │ └── openwrt-logo.jpg ├── git_log ├── custompackages │ ├── log │ ├── luci-app-bandix.log │ ├── luci-theme-aurora.log │ └── openwrt-bandix.log ├── feeds │ ├── helloworld.log │ ├── log │ └── openwrt-passwall.log ├── immortalwrt │ ├── immortalwrt.log │ ├── log │ ├── luci.log │ └── packages.log ├── lede │ ├── lede.log │ ├── log │ └── packages.log └── openwrt │ ├── log │ └── openwrt.log ├── library ├── dns2socks-2.1.zip └── readme.md ├── patches └── readme.md ├── platform_function.sh ├── platform_immortalwrt.sh ├── platform_lean.sh ├── platform_openwrt.sh ├── source ├── WebSite │ ├── web01.zip │ └── web02.zip ├── img │ └── 1.jpg ├── openwrtfile │ └── index.htm └── video │ ├── NetworkWorld1.mp4 │ ├── NetworkWorld2.mp4 │ ├── NetworkWorld3.mp4 │ ├── video1.mp4 │ ├── video2.mp4 │ └── video3.mp4 ├── tmp ├── disable_bash │ └── wsl2op_one.sh ├── disable_config │ ├── immortalwrt │ │ ├── AW1000.config │ │ ├── R2C.config │ │ ├── R2CPLUS.config │ │ ├── R4SENT.config │ │ └── readme.md │ ├── lean │ │ ├── Asus_TUF_AX4200.config │ │ ├── JDCloud_AX6000.config │ │ ├── Phicomm_K3.config │ │ ├── Phicomm_N1.config │ │ ├── R2C.config │ │ ├── R2CPLUS.config │ │ ├── R2SPLUS.config │ │ ├── R_PI_3b.config │ │ ├── R_PI_4b.config │ │ ├── RedMi_AX5.config │ │ ├── Thunder_OneCloud.config │ │ ├── XiaoMi_AX3000T.config │ │ ├── XiaoMi_AX3600.config │ │ ├── XiaoMi_AX6000.config │ │ ├── XiaoMi_AX6S.config │ │ ├── XiaoMi_AX9000.config │ │ └── readme.md │ └── openwrt │ │ ├── AW1000.config │ │ ├── R2C.config │ │ ├── R2CPLUS.config │ │ └── readme.md ├── disable_feeds_config │ ├── immortalwrt.feeds.conf.default │ ├── lean.feeds.conf.default │ └── openwrt.feeds.conf.default ├── disable_workflow │ ├── Build-OpenWrtSelfHost_All.yml │ ├── Build-OpenWrtSelfHost_AllinOne.yml │ ├── Build-OpenWrtSelfHost_Pi4_Model_B.yml │ ├── Build-OpenWrtSelfHost_R2C.yml │ ├── Build-OpenWrtSelfHost_R2S.yml │ ├── Build-OpenWrtSelfHost_R4S.yml │ ├── Build-OpenWrtSelfHost_R5S.yml │ ├── Build-OpenWrtSelfHost_X86.yml │ ├── Build-OpenWrt_Multi-Platform (V2)test1.yml │ ├── Build-OpenWrt_Multi-Platform (V2)test2.yml │ ├── Build-OpenWrt_Multi-Platform (V2)test3.yml │ ├── Build-OpenWrt_Multi-Platform(V2).yml │ ├── Build-OpenWrt_Multi-Platform(V3).yml │ ├── Build-OpenWrt_Multi-Platform.yml │ ├── Build-OpenWrt_Pi4ModelB.yml │ ├── Build-OpenWrt_R2C.yml │ ├── Build-OpenWrt_R2S.yml │ ├── Build-OpenWrt_R4S.yml │ ├── Build-OpenWrt_R5S.yml │ ├── Build-OpenWrt_X86.yml │ ├── issue_closer.yml │ └── testsss.yml └── githubRESTapi └── wsl2op.sh /.github/ISSUE_TEMPLATE/Bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/ISSUE_TEMPLATE/Bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/ISSUE_TEMPLATE/Feature_request.md -------------------------------------------------------------------------------- /.github/workflows/Build-OpenWrtSelfHost.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Build-OpenWrtSelfHost.yml -------------------------------------------------------------------------------- /.github/workflows/Build-OpenWrt_Multi-Platform(V5).yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Build-OpenWrt_Multi-Platform(V5).yml -------------------------------------------------------------------------------- /.github/workflows/Close stale issues and PRs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Close stale issues and PRs.yml -------------------------------------------------------------------------------- /.github/workflows/Merge-upstream.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Merge-upstream.yml -------------------------------------------------------------------------------- /.github/workflows/Retry_All_Jobs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Retry_All_Jobs.yml -------------------------------------------------------------------------------- /.github/workflows/Retry_Failure_Jobs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Retry_Failure_Jobs.yml -------------------------------------------------------------------------------- /.github/workflows/Update_Checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/Update_Checker.yml -------------------------------------------------------------------------------- /.github/workflows/defconfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/defconfig.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.github/workflows/test1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/test1.yml -------------------------------------------------------------------------------- /.github/workflows/test_immortalwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/test_immortalwrt.yml -------------------------------------------------------------------------------- /.github/workflows/test_lean.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/test_lean.yml -------------------------------------------------------------------------------- /.github/workflows/test_openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/test_openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/testv4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.github/workflows/testv4.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/LICENSE -------------------------------------------------------------------------------- /bash_script/Freemem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/bash_script/Freemem.sh -------------------------------------------------------------------------------- /bash_script/OneKey_DeployXray/xray_nginx_deploy/xray_nginx_deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/bash_script/OneKey_DeployXray/xray_nginx_deploy/xray_nginx_deploy.sh -------------------------------------------------------------------------------- /bash_script/OneKey_DeployXray/xray_vision_uTLS_REALITY/xray_vision_uTLS_REALITY_deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/bash_script/OneKey_DeployXray/xray_vision_uTLS_REALITY/xray_vision_uTLS_REALITY_deploy.sh -------------------------------------------------------------------------------- /bash_script/SelfHostCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/bash_script/SelfHostCheck.sh -------------------------------------------------------------------------------- /bash_script/command.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/bash_script/command.sh -------------------------------------------------------------------------------- /bash_script/readme.md: -------------------------------------------------------------------------------- 1 | ## 这里有一些自己写的脚本,干那啥用的 2 | -------------------------------------------------------------------------------- /compile_script/main_and_feeds_url.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/main_and_feeds_url.sh -------------------------------------------------------------------------------- /compile_script/matrix_job_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/matrix_job_status.sh -------------------------------------------------------------------------------- /compile_script/platforms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/platforms.sh -------------------------------------------------------------------------------- /compile_script/step01_make_defconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step01_make_defconfig.sh -------------------------------------------------------------------------------- /compile_script/step02_generate_release_tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step02_generate_release_tag.sh -------------------------------------------------------------------------------- /compile_script/step03_generate_git_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step03_generate_git_log.sh -------------------------------------------------------------------------------- /compile_script/step04_copy_backgroundfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step04_copy_backgroundfiles.sh -------------------------------------------------------------------------------- /compile_script/step05_build_status_checking.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step05_build_status_checking.sh -------------------------------------------------------------------------------- /compile_script/step06_update_git_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step06_update_git_log.sh -------------------------------------------------------------------------------- /compile_script/step07_organize_tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/step07_organize_tag.sh -------------------------------------------------------------------------------- /compile_script/update_checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/compile_script/update_checker.sh -------------------------------------------------------------------------------- /config/immortalwrt_config/R2S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R2S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R3S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R3S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R4S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R4S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R4SE.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R4SE.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R5C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R5C.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R5S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R5S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R66S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R66S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R68S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R68S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R6C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R6C.config -------------------------------------------------------------------------------- /config/immortalwrt_config/R6S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/R6S.config -------------------------------------------------------------------------------- /config/immortalwrt_config/X86.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/immortalwrt_config/X86.config -------------------------------------------------------------------------------- /config/leanlede_config/H28K.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/H28K.config -------------------------------------------------------------------------------- /config/leanlede_config/H29K.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/H29K.config -------------------------------------------------------------------------------- /config/leanlede_config/H66K.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/H66K.config -------------------------------------------------------------------------------- /config/leanlede_config/H68K.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/H68K.config -------------------------------------------------------------------------------- /config/leanlede_config/H69K.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/H69K.config -------------------------------------------------------------------------------- /config/leanlede_config/R2S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R2S.config -------------------------------------------------------------------------------- /config/leanlede_config/R3S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R3S.config -------------------------------------------------------------------------------- /config/leanlede_config/R4S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R4S.config -------------------------------------------------------------------------------- /config/leanlede_config/R4SE.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R4SE.config -------------------------------------------------------------------------------- /config/leanlede_config/R5C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R5C.config -------------------------------------------------------------------------------- /config/leanlede_config/R5S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R5S.config -------------------------------------------------------------------------------- /config/leanlede_config/R66S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R66S.config -------------------------------------------------------------------------------- /config/leanlede_config/R68S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R68S.config -------------------------------------------------------------------------------- /config/leanlede_config/R6C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R6C.config -------------------------------------------------------------------------------- /config/leanlede_config/R6S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/R6S.config -------------------------------------------------------------------------------- /config/leanlede_config/X86.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/leanlede_config/X86.config -------------------------------------------------------------------------------- /config/openwrt_config/R2S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R2S.config -------------------------------------------------------------------------------- /config/openwrt_config/R3S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R3S.config -------------------------------------------------------------------------------- /config/openwrt_config/R4S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R4S.config -------------------------------------------------------------------------------- /config/openwrt_config/R4SE.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R4SE.config -------------------------------------------------------------------------------- /config/openwrt_config/R5C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R5C.config -------------------------------------------------------------------------------- /config/openwrt_config/R5S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R5S.config -------------------------------------------------------------------------------- /config/openwrt_config/R6C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R6C.config -------------------------------------------------------------------------------- /config/openwrt_config/R6S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/R6S.config -------------------------------------------------------------------------------- /config/openwrt_config/X86.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/openwrt_config/X86.config -------------------------------------------------------------------------------- /config/seed/immortalwrt_seed.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/seed/immortalwrt_seed.config -------------------------------------------------------------------------------- /config/seed/lean_seed.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/seed/lean_seed.config -------------------------------------------------------------------------------- /config/seed/openwrt_seed.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/seed/openwrt_seed.config -------------------------------------------------------------------------------- /config/seed/seed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/config/seed/seed.md -------------------------------------------------------------------------------- /diy_script/custom_feeds_and_packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/custom_feeds_and_packages.sh -------------------------------------------------------------------------------- /diy_script/immortalwrt_dependence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/immortalwrt_dependence -------------------------------------------------------------------------------- /diy_script/immortalwrt_diy/diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/immortalwrt_diy/diy-part1.sh -------------------------------------------------------------------------------- /diy_script/immortalwrt_diy/diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/immortalwrt_diy/diy-part2.sh -------------------------------------------------------------------------------- /diy_script/immortalwrt_diy/diy-part3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/immortalwrt_diy/diy-part3.sh -------------------------------------------------------------------------------- /diy_script/lean_diy/diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/lean_diy/diy-part1.sh -------------------------------------------------------------------------------- /diy_script/lean_diy/diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/lean_diy/diy-part2.sh -------------------------------------------------------------------------------- /diy_script/lean_diy/diy-part3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/lean_diy/diy-part3.sh -------------------------------------------------------------------------------- /diy_script/lede_dependence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/lede_dependence -------------------------------------------------------------------------------- /diy_script/openwrt_dependence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/openwrt_dependence -------------------------------------------------------------------------------- /diy_script/openwrt_diy/diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/openwrt_diy/diy-part1.sh -------------------------------------------------------------------------------- /diy_script/openwrt_diy/diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/openwrt_diy/diy-part2.sh -------------------------------------------------------------------------------- /diy_script/openwrt_diy/diy-part3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/diy_script/openwrt_diy/diy-part3.sh -------------------------------------------------------------------------------- /docs/R1_ESXI8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/R1_ESXI8.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/README_CN.md -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/ESXI8Downlaod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/ESXI8Downlaod.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/ESXI网络.rp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/ESXI网络.rp -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/OPRelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/OPRelease.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/banner.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll1.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll10.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll11.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll2.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll3.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll4.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll5.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll6.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll7.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll8.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiinsatll9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiinsatll9.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup01.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup02.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup03.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup04.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup05.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup06.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup07.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup08.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup09.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup10.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup10_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup10_1.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup11.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup12.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup13.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup14.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup15.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup16.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup17.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup18.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup19.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup20.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup21.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup22.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup23.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup24.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup25.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup26.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup27.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup28.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup29.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup30.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup31.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup32.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup33.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup34.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup35.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxisetup36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxisetup36.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate1.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate10.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate11.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate2.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate3.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate4.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate5.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate6.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate7.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate8.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/esxiupdate9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/esxiupdate9.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/starwind-v2v-converter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/starwind-v2v-converter.png -------------------------------------------------------------------------------- /docs/pic/R1_ESXI8/ventoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/R1_ESXI8/ventoy.png -------------------------------------------------------------------------------- /docs/pic/logo/RaspberryPi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/RaspberryPi.png -------------------------------------------------------------------------------- /docs/pic/logo/asus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/asus.png -------------------------------------------------------------------------------- /docs/pic/logo/jdcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/jdcloud.png -------------------------------------------------------------------------------- /docs/pic/logo/phicomm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/phicomm.png -------------------------------------------------------------------------------- /docs/pic/logo/rockship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/rockship.png -------------------------------------------------------------------------------- /docs/pic/logo/x86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/x86.png -------------------------------------------------------------------------------- /docs/pic/logo/xiaomi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/xiaomi.png -------------------------------------------------------------------------------- /docs/pic/logo/xunlei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/logo/xunlei.png -------------------------------------------------------------------------------- /docs/pic/openwrt-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/docs/pic/openwrt-logo.jpg -------------------------------------------------------------------------------- /git_log/custompackages/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/custompackages/log -------------------------------------------------------------------------------- /git_log/custompackages/luci-app-bandix.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/custompackages/luci-app-bandix.log -------------------------------------------------------------------------------- /git_log/custompackages/luci-theme-aurora.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/custompackages/luci-theme-aurora.log -------------------------------------------------------------------------------- /git_log/custompackages/openwrt-bandix.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/custompackages/openwrt-bandix.log -------------------------------------------------------------------------------- /git_log/feeds/helloworld.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/feeds/helloworld.log -------------------------------------------------------------------------------- /git_log/feeds/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/feeds/log -------------------------------------------------------------------------------- /git_log/feeds/openwrt-passwall.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/feeds/openwrt-passwall.log -------------------------------------------------------------------------------- /git_log/immortalwrt/immortalwrt.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/immortalwrt/immortalwrt.log -------------------------------------------------------------------------------- /git_log/immortalwrt/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/immortalwrt/log -------------------------------------------------------------------------------- /git_log/immortalwrt/luci.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/immortalwrt/luci.log -------------------------------------------------------------------------------- /git_log/immortalwrt/packages.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/immortalwrt/packages.log -------------------------------------------------------------------------------- /git_log/lede/lede.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/lede/lede.log -------------------------------------------------------------------------------- /git_log/lede/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/lede/log -------------------------------------------------------------------------------- /git_log/lede/packages.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/lede/packages.log -------------------------------------------------------------------------------- /git_log/openwrt/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/openwrt/log -------------------------------------------------------------------------------- /git_log/openwrt/openwrt.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/git_log/openwrt/openwrt.log -------------------------------------------------------------------------------- /library/dns2socks-2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/library/dns2socks-2.1.zip -------------------------------------------------------------------------------- /library/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/library/readme.md -------------------------------------------------------------------------------- /patches/readme.md: -------------------------------------------------------------------------------- 1 | ## 文件夹说明 2 | 3 | 这个文件夹存放一些patches,用于临时修复问题 -------------------------------------------------------------------------------- /platform_function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/platform_function.sh -------------------------------------------------------------------------------- /platform_immortalwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/platform_immortalwrt.sh -------------------------------------------------------------------------------- /platform_lean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/platform_lean.sh -------------------------------------------------------------------------------- /platform_openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/platform_openwrt.sh -------------------------------------------------------------------------------- /source/WebSite/web01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/WebSite/web01.zip -------------------------------------------------------------------------------- /source/WebSite/web02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/WebSite/web02.zip -------------------------------------------------------------------------------- /source/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/img/1.jpg -------------------------------------------------------------------------------- /source/openwrtfile/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/openwrtfile/index.htm -------------------------------------------------------------------------------- /source/video/NetworkWorld1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/NetworkWorld1.mp4 -------------------------------------------------------------------------------- /source/video/NetworkWorld2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/NetworkWorld2.mp4 -------------------------------------------------------------------------------- /source/video/NetworkWorld3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/NetworkWorld3.mp4 -------------------------------------------------------------------------------- /source/video/video1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/video1.mp4 -------------------------------------------------------------------------------- /source/video/video2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/video2.mp4 -------------------------------------------------------------------------------- /source/video/video3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/source/video/video3.mp4 -------------------------------------------------------------------------------- /tmp/disable_bash/wsl2op_one.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_bash/wsl2op_one.sh -------------------------------------------------------------------------------- /tmp/disable_config/immortalwrt/AW1000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/immortalwrt/AW1000.config -------------------------------------------------------------------------------- /tmp/disable_config/immortalwrt/R2C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/immortalwrt/R2C.config -------------------------------------------------------------------------------- /tmp/disable_config/immortalwrt/R2CPLUS.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/immortalwrt/R2CPLUS.config -------------------------------------------------------------------------------- /tmp/disable_config/immortalwrt/R4SENT.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/immortalwrt/R4SENT.config -------------------------------------------------------------------------------- /tmp/disable_config/immortalwrt/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tmp/disable_config/lean/Asus_TUF_AX4200.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/Asus_TUF_AX4200.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/JDCloud_AX6000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/JDCloud_AX6000.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/Phicomm_K3.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/Phicomm_K3.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/Phicomm_N1.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/Phicomm_N1.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/R2C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/R2C.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/R2CPLUS.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/R2CPLUS.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/R2SPLUS.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/R2SPLUS.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/R_PI_3b.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/R_PI_3b.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/R_PI_4b.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/R_PI_4b.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/RedMi_AX5.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/RedMi_AX5.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/Thunder_OneCloud.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/Thunder_OneCloud.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/XiaoMi_AX3000T.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/XiaoMi_AX3000T.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/XiaoMi_AX3600.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/XiaoMi_AX3600.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/XiaoMi_AX6000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/XiaoMi_AX6000.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/XiaoMi_AX6S.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/XiaoMi_AX6S.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/XiaoMi_AX9000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/lean/XiaoMi_AX9000.config -------------------------------------------------------------------------------- /tmp/disable_config/lean/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tmp/disable_config/openwrt/AW1000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/openwrt/AW1000.config -------------------------------------------------------------------------------- /tmp/disable_config/openwrt/R2C.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/openwrt/R2C.config -------------------------------------------------------------------------------- /tmp/disable_config/openwrt/R2CPLUS.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_config/openwrt/R2CPLUS.config -------------------------------------------------------------------------------- /tmp/disable_config/openwrt/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tmp/disable_feeds_config/immortalwrt.feeds.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_feeds_config/immortalwrt.feeds.conf.default -------------------------------------------------------------------------------- /tmp/disable_feeds_config/lean.feeds.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_feeds_config/lean.feeds.conf.default -------------------------------------------------------------------------------- /tmp/disable_feeds_config/openwrt.feeds.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_feeds_config/openwrt.feeds.conf.default -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_All.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_All.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_AllinOne.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_AllinOne.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_Pi4_Model_B.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_Pi4_Model_B.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_R2C.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_R2C.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_R2S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_R2S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_R4S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_R4S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_R5S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_R5S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrtSelfHost_X86.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrtSelfHost_X86.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test1.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test2.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform (V2)test3.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform(V2).yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform(V2).yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform(V3).yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform(V3).yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Multi-Platform.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Multi-Platform.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_Pi4ModelB.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_Pi4ModelB.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_R2C.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_R2C.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_R2S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_R2S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_R4S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_R4S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_R5S.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_R5S.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/Build-OpenWrt_X86.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/Build-OpenWrt_X86.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/issue_closer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/issue_closer.yml -------------------------------------------------------------------------------- /tmp/disable_workflow/testsss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/disable_workflow/testsss.yml -------------------------------------------------------------------------------- /tmp/githubRESTapi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/tmp/githubRESTapi -------------------------------------------------------------------------------- /wsl2op.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smallprogram/OpenWrtAction/HEAD/wsl2op.sh --------------------------------------------------------------------------------