From 78449ee6338adfc82aafab8564a6658f737ab1f7 Mon Sep 17 00:00:00 2001 From: "tanya.singh" Date: Mon, 18 Nov 2024 15:12:34 +0800 Subject: [PATCH] mediatek: Add netfilter configs to mt7981, and packages to bring up LTE (wwan) on EAP112 Fixes: WIFI-14098 Signed-off-by: tanya.singh --- feeds/mediatek-sdk/mediatek/mt7981/config-5.4 | 4 ++++ profiles/edgecore_eap112.yml | 22 +++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/feeds/mediatek-sdk/mediatek/mt7981/config-5.4 b/feeds/mediatek-sdk/mediatek/mt7981/config-5.4 index 5f0195139..fe86b65ef 100644 --- a/feeds/mediatek-sdk/mediatek/mt7981/config-5.4 +++ b/feeds/mediatek-sdk/mediatek/mt7981/config-5.4 @@ -519,3 +519,7 @@ CONFIG_WANT_DEV_COREDUMP=y CONFIG_VIRTIO_CONSOLE=n CONFIG_VIRTIO_NET=n CONFIG_VIRTIO_BLK=n +CONFIG_NF_FLOW_TABLE=m +CONFIG_NF_FLOW_TABLE_NETLINK=m +CONFIG_INIT_STACK_NONE=y +# CONFIG_INIT_STACK_ALL is not set diff --git a/profiles/edgecore_eap112.yml b/profiles/edgecore_eap112.yml index b905ac399..abd388396 100644 --- a/profiles/edgecore_eap112.yml +++ b/profiles/edgecore_eap112.yml @@ -9,6 +9,28 @@ feeds: path: ../../feeds/mediatek-sdk packages: - mediatek + - kmod-i2c-core + - kmod-mii + - kmod-usb-net + - kmod-usb-net-cdc-mbim + - kmod-usb-net-cdc-ncm + - kmod-usb-net-qmi-wwan + - kmod-usb-serial + - kmod-usb-serial-option + - kmod-usb-serial-wwan + - kmod-usb-wdm + - libdbus + - libi2c + - libmbim + - libqmi + - libqrtr-glib + - umbim + - uqmi + - modemmanager + - socat + - wwan + - dbus + - i2c-tools include: - ucentral-ap diffconfig: |