Add rb06 target
This commit is contained in:
34
rb06.config
Normal file
34
rb06.config
Normal file
@@ -0,0 +1,34 @@
|
||||
CONFIG_TARGET_mediatek=y
|
||||
CONFIG_TARGET_mediatek_filogic=y
|
||||
CONFIG_TARGET_mediatek_filogic_DEVICE_xiaomi_redmi-router-ax6000-stock=y
|
||||
|
||||
#include _addons.config
|
||||
#include _base.config
|
||||
#include _wifi_en.config
|
||||
#include _proxy.config
|
||||
#include _argon.config
|
||||
#include _vpn.config
|
||||
|
||||
### Luci dashboard
|
||||
CONFIG_PACKAGE_luci-mod-dashboard=y
|
||||
CONFIG_PACKAGE_luci-i18n-dashboard-ru=y
|
||||
|
||||
### Network Ports viewer
|
||||
CONFIG_PACKAGE_luci-app-tn-netports=y
|
||||
CONFIG_PACKAGE_luci-i18n-tn-netports-ru=y
|
||||
|
||||
### Network traffic
|
||||
CONFIG_PACKAGE_luci-app-sqm=y
|
||||
CONFIG_PACKAGE_luci-i18n-sqm-ru=y
|
||||
|
||||
### TimeControl
|
||||
#CONFIG_PACKAGE_luci-app-timecontrol=m
|
||||
|
||||
### DNSMasq
|
||||
CONFIG_PACKAGE_dnsmasq-full=y
|
||||
|
||||
### Network speed test tools
|
||||
CONFIG_PACKAGE_luci-app-netspeedtest=y
|
||||
|
||||
|
||||
|
||||
24
rb06.netports
Normal file
24
rb06.netports
Normal file
@@ -0,0 +1,24 @@
|
||||
config global 'global'
|
||||
option default_additional_info '0'
|
||||
option default_h_mode '1'
|
||||
option hv_mode_switch_button '1'
|
||||
|
||||
config port
|
||||
option ifname 'wan'
|
||||
option name 'WAN'
|
||||
option type 'copper'
|
||||
|
||||
config port
|
||||
option ifname 'lan2'
|
||||
option name 'LAN 1'
|
||||
option type 'copper'
|
||||
|
||||
config port
|
||||
option ifname 'lan3'
|
||||
option name 'LAN 2'
|
||||
option type 'copper'
|
||||
|
||||
config port
|
||||
option ifname 'lan4'
|
||||
option name 'LAN 3'
|
||||
option type 'copper'
|
||||
26
rb06_menu.json
Normal file
26
rb06_menu.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"nas": {
|
||||
"title": "NAS",
|
||||
"order": 45,
|
||||
"items": [
|
||||
[ "nas", "filebrowser" ],
|
||||
[ "services", "samba4" ],
|
||||
[ "services", "aria2" ],
|
||||
[ "services", "transmission" ],
|
||||
[ "system", "diskman" ],
|
||||
[ "services", "disks-info" ],
|
||||
[ "services", "hd_idle" ],
|
||||
[ "services", "minidlna" ]
|
||||
]
|
||||
},
|
||||
"vpn": {
|
||||
"title": "VPN",
|
||||
"order": 70,
|
||||
"items": [
|
||||
[ "vpn", "openvpn" ],
|
||||
[ "status", "wireguard" ],
|
||||
[ "services", "shadowsocks-libev" ],
|
||||
[ "services", "shadowsocks" ]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user