mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 09:40:18 +04:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -29,9 +29,6 @@ Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
|
||||
create mode 100644 util_tx_continuous/CMakeLists.txt
|
||||
create mode 100644 util_tx_test/CMakeLists.txt
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..b112150
|
||||
--- /dev/null
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -0,0 +1,77 @@
|
||||
@@ -112,16 +109,10 @@ index 0000000..b112150
|
||||
+
|
||||
+# -- add util_tx_test
|
||||
+add_subdirectory(util_tx_test)
|
||||
diff --git a/cmake/loragw-config.cmake b/cmake/loragw-config.cmake
|
||||
new file mode 100644
|
||||
index 0000000..ee8687b
|
||||
--- /dev/null
|
||||
+++ b/cmake/loragw-config.cmake
|
||||
@@ -0,0 +1 @@
|
||||
+include("${CMAKE_CURRENT_LIST_DIR}/loragw-targets.cmake")
|
||||
diff --git a/libloragw/CMakeLists.txt b/libloragw/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..b2102ae
|
||||
--- /dev/null
|
||||
+++ b/libloragw/CMakeLists.txt
|
||||
@@ -0,0 +1,150 @@
|
||||
@@ -275,9 +266,6 @@ index 0000000..b2102ae
|
||||
+
|
||||
+endforeach()
|
||||
+
|
||||
diff --git a/libloragw/loragw.pc.in b/libloragw/loragw.pc.in
|
||||
new file mode 100644
|
||||
index 0000000..01bb3cf
|
||||
--- /dev/null
|
||||
+++ b/libloragw/loragw.pc.in
|
||||
@@ -0,0 +1,10 @@
|
||||
@@ -291,9 +279,6 @@ index 0000000..01bb3cf
|
||||
+Version: @lora_gateway_VERSION@
|
||||
+Cflags: -I${includedir}
|
||||
+Libs: -L${libdir} -lloragw
|
||||
diff --git a/libloragw/loragw_config.h.in b/libloragw/loragw_config.h.in
|
||||
new file mode 100644
|
||||
index 0000000..76ad35a
|
||||
--- /dev/null
|
||||
+++ b/libloragw/loragw_config.h.in
|
||||
@@ -0,0 +1,14 @@
|
||||
@@ -311,9 +296,6 @@ index 0000000..76ad35a
|
||||
+#cmakedefine01 DEBUG_LBT
|
||||
+
|
||||
+#endif
|
||||
diff --git a/util_lbt_test/CMakeLists.txt b/util_lbt_test/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..f184b82
|
||||
--- /dev/null
|
||||
+++ b/util_lbt_test/CMakeLists.txt
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -340,9 +322,6 @@ index 0000000..f184b82
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
diff --git a/util_pkt_logger/CMakeLists.txt b/util_pkt_logger/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..82cfc86
|
||||
--- /dev/null
|
||||
+++ b/util_pkt_logger/CMakeLists.txt
|
||||
@@ -0,0 +1,29 @@
|
||||
@@ -375,9 +354,6 @@ index 0000000..82cfc86
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
diff --git a/util_spectral_scan/CMakeLists.txt b/util_spectral_scan/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..3cec2a9
|
||||
--- /dev/null
|
||||
+++ b/util_spectral_scan/CMakeLists.txt
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -404,9 +380,6 @@ index 0000000..3cec2a9
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
diff --git a/util_spi_stress/CMakeLists.txt b/util_spi_stress/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..d5f0eea
|
||||
--- /dev/null
|
||||
+++ b/util_spi_stress/CMakeLists.txt
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -433,9 +406,6 @@ index 0000000..d5f0eea
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
diff --git a/util_tx_continuous/CMakeLists.txt b/util_tx_continuous/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..97c70e5
|
||||
--- /dev/null
|
||||
+++ b/util_tx_continuous/CMakeLists.txt
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -462,9 +432,6 @@ index 0000000..97c70e5
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
diff --git a/util_tx_test/CMakeLists.txt b/util_tx_test/CMakeLists.txt
|
||||
new file mode 100644
|
||||
index 0000000..6cc0e04
|
||||
--- /dev/null
|
||||
+++ b/util_tx_test/CMakeLists.txt
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -491,6 +458,3 @@ index 0000000..6cc0e04
|
||||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+)
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@ Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
|
||||
libloragw/src/loragw_spi.native.c | 11 +++++++++--
|
||||
1 file changed, 9 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/libloragw/src/loragw_spi.native.c b/libloragw/src/loragw_spi.native.c
|
||||
index c01ed1c..fe251e3 100644
|
||||
--- a/libloragw/src/loragw_spi.native.c
|
||||
+++ b/libloragw/src/loragw_spi.native.c
|
||||
@@ -53,8 +53,15 @@ Maintainer: Sylvain Miermont
|
||||
@@ -30,6 +28,3 @@ index c01ed1c..fe251e3 100644
|
||||
//#define SPI_DEV_PATH "/dev/spidev32766.0"
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
||||
@@ -8,11 +8,9 @@ Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
|
||||
libloragw/CMakeLists.txt | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
|
||||
diff --git a/libloragw/CMakeLists.txt b/libloragw/CMakeLists.txt
|
||||
index b2102ae..32abf51 100644
|
||||
--- a/libloragw/CMakeLists.txt
|
||||
+++ b/libloragw/CMakeLists.txt
|
||||
@@ -13,6 +13,9 @@ option(DEBUG_GPIO "Active debug mode in GPIO module" OFF)
|
||||
@@ -13,6 +13,9 @@ option(DEBUG_GPIO "Active debug mode in
|
||||
option(DEBUG_LBT "Active debug mode in LBT module" OFF)
|
||||
option(DEBUG_GPS "Active debug mode in GPS module" OFF)
|
||||
|
||||
@@ -22,7 +20,7 @@ index b2102ae..32abf51 100644
|
||||
message("-- Build with debug AUX: ${DEBUG_AUX}")
|
||||
message("-- Build with debug SPI: ${DEBUG_SPI}")
|
||||
message("-- Build with debug REG: ${DEBUG_REG}")
|
||||
@@ -20,6 +23,8 @@ message("-- Build with debug HAL: ${DEBUG_HAL}")
|
||||
@@ -20,6 +23,8 @@ message("-- Build with debug HAL: ${DEBU
|
||||
message("-- Build with debug GPIO: ${DEBUG_GPIO}")
|
||||
message("-- Build with debug LBT: ${DEBUG_LBT}")
|
||||
message("-- Build with debug GPS: ${DEBUG_GPS}")
|
||||
@@ -40,6 +38,3 @@ index b2102ae..32abf51 100644
|
||||
)
|
||||
|
||||
target_sources(${TARGET}
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user