diff options
-rw-r--r-- | conf/machine/n2100.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |