mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
Fixed typo in net dsa broadcom prepend
This commit is contained in:
parent
3781228ee0
commit
3d9c64e011
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -225,7 +225,7 @@ if [ "$OMR_TARGET" = "bpi-r1" ]; then
|
||||||
|
|
||||||
# Add support for distributed switch architecture
|
# Add support for distributed switch architecture
|
||||||
echo -n "Adding DSA support to kernel 5.4..."
|
echo -n "Adding DSA support to kernel 5.4..."
|
||||||
for i in NET_DSA NET_DSA_TAG_8021Q NET_DSA_TAG_BRCM NET_DSA_TAG_PREPEND; do
|
for i in NET_DSA NET_DSA_TAG_8021Q NET_DSA_TAG_BRCM NET_DSA_TAG_BRCM_PREPEND; do
|
||||||
echo "CONFIG_${i}=y" >> "$OMR_TARGET/source/target/linux/sunxi/cortexa7/config-5.4"
|
echo "CONFIG_${i}=y" >> "$OMR_TARGET/source/target/linux/sunxi/cortexa7/config-5.4"
|
||||||
done
|
done
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Reference in a new issue