mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Fix buildroot broken build due to INRIA breaking links
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/165
This commit is contained in:
2
build
2
build
@@ -61,7 +61,7 @@ submodule_extra_remotes = {
|
||||
'up': 'git://sourceware.org/git/binutils-gdb.git',
|
||||
},
|
||||
'buildroot': {
|
||||
'up': 'https://gem5.googlesource.com/public/gem5',
|
||||
'up': 'https://github.com/buildroot/buildroot',
|
||||
},
|
||||
'crosstool-ng': {
|
||||
'up': 'https://github.com/crosstool-ng/crosstool-ng',
|
||||
|
||||
Reference in New Issue
Block a user