diff --git a/_addons.config b/_addons.config index 274da06..f842656 100644 --- a/_addons.config +++ b/_addons.config @@ -1,4 +1,7 @@ +### facinstall +#GIT_PACKAGE facinstall=https://github.com/openwrt-xiaomi/facinstall.git main + ### 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 e261853..f593368 100644 --- a/_base.config +++ b/_base.config @@ -39,6 +39,9 @@ CONFIG_PACKAGE_iw=y CONFIG_PACKAGE_mc=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-i18n-ttyd-ru=y +#CONFIG_PACKAGE_atftp=y +#CONFIG_PACKAGE_atftpd=y +CONFIG_PACKAGE_facinstall=y ### Add-on programs CONFIG_PACKAGE_iperf3=y diff --git a/_base_initrd.config b/_base_initrd.config index 0a7347d..329002e 100644 --- a/_base_initrd.config +++ b/_base_initrd.config @@ -39,6 +39,9 @@ CONFIG_PACKAGE_iw=y CONFIG_PACKAGE_mc=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-i18n-ttyd-ru=y +CONFIG_PACKAGE_atftp=y +#CONFIG_PACKAGE_atftpd=y +CONFIG_PACKAGE_facinstall=y CONFIG_PACKAGE_kmod-mtd-rw=y #CONFIG_PACKAGE_kmod-mtdoops=y