mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Add 2 trivial patch to fix support for CMake 4.0 version and use libftdi1 library instead of the old libftdi 0.x library. It's safe to use the new library version as the package already expect it to be used but somehow the CMakeFiles were never updated to actually use libftdi1 instead of libftdi. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>