mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Added support for DSA
This commit is contained in:
parent
d19f706b75
commit
8839576057
1 changed files with 14 additions and 6 deletions
|
@ -22,10 +22,19 @@ CONFIG_PACKAGE_kmod-switch-bcm53xx=y
|
|||
CONFIG_PACKAGE_kmod-switch-bcm53xx-mdio=y
|
||||
CONFIG_PACKAGE_swconfig=y
|
||||
CONFIG_PACKAGE_kmod-b53=y
|
||||
CONFIG_PACKAGE_kmod-b53-mdio-driver=y
|
||||
CONFIG_PACKAGE_kmod-net-dsa=y
|
||||
CONFIG_PACKAGE_kmod-net-dsa-tag-8021q=y
|
||||
CONFIG_PACKAGE_kmod-net-dsa-tag-brcm=y
|
||||
CONFIG_PACKAGE_kmod-net-dsa-tag-prepend=y
|
||||
CONFIG_PACKAGE_kmod-mdio-bus-mux-multiplexer=y
|
||||
CONFIG_PACKAGE_kmod-led-trigger-phy=y
|
||||
CONFIG_PACKAGE_kmod-swconfig=y
|
||||
CONFIG_PACKAGE_kmod-swconfig-leds=y
|
||||
CONFIG_PACKAGE_kmod-swconfig-b53=y
|
||||
CONFIG_PACKAGE_kmod-swconfig-b53-phy-driver=y
|
||||
CONFIG_PACKAGE_kmod-swconfig-b53-phy-fixup=y
|
||||
CONFIG_PACKAGE_kmod-ste10xp=y
|
||||
CONFIG_PACKAGE_kmod-ata-sunxi=y
|
||||
CONFIG_PACKAGE_kmod-rtl8192cu=y
|
||||
CONFIG_PACKAGE_kmod-ath9k-common=y
|
||||
|
@ -42,11 +51,10 @@ CONFIG_PACKAGE_kmod-scsi-core=y
|
|||
CONFIG_PACKAGE_kmod-slhc=y
|
||||
CONFIG_PACKAGE_kmod-usb-core=y
|
||||
CONFIG_PACKAGE_kmod-leds-gpio=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-activity=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-activity=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-gpio=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-oneshot=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-transient=m
|
||||
CONFIG_PACKAGE_kmod-ipt-led=m
|
||||
CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-oneshot=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-transient=y
|
||||
CONFIG_PACKAGE_kmod-ipt-led=y
|
||||
CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=y
|
||||
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||
CONFIG_DEFAULT_kmod-b53=y
|
||||
|
|
Loading…
Reference in a new issue