From 89aefb710d071e9328f50aeb2c7246a6501a708f Mon Sep 17 00:00:00 2001 From: skamath <161743589+skamath@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:48:23 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..024d8b3a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Test trigger From b0567a5362b10effb05ff75d1f7250b69b1adac3 Mon Sep 17 00:00:00 2001 From: skamath <161743589+skamath@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:19:09 +0530 Subject: [PATCH 2/2] fix build failure --- build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_dependencies.sh b/build_dependencies.sh index 090f105a..566fca25 100644 --- a/build_dependencies.sh +++ b/build_dependencies.sh @@ -47,7 +47,7 @@ cd rfc autoreconf -i ./configure --enable-rfctool=yes --enable-tr181set=yes cd rfcapi -make librfcapi_la_CPPFLAGS="-I/usr/include/cjson" +make CXXFLAGS="-DUSE_IARMBUS" librfcapi_la_CPPFLAGS="-I/usr/include/cjson" make install export RFC_PATH=$ROOT/rfc