add support for the following omap devices to libdebian-install: * Nokia N900 * Beagleboard * Pandaboard --- debian/changelog | 8 +++++++- src/system/subarch-arm-linux.c | 3 +++ 2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog index 30a9e7a..635cdcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ libdebian-installer (0.79) UNRELEASED; urgency=low + [ Hector Oron ] * subarch-arm-linux.c: add mx5 flavour (armhf architecture) - -- Hector Oron <zu...@debian.org> Thu, 21 Apr 2011 13:41:37 +0100 + [ Sebastian Reichel ] + * Add support for Nokia N900 + * Add support for Pandaboard + * Add support for Beagleboard + + -- Sebastian Reichel <s...@debian.org> Wed, 15 Jun 2011 23:45:26 +0200 libdebian-installer (0.78) unstable; urgency=low diff --git a/src/system/subarch-arm-linux.c b/src/system/subarch-arm-linux.c index f63bb0b..524001b 100644 --- a/src/system/subarch-arm-linux.c +++ b/src/system/subarch-arm-linux.c @@ -77,6 +77,9 @@ static struct map map_hardware[] = { { "ARM-Versatile PB", "versatile" }, { "Genesi Efika MX (Smartbook)", "mx5" }, { "Genesi Efika MX (Smarttop)", "mx5" }, + { "Nokia RX-51 board", "omap" }, + { "OMAP3 Beagle Board", "omap" }, + { "OMAP4 Panda board", "omap" }, { NULL, NULL } }; -- 1.7.2.5 -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1308174827-32067-1-git-send-email-...@debian.org