Update
This commit is contained in:
@@ -6,7 +6,8 @@ For OpenWrt >= 21.02
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install git git-core curl rsync
|
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
|
## Build firmware
|
||||||
|
|||||||
@@ -97,6 +97,10 @@ CONFIG_PACKAGE_gre=y
|
|||||||
CONFIG_PACKAGE_relayd=y
|
CONFIG_PACKAGE_relayd=y
|
||||||
CONFIG_PACKAGE_luci-proto-relay=y
|
CONFIG_PACKAGE_luci-proto-relay=y
|
||||||
|
|
||||||
|
### Luci proto
|
||||||
|
CONFIG_PACKAGE_luci-proto-3g=y
|
||||||
|
CONFIG_PACKAGE_luci-proto-ipv6=y
|
||||||
|
|
||||||
### IPv6 support
|
### IPv6 support
|
||||||
CONFIG_PACKAGE_6in4=y
|
CONFIG_PACKAGE_6in4=y
|
||||||
CONFIG_PACKAGE_6to4=y
|
CONFIG_PACKAGE_6to4=y
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
CONFIG_TARGET_ipq806x=y
|
CONFIG_TARGET_ramips=y
|
||||||
CONFIG_TARGET_ramips_mt7621=y
|
CONFIG_TARGET_ramips_mt7621=y
|
||||||
CONFIG_TARGET_ramips_mt7621_DEVICE_zyxel_keenetic-giga-iii=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 _proxy.config
|
||||||
#include _argon.config
|
#include _argon.config
|
||||||
|
|
||||||
|
### Luci dashboard
|
||||||
|
CONFIG_PACKAGE_luci-mod-dashboard=y
|
||||||
|
CONFIG_PACKAGE_luci-i18n-dashboard-ru=y
|
||||||
|
|
||||||
### HDD tools
|
### HDD tools
|
||||||
CONFIG_PACKAGE_smartmontools=y
|
CONFIG_PACKAGE_smartmontools=y
|
||||||
CONFIG_PACKAGE_hdparm=y
|
CONFIG_PACKAGE_hdparm=y
|
||||||
@@ -24,7 +28,7 @@ CONFIG_PACKAGE_luci-app-sqm=y
|
|||||||
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
|
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
|
||||||
|
|
||||||
### TimeControl
|
### TimeControl
|
||||||
##CONFIG_PACKAGE_luci-app-timecontrol=y
|
CONFIG_PACKAGE_luci-app-timecontrol=m
|
||||||
|
|
||||||
### qBittorrent
|
### qBittorrent
|
||||||
CONFIG_PACKAGE_boost=y
|
CONFIG_PACKAGE_boost=y
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ CONFIG_PACKAGE_luci-app-sqm=y
|
|||||||
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
|
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
|
||||||
|
|
||||||
### TimeControl
|
### TimeControl
|
||||||
##CONFIG_PACKAGE_luci-app-timecontrol=y
|
CONFIG_PACKAGE_luci-app-timecontrol=m
|
||||||
|
|
||||||
### qBittorrent
|
### qBittorrent
|
||||||
CONFIG_PACKAGE_boost=y
|
CONFIG_PACKAGE_boost=y
|
||||||
|
|||||||
Reference in New Issue
Block a user