mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Configuration fixes
This commit is contained in:
parent
5cdc66aa7f
commit
0021ef0d07
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -224,8 +224,8 @@ if [ "$OMR_TARGET" = "bpi-r1" ]; then
|
|||
echo "done"
|
||||
|
||||
# Add support for distributed switch architecture
|
||||
echo -n "Adding B53 SWCONFIG and DSA support to kernel 5.4..."
|
||||
for i in B53 B53_MDIO_DRIVER SWCONFIG SWCONFIG_B53 SWCONFIG_B53_PHY_DRIVER SWCONFIG_B53_PHY_FIXUP MDIO_BUS_MUX_MULTIPLEXER NET_DSA NET_DSA_TAG_8021Q NET_DSA_TAG_BRCM NET_DSA_TAG_BRCM_PREPEND; do
|
||||
echo -n "Adding B53 DSA support to kernel 5.4..."
|
||||
for i in B53 B53_MDIO_DRIVER MDIO_BUS_MUX_MULTIPLEXER NET_DSA NET_DSA_TAG_8021Q NET_DSA_TAG_BRCM NET_DSA_TAG_BRCM_PREPEND; do
|
||||
cat "$OMR_TARGET/source/target/linux/sunxi/cortexa7/config-5.4" | grep "CONFIG_${i}=y" || \
|
||||
echo "CONFIG_${i}=y" >> "$OMR_TARGET/source/target/linux/sunxi/cortexa7/config-5.4"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue