mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-23 15:13:37 +05:00
Compare commits
4 Commits
d46b05352f
...
8a003ba248
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a003ba248 | ||
|
|
d42e48d53e | ||
|
|
8d3762e7b3 | ||
|
|
8d5dcda073 |
@@ -46,8 +46,10 @@ CONFIG_FEED__alpine_fan_control=m
|
||||
CONFIG_FEED__amneziawg=m
|
||||
|
||||
### Zapret
|
||||
#GIT_FEED _zapret=https://github.com/remittor/zapret-openwrt.git
|
||||
#GIT_FEED _zapret=https://github.com/remittor/zapret-openwrt.git zap1
|
||||
CONFIG_FEED__zapret=m
|
||||
#GIT_FEED _zapret2=https://github.com/remittor/zapret-openwrt.git master
|
||||
CONFIG_FEED__zapret2=m
|
||||
|
||||
### ruantiblock
|
||||
#GIT_FEED _ruantiblock=https://github.com/gSpotx2f/ruantiblock_openwrt.git
|
||||
|
||||
27
_base.config
27
_base.config
@@ -162,6 +162,7 @@ CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED=y
|
||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED=y
|
||||
#CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED=y
|
||||
#CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED=y
|
||||
CONFIG_PACKAGE_px5g-mbedtls=y
|
||||
|
||||
### OpenSSL lib
|
||||
CONFIG_PACKAGE_libopenssl=y
|
||||
@@ -204,8 +205,8 @@ CONFIG_PACKAGE_luci-app-ddns=y
|
||||
CONFIG_PACKAGE_luci-i18n-ddns-ru=y
|
||||
CONFIG_PACKAGE_luci-app-firewall=y
|
||||
CONFIG_PACKAGE_luci-i18n-firewall-ru=y
|
||||
CONFIG_PACKAGE_luci-app-opkg=y
|
||||
CONFIG_PACKAGE_luci-i18n-opkg-ru=y
|
||||
CONFIG_PACKAGE_luci-app-package-manager=y
|
||||
CONFIG_PACKAGE_luci-i18n-package-manager-ru=y
|
||||
CONFIG_PACKAGE_luci-app-uhttpd=y
|
||||
CONFIG_PACKAGE_luci-i18n-uhttpd-ru=y
|
||||
CONFIG_PACKAGE_luci-app-upnp=y
|
||||
@@ -217,6 +218,28 @@ CONFIG_PACKAGE_luci-theme-material=y
|
||||
CONFIG_PACKAGE_luci-theme-openwrt=y
|
||||
CONFIG_PACKAGE_luci-theme-openwrt-2020=y
|
||||
|
||||
### Luci extensions
|
||||
CONFIG_PACKAGE_luci-full=y
|
||||
CONFIG_PACKAGE_luci-lib-uqr=y
|
||||
CONFIG_PACKAGE_luci-ssl=y
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
CONFIG_PACKAGE_libiwinfo=y
|
||||
CONFIG_PACKAGE_libiwinfo-data=y
|
||||
CONFIG_PACKAGE_liblucihttp=y
|
||||
CONFIG_PACKAGE_liblucihttp-ucode=y
|
||||
CONFIG_PACKAGE_rpcd=y
|
||||
CONFIG_PACKAGE_rpcd-mod-file=y
|
||||
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||
CONFIG_PACKAGE_rpcd-mod-luci=y
|
||||
CONFIG_PACKAGE_rpcd-mod-rpcsys=y
|
||||
CONFIG_PACKAGE_rpcd-mod-rrdns=y
|
||||
CONFIG_PACKAGE_rpcd-mod-ucode=y
|
||||
CONFIG_PACKAGE_ucode-mod-html=y
|
||||
CONFIG_PACKAGE_ucode-mod-log=y
|
||||
CONFIG_PACKAGE_ucode-mod-math=y
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||
|
||||
### Luci menu customizer
|
||||
CONFIG_PACKAGE_cozymenu=y
|
||||
|
||||
|
||||
@@ -77,8 +77,8 @@ CONFIG_PACKAGE_luci-mod-status=y
|
||||
CONFIG_PACKAGE_luci-mod-system=y
|
||||
CONFIG_PACKAGE_luci-app-commands=y
|
||||
CONFIG_PACKAGE_luci-i18n-commands-ru=y
|
||||
CONFIG_PACKAGE_luci-app-opkg=y
|
||||
CONFIG_PACKAGE_luci-i18n-opkg-ru=y
|
||||
CONFIG_PACKAGE_luci-app-package-manager=y
|
||||
CONFIG_PACKAGE_luci-i18n-package-manager-ru=y
|
||||
|
||||
### Luci themes
|
||||
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||
|
||||
@@ -13,3 +13,8 @@ CONFIG_PACKAGE_zapret-tpws=y
|
||||
CONFIG_PACKAGE_zapret-mdig=y
|
||||
CONFIG_PACKAGE_zapret-ip2net=y
|
||||
CONFIG_PACKAGE_luci-app-zapret=y
|
||||
|
||||
CONFIG_PACKAGE_zapret2=y
|
||||
CONFIG_PACKAGE_zapret2-mdig=y
|
||||
CONFIG_PACKAGE_zapret2-ip2net=y
|
||||
CONFIG_PACKAGE_luci-app-zapret2=y
|
||||
|
||||
@@ -27,6 +27,7 @@ if [ "$OPT_FULL_UPDATE" = "true" ]; then
|
||||
#rm -rf feeds
|
||||
#rm -rf package/feeds
|
||||
rm -rf staging_dir/packages
|
||||
rm -rf feeds/_*
|
||||
rm -rf $XADDONSDIR
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user