mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add tools needed for RPI FW update
This commit is contained in:
parent
6aa439c47e
commit
0bd87ac039
6 changed files with 305 additions and 0 deletions
16
rpi-userland/patches/disable_raspicam.patch
Normal file
16
rpi-userland/patches/disable_raspicam.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
diff --git a/host_applications/linux/CMakeLists.txt b/host_applications/linux/CMakeLists.txt
|
||||
index 928b637..d70c361 100644
|
||||
--- a/host_applications/linux/CMakeLists.txt
|
||||
+++ b/host_applications/linux/CMakeLists.txt
|
||||
@@ -4,11 +4,6 @@ add_subdirectory(libs/bcm_host)
|
||||
add_subdirectory(apps/gencmd)
|
||||
add_subdirectory(apps/tvservice)
|
||||
add_subdirectory(apps/vcmailbox)
|
||||
-if(NOT ARM64)
|
||||
- add_subdirectory(apps/raspicam)
|
||||
- add_subdirectory(libs/sm)
|
||||
- add_subdirectory(apps/smem)
|
||||
-endif()
|
||||
add_subdirectory(libs/debug_sym)
|
||||
add_subdirectory(apps/dtoverlay)
|
||||
add_subdirectory(apps/dtmerge)
|
||||
Loading…
Add table
Add a link
Reference in a new issue