diff --git a/README.md b/README.md index a9fad69..34557ca 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ 地址:192.168.11.1 ``` - WiFi:WiFi配置已设置好,首次刷入开机等待几秒出来信号。 -- WiFi信号:OpenWrt_2.4G/OpenWrt_5G 密码:无 可自己去设置 +- WiFi信号:OpenWrt 密码:无 可自己去设置 - 支持USB3.0 5G上网模块。 +- 支持MESH插件 +- wifi firmware更新至20231024版本 + # 截图 ![image](https://github.com/DHDAXCW/GL.iNet_GL-MT6000_lede/assets/74764072/f25ae8f7-656e-4f91-a39e-01703cb6cd8f) ![image](https://github.com/DHDAXCW/GL.iNet_GL-MT6000_lede/assets/74764072/0fc3fa19-b5ef-45d5-a5fe-c919ca8fc6e5) diff --git a/configs/lean/lean-beggar.config b/configs/lean/lean-beggar.config index 711dbe9..a31bfbd 100644 --- a/configs/lean/lean-beggar.config +++ b/configs/lean/lean-beggar.config @@ -49,7 +49,8 @@ CONFIG_PACKAGE_kmod-usb3=y CONFIG_PACKAGE_kmod-fuse=y CONFIG_PACKAGE_luci-app-mia=n CONFIG_PACKAGE_luci-app-xlnetacc=n -CONFIG_PACKAGE_luci-app-adbyby-plus=n +# CONFIG_PACKAGE_luci-app-adbyby-plus is not set +CONFIG_PACKAGE_luci-app-adbyby=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y CONFIG_PACKAGE_luci-app-alist=y @@ -60,6 +61,7 @@ CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_mdadm=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_raid456=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_linear=y +CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-ikoolproxy=y CONFIG_PACKAGE_luci-app-irqbalance=y CONFIG_PACKAGE_luci-app-mosdns=y diff --git a/configs/lean/lean-docker.config b/configs/lean/lean-docker.config index d38350d..8f68da1 100644 --- a/configs/lean/lean-docker.config +++ b/configs/lean/lean-docker.config @@ -46,7 +46,8 @@ CONFIG_PACKAGE_kmod-rt2800-usb=y CONFIG_PACKAGE_kmod-usb2=y CONFIG_PACKAGE_kmod-usb3=y -CONFIG_PACKAGE_luci-app-adbyby-plus=y +# CONFIG_PACKAGE_luci-app-adbyby-plus is not set +CONFIG_PACKAGE_luci-app-adbyby=y CONFIG_PACKAGE_luci-app-adguardhome=y # CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y @@ -68,6 +69,7 @@ CONFIG_PACKAGE_luci-app-dnspod=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-dockerman=y CONFIG_PACKAGE_luci-app-eqos=y +CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-familycloud=y CONFIG_PACKAGE_luci-app-fileassistant=y CONFIG_PACKAGE_luci-app-filebrowser=y diff --git a/configs/lean/lean-slim.config b/configs/lean/lean-slim.config index 2d10c68..931d102 100644 --- a/configs/lean/lean-slim.config +++ b/configs/lean/lean-slim.config @@ -46,7 +46,8 @@ CONFIG_PACKAGE_kmod-rt2800-usb=y CONFIG_PACKAGE_kmod-usb2=y CONFIG_PACKAGE_kmod-usb3=y -CONFIG_PACKAGE_luci-app-adbyby-plus=y +# CONFIG_PACKAGE_luci-app-adbyby-plus is not set +CONFIG_PACKAGE_luci-app-adbyby=y CONFIG_PACKAGE_luci-app-adguardhome=y # CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y @@ -62,6 +63,7 @@ CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_raid456=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_linear=y CONFIG_PACKAGE_luci-app-dnspod=y CONFIG_PACKAGE_luci-app-ddnsto=y +CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-frps=y CONFIG_PACKAGE_luci-app-kodexplorer=y diff --git a/configs/lean/lean.config b/configs/lean/lean.config index 56ab99a..f8e8796 100644 --- a/configs/lean/lean.config +++ b/configs/lean/lean.config @@ -46,7 +46,8 @@ CONFIG_PACKAGE_kmod-rt2800-usb=y CONFIG_PACKAGE_kmod-usb2=y CONFIG_PACKAGE_kmod-usb3=y -CONFIG_PACKAGE_luci-app-adbyby-plus=y +# CONFIG_PACKAGE_luci-app-adbyby-plus is not set +CONFIG_PACKAGE_luci-app-adbyby=y CONFIG_PACKAGE_luci-app-adguardhome=y # CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y @@ -67,6 +68,7 @@ CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_linear=y CONFIG_PACKAGE_luci-app-dnspod=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-eqos=y +CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-familycloud=y CONFIG_PACKAGE_luci-app-fileassistant=y CONFIG_PACKAGE_luci-app-filebrowser=y diff --git a/scripts/lean.sh b/scripts/lean.sh index 30556d8..31903ac 100755 --- a/scripts/lean.sh +++ b/scripts/lean.sh @@ -42,6 +42,9 @@ git clone --depth=1 https://github.com/jerrykuku/luci-app-vssr # Add luci-proto-minieap git clone --depth=1 https://github.com/ysc3839/luci-proto-minieap +# Add luci-app-easymesh +git clone --depth=1 https://github.com/ntlf9t/luci-app-easymesh + # Add OpenClash git clone --depth=1 https://github.com/vernesong/OpenClash