-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #611 from socallinuxexpo/rh/issue-367
[READY] - Belkin RT3200 support for scale openwrt
- Loading branch information
Showing
16 changed files
with
297 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# scale | ||
root_hash: "$1$zh0PjBbB$f9aFGDX9vNYNdSRexhib8/" | ||
|
||
# Bump for each year for scale | ||
scale: 21 | ||
|
||
sshd: | ||
password_auth: true | ||
|
||
rsyslog: | ||
server: 'loghost.scale.lan' | ||
port: '514' | ||
protocol: 'udp' | ||
|
||
zabbix: | ||
server: 'zabbix.scale.lan' | ||
|
||
ntp: | ||
server: '0.openwrt.pool.ntp.org' | ||
|
||
# Wired/Wireless config can directly be found in files dir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# CONFIG_PACKAGE_kmod-ata-ahci-mtk is not set | ||
# CONFIG_PACKAGE_kmod-ata-core is not set | ||
# CONFIG_PACKAGE_kmod-bluetooth is not set | ||
# CONFIG_PACKAGE_kmod-btmtkuart is not set | ||
# CONFIG_PACKAGE_kmod-crypto-ecb is not set | ||
# CONFIG_PACKAGE_kmod-crypto-ecdh is not set | ||
# CONFIG_PACKAGE_kmod-crypto-kpp is not set | ||
# CONFIG_PACKAGE_kmod-hid is not set | ||
# CONFIG_PACKAGE_kmod-input-core is not set | ||
# CONFIG_PACKAGE_kmod-input-evdev is not set | ||
# CONFIG_PACKAGE_kmod-lib-crc16 is not set | ||
# CONFIG_PACKAGE_kmod-scsi-core is not set | ||
# CONFIG_PACKAGE_mt7622bt-firmware is not set | ||
# CONFIG_PACKAGE_u-boot-mt7622_rfb1 is not set | ||
CONFIG_DRIVER_11AX_SUPPORT=y | ||
CONFIG_KERNEL_RELAY=y | ||
CONFIG_PACKAGE_kmod-mt7915e=y | ||
CONFIG_PACKAGE_kmod-thermal=y | ||
CONFIG_PACKAGE_librt=y | ||
CONFIG_PACKAGE_libuuid=y | ||
CONFIG_TARGET_DEVICE_mediatek_mt7622_DEVICE_mediatek_mt7622-rfb1-ubi=y | ||
CONFIG_TARGET_MULTI_PROFILE=y | ||
CONFIG_TARGET_mediatek=y | ||
CONFIG_TARGET_mediatek_mt7622=y | ||
CONFIG_WPA_MBO_SUPPORT=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CONFIG_TARGET_x86=y | ||
CONFIG_TARGET_x86_generic=y | ||
CONFIG_TARGET_x86_generic_DEVICE_generic=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.