boards: (APP-4071, PR #362): Add Linksys mvebu build target

Approved-by: Milad Mohtashamirad
Approved-by: James Haggerty
Approved-by: Lyall Beveridge
This commit is contained in:
Sophronia Koilpillai 2025-01-31 03:18:03 +00:00 committed by Arien Judge
parent 8290d28388
commit b993fa4dbc
9 changed files with 22 additions and 6 deletions

View file

@ -0,0 +1 @@
../common_extras/cameraapp_diffconfig

View file

@ -0,0 +1 @@
../common_extras/languages_diffconfig

View file

@ -0,0 +1 @@
../common_extras/morseguide_diffconfig

View file

@ -0,0 +1 @@
../common_extras/rangetest_diffconfig

View file

@ -0,0 +1,15 @@
CONFIG_TARGET_mvebu=y
CONFIG_TARGET_mvebu_cortexa9=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_DEVICE_mvebu_cortexa9_DEVICE_linksys_wrt1900acs=y
CONFIG_TARGET_PREINIT_IP="10.42.0.1"
CONFIG_TARGET_PREINIT_BROADCAST="10.42.0.255"
CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT=y
CONFIG_PACKAGE_morsectrl=y
CONFIG_PACKAGE_morse-board-config-hotplug-model=y
CONFIG_PACKAGE_luci-app-ekhwizards=y
CONFIG_PACKAGE_kmod-morse=y
CONFIG_PACKAGE_netifd-morse=y
CONFIG_PACKAGE_morse-fw-8108=y

View file

@ -0,0 +1 @@
../common_extras/usb_diffconfig

View file

@ -0,0 +1 @@
../common_extras/utils_diffconfig

View file

@ -0,0 +1 @@
../common_extras/wireshark_diffconfig

View file

@ -348,12 +348,6 @@
const struct ieee80211_tx_queue_params *params)
{
struct mwl_priv *priv = hw->priv;
@@ -934,4 +934,5 @@ const struct ieee80211_ops mwl_mac80211_
.pre_channel_switch = mwl_mac80211_chnl_switch,
.sw_scan_start = mwl_mac80211_sw_scan_start,
.sw_scan_complete = mwl_mac80211_sw_scan_complete,
+ .wake_tx_queue = ieee80211_handle_wake_tx_queue,
};
--- a/utils.c
+++ b/utils.c
@@ -173,9 +173,9 @@ u32 utils_get_init_tx_rate(struct mwl_pr