Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion legacy/LegacyNetworkAPIs.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.Network"
autostart = "true"
autostart = "false"
startuporder = "@PLUGIN_LEGACY_NW_STARTUPORDER@"
2 changes: 1 addition & 1 deletion legacy/LegacyNetworkAPIs.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (autostart true)
set (autostart false)
set (preconditions Platform)
set (callsign "org.rdk.Network")
set (startuporder ${PLUGIN_LEGACY_NW_STARTUPORDER})
2 changes: 1 addition & 1 deletion legacy/LegacyWiFiManagerAPIs.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.Wifi"
autostart = "true"
autostart = "false"
startuporder = "@PLUGIN_LEGACY_WIFI_STARTUPORDER@"
2 changes: 1 addition & 1 deletion legacy/LegacyWiFiManagerAPIs.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (autostart true)
set (autostart false)
set (preconditions Platform)
set (callsign "org.rdk.Wifi")
set (startuporder ${PLUGIN_LEGACY_WIFI_STARTUPORDER})
4 changes: 0 additions & 4 deletions plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ if(ENABLE_GNOME_NETWORKMANAGER)
DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/rdk)
install(FILES gnome/systemd/gnome-networkmanager-migration.conf
DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/systemd/system/wpeframework-networkmanager.service.d)
if(ENABLE_MIGRATION_MFRMGR_SUPPORT)
install(FILES gnome/systemd/gnome-networkmanager-mfrmgr-migration.conf
DESTINATION ${CMAKE_INSTALL_PREFIX}/../lib/systemd/system/wpeframework-networkmanager.service.d)
endif(ENABLE_MIGRATION_MFRMGR_SUPPORT)
endif(ENABLE_GNOME_NETWORKMANAGER)

#Generate Plugin configuration file
Expand Down
2 changes: 1 addition & 1 deletion plugin/NetworkManager.conf.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
callsign= "org.rdk.NetworkManager"
startuporder = "@PLUGIN_NETWORKMANAGER_STARTUPORDER@"
autostart = "true"
autostart = "false"

process= JSON()
process.add("outofprocess", "true")
Expand Down
2 changes: 1 addition & 1 deletion plugin/NetworkManager.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(callsign "org.rdk.NetworkManager")
set (startuporder ${PLUGIN_NETWORKMANAGER_STARTUPORDER})
set (autostart true)
set (autostart false)

map()
key(root)
Expand Down

This file was deleted.

Loading