Skip to content
Snippets Groups Projects
Commit d22f8d3c authored by Markus Gothe's avatar Markus Gothe :ok_hand:
Browse files

airoha: Update PON PACKAGES to support new BOSA.

Add support for AN7573B BOSA.
parent b385adbc
Branches
Tags
1 merge request!1385airoha: Update PON PACKAGES to support new BOSA.
......@@ -131,6 +131,10 @@ boot() {
echo "insmod ae_wan"
else
if [ -n "${LDDA_MODULE}" ]; then
if [ "$TCSUPPORT_CPU_EN7581" != "" ]; then
echo "insmod an8901.ko"
insmod /lib/modules/5.4.55/an8901.ko
fi
echo "insmod econet-${LDDA_MODULE}"
insmod /lib/modules/5.4.55/${LDDA_MODULE}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment