X-OpenWrt/Scripts/AutoBuild_DiyScript.sh

57 lines
2.4 KiB
Bash
Raw Normal View History

2021-01-05 23:38:00 +00:00
#!/bin/bash
# https://github.com/Hyy2001X/AutoBuild-Actions
# AutoBuild Module by Hyy2001
# AutoBuild DiyScript
Diy_Core() {
Author=Hyy2001
Default_Device=d-team_newifi-d2
2021-01-11 13:44:45 +00:00
INCLUDE_AutoUpdate=true
INCLUDE_AutoBuild_Tools=true
INCLUDE_mt7621_OC1000MHz=true
INCLUDE_DRM_I915=true
2021-01-11 13:44:45 +00:00
INCLUDE_SSR_Plus=true
2021-02-19 08:17:31 +00:00
INCLUDE_Passwall=true
2021-02-08 14:41:48 +00:00
INCLUDE_HelloWorld=false
INCLUDE_Bypass=false
INCLUDE_OpenClash=true
2021-02-24 23:51:13 +00:00
INCLUDE_OAF=false
2021-01-05 23:38:00 +00:00
}
Diy-Part1() {
2021-01-11 13:44:45 +00:00
Diy_Part1_Base
2021-02-24 23:51:13 +00:00
Replace_File Customize/mac80211.sh package/kernel/mac80211/files/lib/wifi
2021-01-24 18:55:42 +00:00
2021-01-05 23:38:00 +00:00
ExtraPackages git lean luci-theme-argon https://github.com/jerrykuku 18.06
ExtraPackages git other luci-app-argon-config https://github.com/jerrykuku master
ExtraPackages git other luci-app-adguardhome https://github.com/Hyy2001X master
2021-02-19 08:17:31 +00:00
ExtraPackages git other luci-app-shutdown https://github.com/Hyy2001X master
ExtraPackages svn other luci-app-smartdns https://github.com/immortalwrt/immortalwrt/trunk/package/ntlf9t
2021-01-05 23:38:00 +00:00
ExtraPackages git other luci-app-serverchan https://github.com/tty228 master
2021-01-25 01:36:53 +00:00
ExtraPackages svn other luci-app-socat https://github.com/Lienol/openwrt-package/trunk
ExtraPackages svn other luci-app-usb3disable https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw
ExtraPackages svn lean luci-app-kodexplorer https://github.com/immortalwrt/immortalwrt/trunk/package/lean
ExtraPackages svn other luci-app-filebrowser https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw
ExtraPackages svn other filebrowser https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw
ExtraPackages svn lean luci-app-eqos https://github.com/immortalwrt/immortalwrt/trunk/package/ntlf9t
2021-03-02 05:40:34 +00:00
ExtraPackages svn other luci-app-mentohust https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw
ExtraPackages svn other mentohust https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw
2021-02-28 14:25:28 +00:00
# ExtraPackages svn lean luci-app-qbittorrent https://github.com/immortalwrt/immortalwrt/trunk/package/lean
# ExtraPackages svn lean libtorrent-rasterbar https://github.com/immortalwrt/packages/trunk/libs
# rm -rf package/lean/qBittorrent
# ExtraPackages svn lean qBittorrent-Enhanced-Edition https://github.com/garypang13/openwrt-static-qb/trunk
2021-01-05 23:38:00 +00:00
}
Diy-Part2() {
2021-01-11 13:44:45 +00:00
Diy_Part2_Base
2021-02-26 05:37:28 +00:00
ExtraPackages svn other/../../feeds/packages/admin netdata https://github.com/openwrt/packages/trunk/admin
2021-03-04 11:19:10 +00:00
# ExtraPackages svn other/../../feeds/packages/net zerotier https://github.com/openwrt/packages/trunk/net
2021-01-05 23:38:00 +00:00
}
Diy-Part3() {
2021-01-11 13:44:45 +00:00
Diy_Part3_Base
}