nss-ecm: add ppp_generic dependencies (#44)

can`t compile qca-nss-ecm packages in case 'l2tp' I got issue that there is no ppp_generic package.

So, this change will fix building for l2tp case and will not broke pppoe case

EDIT: Fix whitespace
This commit is contained in:
Evgeniy Nikulov 2025-04-25 23:17:34 +03:00 committed by Sean Khan
parent bb4d4c9a25
commit 6895d8bb10

View File

@ -32,6 +32,7 @@ define KernelPackage/qca-nss-ecm
+PACKAGE_kmod-bonding:kmod-bonding \
+PACKAGE_kmod-vxlan:kmod-vxlan \
+PACKAGE_kmod-nat46:kmod-nat46 \
+PACKAGE_kmod-ppp:kmod-ppp \
+PACKAGE_kmod-pppoe:kmod-pppoe \
+PACKAGE_kmod-pppoe:kmod-pptp \
+PACKAGE_kmod-pppoe:kmod-pppol2tp \