From 45a192360cbc6d8681d3bb0e86c8ba41f8e6cda7 Mon Sep 17 00:00:00 2001
From: Henry von Tresckow <hvontres@gmail.com>
Date: Sat, 8 May 2010 15:09:46 -0700
Subject: [PATCH] slugos-image: fix opkg-cl hanging on installing device tables

opkg-cl was hanging during slugos image builds due to opkg-cl waiting for an answer for overwriting the device tables.
adding " -force-defaults" to IPKG_ARGS allows the image to build

Signed-off-by: Henry von Tresckow <hvontres@gmail.com>
---
 recipes/images/slugos-image.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/images/slugos-image.inc b/recipes/images/slugos-image.inc
index 6a4b7b9..809459c 100644
--- a/recipes/images/slugos-image.inc
+++ b/recipes/images/slugos-image.inc
@@ -23,3 +23,5 @@ IMAGE_LINGUAS = ""
 IMAGE_PREPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/?Image*;"
 
 inherit image
+
+IPKG_ARGS += " -force-default"
\ No newline at end of file
-- 
1.6.3.3

