mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
dcwifi: Update component versions
update package versions and hashes remove bzero patches remove uclibc++ patch refactor directory structure relocate mrmctl in menuconfig update macremapper patch Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/dcwapd.linuxjsonstatic/main.cxx
|
||||
+++ b/dcwapd.linuxjsonstatic/main.cxx
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "dcwlinux/ap_configuration.h"
|
||||
#include "dcwlinux/vap_manager.h"
|
||||
#include "dcwlinux/json_configuration_provider.h"
|
||||
+#include "dcwlinux/uci_configuration_provider.h"
|
||||
|
||||
#include "dcw/dcwlog.h"
|
||||
|
||||
@@ -19,7 +20,8 @@ int
|
||||
main( void ) {
|
||||
|
||||
try {
|
||||
- dcwlinux::JsonConfigurationProvider configProvider("./dcwapdconf.json");
|
||||
+ //dcwlinux::JsonConfigurationProvider configProvider("./dcwapdconf.json");
|
||||
+ dcwlinux::UciConfigurationProvider configProvider("dcwapd");
|
||||
|
||||
dcwposix::ProcessSignalManager sigman;
|
||||
dcwposix::SelectEventReactor eventReactor;
|
||||
Reference in New Issue
Block a user