mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/rubix: remove package
The last release dates back to 2008 and we see build errors with gcc 14.x: cube.c: In function 'load_cube': cube.c:260:26: error: passing argument 2 of 'strstr' makes pointer from integer without a cast [-Wint-conversion] 260 | ptr = strstr(buffer, '='); Fixes: https://autobuild.buildroot.net/results/0a8/0a86f131afa72ca1be73a10635c95ca7974b49f8/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
ddce0814a7
commit
8503d08b98
@@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.05"
|
||||
|
||||
config BR2_PACKAGE_RUBIX
|
||||
bool "rubix removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
Rubix was no longer maintained upstream, so it has
|
||||
been dropped.
|
||||
|
||||
config BR2_PACKAGE_LLAMA_CPP_SERVER
|
||||
bool "llama-cpp option removed"
|
||||
select BR2_PACKAGE_LLAMA_CPP_TOOLS
|
||||
|
||||
Reference in New Issue
Block a user