mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Add mt7925 into bpi-r4 config.
This commit is contained in:
@@ -13,6 +13,13 @@ CONFIG_PACKAGE_kmod-mt7921-common=y
|
||||
CONFIG_PACKAGE_kmod-mt7921-firmware=y
|
||||
CONFIG_PACKAGE_kmod-mt7921e=y
|
||||
|
||||
# MT7925
|
||||
CONFIG_PACKAGE_kmod-mt7925-common=y
|
||||
CONFIG_PACKAGE_kmod-mt7925e=y
|
||||
CONFIG_PACKAGE_kmod-mt7925-firmware=y
|
||||
CONFIG_PACKAGE_kmod-mt792x-common=y
|
||||
CONFIG_PACKAGE_kmod-mt792x-usb=y
|
||||
|
||||
## debuging
|
||||
CONFIG_PACKAGE_block-mount=y
|
||||
CONFIG_PACKAGE_blockd=m
|
||||
|
||||
@@ -14,7 +14,7 @@ INSTALL_USTEER=${INSTALL_USTEER:-'true'}
|
||||
INSTALL_HTTPS_DNS_PROXY=${INSTALL_HTTPS_DNS_PROXY:-'false'}
|
||||
INSTALL_DNSCRYPT_PROXY2=${INSTALL_DNSCRYPT_PROXY2:-'true'}
|
||||
CRYPTO_LIB=${CRYPTO_LIB:-''} # wolfssl or openssl
|
||||
ADDITIONAL_DRIVERS=${ADDITIONAL_DRIVERS:-'kmod-mt7921e kmod-mt7921-common kmod-mt7921-firmware kmod-mt7925-common kmod-mt7925e kmod-mt7925u'}
|
||||
ADDITIONAL_DRIVERS=${ADDITIONAL_DRIVERS:-'kmod-mt7921e kmod-mt7921-common kmod-mt7921-firmware kmod-mt7925-common kmod-mt7925e'}
|
||||
INSTALL_LANG_PACKAGES=${INSTALL_LANG_PACKAGES:-'true'}
|
||||
|
||||
# To replace mbedtls with openssl via firmware-selector, just add:
|
||||
|
||||
Reference in New Issue
Block a user