Author: myles Date: 2008-07-07 17:24:19 +0200 (Mon, 07 Jul 2008) New Revision: 212
Modified: buildrom-devel/packages/seabios/hardcode.diff buildrom-devel/packages/seabios/seabios.mk Log: This trivial patch changes the git URL for seabios and disables floppy support by default.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Myles Watson mylesgw@gmail.com
Modified: buildrom-devel/packages/seabios/hardcode.diff =================================================================== --- buildrom-devel/packages/seabios/hardcode.diff 2008-07-03 21:48:26 UTC (rev 211) +++ buildrom-devel/packages/seabios/hardcode.diff 2008-07-07 15:24:19 UTC (rev 212) @@ -16,7 +16,7 @@ +#define CONFIG_DEBUG_SERIAL 1
-#define CONFIG_FLOPPY_SUPPORT 1 -+#define CONFIG_FLOPPY_SUPPORT 1 ++#define CONFIG_FLOPPY_SUPPORT 0 #define CONFIG_PS2_MOUSE 1 #define CONFIG_ATA 1 #define CONFIG_KBD_CALL_INT15_4F 1
Modified: buildrom-devel/packages/seabios/seabios.mk =================================================================== --- buildrom-devel/packages/seabios/seabios.mk 2008-07-03 21:48:26 UTC (rev 211) +++ buildrom-devel/packages/seabios/seabios.mk 2008-07-07 15:24:19 UTC (rev 212) @@ -1,4 +1,4 @@ -SEABIOS_URL=git://git.linuxtogo.org/home/kevin/legacybios/ +SEABIOS_URL=git://git.linuxtogo.org/home/kevin/seabios/ SEABIOS_TAG=master
SEABIOS_DIR=$(BUILD_DIR)/seabios