diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-14 03:52:57 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-14 03:52:57 +0000 |
commit | 4c131d0c4529aba90ba185a43ebaa02ae1db83e0 (patch) | |
tree | 09b72d3ad7a4fccd0ed9cbc9d7cd6230df3b4805 /conf/machine/n2100.conf | |
parent | ea8a8c213f3957fdf30605100624c7f26f06386e (diff) | |
parent | ae38e327a91174ff6ba5de13d74e0926a62bbfd0 (diff) |
merge of '8f2faed526c135c5bf4913b322ad0cd349505c22'
and 'cc93779f06baa487b5fd2c375007139a847b0bd6'
Diffstat (limited to 'conf/machine/n2100.conf')
-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" |