This commit is contained in:
remittor
2022-08-22 12:34:08 +03:00
parent 3c70695651
commit 06a71817e2
4 changed files with 13 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ For OpenWrt >= 21.02
```
sudo apt-get install git git-core curl rsync
sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex gettext libssl-dev unzip
sudo apt-get install build-essential gawk gcc-multilib flex git gettext libncurses5-dev libssl-dev
sudo apt-get install python3-distutils rsync unzip zlib1g-dev
```
## Build firmware

View File

@@ -97,6 +97,10 @@ CONFIG_PACKAGE_gre=y
CONFIG_PACKAGE_relayd=y
CONFIG_PACKAGE_luci-proto-relay=y
### Luci proto
CONFIG_PACKAGE_luci-proto-3g=y
CONFIG_PACKAGE_luci-proto-ipv6=y
### IPv6 support
CONFIG_PACKAGE_6in4=y
CONFIG_PACKAGE_6to4=y

View File

@@ -1,4 +1,4 @@
CONFIG_TARGET_ipq806x=y
CONFIG_TARGET_ramips=y
CONFIG_TARGET_ramips_mt7621=y
CONFIG_TARGET_ramips_mt7621_DEVICE_zyxel_keenetic-giga-iii=y
@@ -11,6 +11,10 @@ CONFIG_TARGET_ramips_mt7621_DEVICE_zyxel_keenetic-giga-iii=y
#include _proxy.config
#include _argon.config
### Luci dashboard
CONFIG_PACKAGE_luci-mod-dashboard=y
CONFIG_PACKAGE_luci-i18n-dashboard-ru=y
### HDD tools
CONFIG_PACKAGE_smartmontools=y
CONFIG_PACKAGE_hdparm=y
@@ -24,7 +28,7 @@ CONFIG_PACKAGE_luci-app-sqm=y
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
### TimeControl
##CONFIG_PACKAGE_luci-app-timecontrol=y
CONFIG_PACKAGE_luci-app-timecontrol=m
### qBittorrent
CONFIG_PACKAGE_boost=y

View File

@@ -38,7 +38,7 @@ CONFIG_PACKAGE_luci-app-sqm=y
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
### TimeControl
##CONFIG_PACKAGE_luci-app-timecontrol=y
CONFIG_PACKAGE_luci-app-timecontrol=m
### qBittorrent
CONFIG_PACKAGE_boost=y