diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 07:37:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 07:37:17 +0200 |
commit | 5f339811f952225222d5d95b8f5c2a23c7a5e550 (patch) | |
tree | edcfe2235633afa963bc36e4d4f03566f2fae269 /package/bcm28xx-utils/patches/patch-CMakeLists_txt | |
parent | 54b5039ea1d6118e33db211b4a2da5e5fffe017c (diff) |
bcm28xx-utils: remove obsolete package
Diffstat (limited to 'package/bcm28xx-utils/patches/patch-CMakeLists_txt')
-rw-r--r-- | package/bcm28xx-utils/patches/patch-CMakeLists_txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/bcm28xx-utils/patches/patch-CMakeLists_txt b/package/bcm28xx-utils/patches/patch-CMakeLists_txt deleted file mode 100644 index 956feac7e..000000000 --- a/package/bcm28xx-utils/patches/patch-CMakeLists_txt +++ /dev/null @@ -1,16 +0,0 @@ ---- 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) |