From: Oyvind Repvik Date: Thu, 15 Mar 2007 21:03:11 +0000 (+0000) Subject: n2100: Remove udev-utils from rootfs. It doesn't make sense since the n2100 has redboot X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ce357f16695446a76655955c576448eaa1e726;p=openembedded.git n2100: Remove udev-utils from rootfs. It doesn't make sense since the n2100 has redboot --- diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index aac4688c3a..619b0f4339 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -17,7 +17,7 @@ PREFERRED_VERSION_linux = "2.6.20" # We want udev support in the image udevdir = "/dev" -N2100_SUPPORT ?= "cpio uboot-utils udev" +N2100_SUPPORT ?= "cpio udev" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" EXTRA_IMAGECMD_jffs2 += " --little-endian"