add seabios as submodule

main
pantonshire 1 year ago
parent 5dad1faa66
commit cdb70a4105

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "seabios"]
path = seabios
url = https://github.com/coreboot/seabios.git

@ -0,0 +1,13 @@
Index: boot/seabios/scripts/kconfig/lxdialog/check-lxdialog.sh
===================================================================
--- boot.orig/seabios/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ boot/seabios/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -43,7 +43,7 @@ trap "rm -f $tmp" 0 1 2 3 15
check() {
$cc -x c - -o $tmp 2>/dev/null <<'EOF'
#include CURSES_LOC
-main() {}
+int main() { return 0; }
EOF
if [ $? != 0 ]; then
echo " *** Unable to find the ncurses libraries or the" 1>&2

@ -0,0 +1 @@
001_seabios_menuconfig.patch

@ -0,0 +1 @@
Subproject commit e5f2e4c69643bc3cd385306a9e5d29e11578148c
Loading…
Cancel
Save