diff --git a/_addons.config b/_addons.config index f842656..ddc4706 100644 --- a/_addons.config +++ b/_addons.config @@ -2,6 +2,9 @@ ### facinstall #GIT_PACKAGE facinstall=https://github.com/openwrt-xiaomi/facinstall.git main +### cozymenu +#GIT_PACKAGE cozymenu=https://github.com/openwrt-xiaomi/cozymenu.git master + ### alpine-fan-control #GIT_FEED _alpine_fan_control=https://github.com/openwrt-xiaomi/openwrt-alpine-fan-control.git CONFIG_FEED__alpine_fan_control=m diff --git a/_base.config b/_base.config index f593368..4db0498 100644 --- a/_base.config +++ b/_base.config @@ -93,6 +93,12 @@ CONFIG_PACKAGE_kmod-pppol2tp=y CONFIG_PACKAGE_kmod-pppoe=y CONFIG_PACKAGE_kmod-pptp=y +### IPsec +#CONFIG_PACKAGE_kmod-ipsec=y +#CONFIG_PACKAGE_iptables-mod-ipsec=m +#CONFIG_PACKAGE_kmod-ipt-ipsec=m +#CONFIG_PACKAGE_kmod-crypto-authenc=y + ### PPTP support CONFIG_PACKAGE_luci-proto-ppp=y CONFIG_PACKAGE_ppp-mod-pptp=y @@ -164,6 +170,9 @@ CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-openwrt=y CONFIG_PACKAGE_luci-theme-openwrt-2020=y +### Luci menu customizer +CONFIG_PACKAGE_cozymenu=y + ### Luci statistics CONFIG_PACKAGE_luci-app-statistics=y CONFIG_PACKAGE_luci-i18n-statistics-ru=y