mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
[mips] fix compilation of TP-WN1043ND kernel configuration
This compilation issue has been found thanks to freebsd-wifi-build: - gpioiic requires "gpio_if.h", so "device gpio" is mandatory - rtl8366rb works over MDIO interface, so "device mdio" is mandatory Compilation is checked on FreeBSD 12-CURRENT machine.
This commit is contained in:
parent
513581749b
commit
ebff39fb9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327223
@ -18,6 +18,7 @@ hints "TP-WN1043ND.hints"
|
||||
options AR71XX_REALMEM=32*1024*1024
|
||||
|
||||
# i2c GPIO bus
|
||||
device gpio
|
||||
device gpioiic
|
||||
device iicbb
|
||||
device iicbus
|
||||
@ -27,6 +28,7 @@ device iic
|
||||
device etherswitch
|
||||
|
||||
# RTL8366RB support
|
||||
device mdio
|
||||
device rtl8366rb
|
||||
|
||||
# read MSDOS formatted disks - USB
|
||||
|
Loading…
Reference in New Issue
Block a user