summaryrefslogtreecommitdiff
path: root/package/bcm28xx-utils/patches/patch-CMakeLists_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-23 04:02:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-28 14:22:38 +0100
commita49d13206d643a9c8602d3a21321fc2dbbb1895a (patch)
treecd0e6836cdaf19429d395e2b34cb0be36ded1884 /package/bcm28xx-utils/patches/patch-CMakeLists_txt
parent2a6a516b883d49240c75a196b70d7cb58daf449e (diff)
bcm28xx-utils: new package
Diffstat (limited to 'package/bcm28xx-utils/patches/patch-CMakeLists_txt')
-rw-r--r--package/bcm28xx-utils/patches/patch-CMakeLists_txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/bcm28xx-utils/patches/patch-CMakeLists_txt b/package/bcm28xx-utils/patches/patch-CMakeLists_txt
new file mode 100644
index 000000000..956feac7e
--- /dev/null
+++ b/package/bcm28xx-utils/patches/patch-CMakeLists_txt
@@ -0,0 +1,16 @@
+--- bcm28xx-utils-e65f5ec102e74218cda7da9fdc8b1caa0fd1127d.orig/CMakeLists.txt 2024-01-23 03:17:28.000000000 +0100
++++ bcm28xx-utils-e65f5ec102e74218cda7da9fdc8b1caa0fd1127d/CMakeLists.txt 2024-01-23 03:21:39.257325745 +0100
+@@ -3,13 +3,10 @@ cmake_minimum_required(VERSION 3.1...3.2
+ project(utils)
+
+ # List of subsidiary CMakeLists
+-add_subdirectory(dtmerge)
+ add_subdirectory(eeptools)
+ add_subdirectory(otpset)
+ add_subdirectory(overlaycheck)
+ add_subdirectory(ovmerge)
+-add_subdirectory(pinctrl)
+ add_subdirectory(raspinfo)
+ add_subdirectory(vcgencmd)
+ add_subdirectory(vclog)
+-add_subdirectory(vcmailbox)