Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-07-06 20:13:05 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-06 20:13:43 (GMT)
commit180a15a57b06c1e0e9a5a1a7472291904a507d87 (patch)
tree785b3b7b77dc807191d373b0b5c1d4a9cefc6efd
parente738ab93fcdb1154342bb16d2de23b4706784879 (diff)
xo1: remove smbios hack
Recent firmware releases enable SMBIOS by default. And olpc-configure can cope when it's not enabled.
-rw-r--r--modules/xo1/kspost.50.xo1-tweaks.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/xo1/kspost.50.xo1-tweaks.inc b/modules/xo1/kspost.50.xo1-tweaks.inc
index 93d0749..a5d2aa2 100644
--- a/modules/xo1/kspost.50.xo1-tweaks.inc
+++ b/modules/xo1/kspost.50.xo1-tweaks.inc
@@ -10,6 +10,3 @@ echo "%__dbi_cdb create private nommap" > /etc/rpm/macros.rpmdb
# what's more, olpc.fth really shouldnt specify a root device
sed -i -e 's:root=mtd0:root=/dev/mtdblock0:g' /boot/olpc.fth
-# FIXME: need an OFW release that runs smbios by default
-sed -i -e 's/^olpc-fth-boot-me/setup-smbios olpc-fth-boot-me/' /boot/olpc.fth
-