mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
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:
parent
8290d28388
commit
b993fa4dbc
9 changed files with 22 additions and 6 deletions
1
boards/ekh-mvebu-cortexa9/cameraapp_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/cameraapp_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/cameraapp_diffconfig
|
||||
1
boards/ekh-mvebu-cortexa9/languages_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/languages_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/languages_diffconfig
|
||||
1
boards/ekh-mvebu-cortexa9/morseguide_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/morseguide_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/morseguide_diffconfig
|
||||
1
boards/ekh-mvebu-cortexa9/rangetest_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/rangetest_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/rangetest_diffconfig
|
||||
15
boards/ekh-mvebu-cortexa9/target_diffconfig
Normal file
15
boards/ekh-mvebu-cortexa9/target_diffconfig
Normal 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
|
||||
1
boards/ekh-mvebu-cortexa9/usb_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/usb_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/usb_diffconfig
|
||||
1
boards/ekh-mvebu-cortexa9/utils_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/utils_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/utils_diffconfig
|
||||
1
boards/ekh-mvebu-cortexa9/wireshark_diffconfig
Symbolic link
1
boards/ekh-mvebu-cortexa9/wireshark_diffconfig
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../common_extras/wireshark_diffconfig
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue