diff --git a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml index 5c9c5b5..211292f 100644 --- a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml +++ b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml @@ -37,7 +37,7 @@ env: # 编译时调用的 [.config] 文件名称 CONFIG_FILE: xiaomi_redmi-router-ax6s # 源码仓库:分支 - DEFAULT_SOURCE: immortalwrt/immortalwrt:master + DEFAULT_SOURCE: coolsnowwolf/lede:master # 上传固件到 Github Releases UPLOAD_RELEASES: true # 上传固件到 Github Artifacts diff --git a/Configs/xiaomi_redmi-router-ax6s b/Configs/xiaomi_redmi-router-ax6s index 2298e38..daa9923 100755 --- a/Configs/xiaomi_redmi-router-ax6s +++ b/Configs/xiaomi_redmi-router-ax6s @@ -10,8 +10,12 @@ CONFIG_IPV6=y CONFIG_KERNEL_IPV6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y # LUCI Appliciations +CONFIG_PACKAGE_luci-app-accesscontrol=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y CONFIG_PACKAGE_luci-app-autoupdate=y @@ -50,9 +54,11 @@ CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE_DRV is not set # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE is not set CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y # CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set +CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y @@ -66,16 +72,21 @@ CONFIG_PACKAGE_luci-theme-argon=y CONFIG_PACKAGE_bash=y CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_coremark=y +CONFIG_PACKAGE_davfs2=y CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_ipt2socks=y CONFIG_PACKAGE_iptables-mod-fullconenat=y +CONFIG_PACKAGE_jq=y +CONFIG_PACKAGE_lsblk=y CONFIG_PACKAGE_lm-sensors=y CONFIG_PACKAGE_ppp-mod-pptp=y CONFIG_PACKAGE_ppp-mod-pppol2tp=y CONFIG_PACKAGE_wpad-openssl=y CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y CONFIG_PACKAGE_xz=y CONFIG_PACKAGE_xz-utils=y CONFIG_PACKAGE_xl2tpd=y -CONFIG_PACKAGE_kmod-ipt-fullconenat=y +CONFIG_PACKAGE_kmod-ipt-fullconenat=y \ No newline at end of file diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index eeb602e..4ed12c2 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -47,14 +47,10 @@ Firmware_Diy() { AddPackage git lean luci-theme-argon jerrykuku 18.06 AddPackage git lean luci-app-argon-config jerrykuku master AddPackage git other AutoBuild-Packages Hyy2001X master - AddPackage svn other luci-app-smartdns kenzok8/openwrt-packages/trunk - AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk - AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk + AddPackage svn other luci-app-smartdns immortalwrt/luci/branches/openwrt-18.06/applications + AddPackage svn other luci-app-eqos immortalwrt/luci/branches/openwrt-18.06/applications AddPackage git other OpenClash vernesong master AddPackage git other luci-app-ikoolproxy iwrt main - # AddPackage git other OpenAppFilter destan19 master - # AddPackage svn other luci-app-ddnsto linkease/nas-packages/trunk/luci - # AddPackage svn other ddnsto linkease/nas-packages/trunk/network/services AddPackage git other helloworld fw876 master sed -i 's/143/143,8080,8443/' $(PKG_Finder d package luci-app-ssr-plus)/root/etc/init.d/shadowsocksr patch < ${CustomFiles}/Patches/revert_remove-alterId-config.patch -p1 -d ${WORK}