diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-15 21:03:11 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-15 21:03:11 +0000 |
commit | 44ce357f16695446a76655955c576448eaa1e726 (patch) | |
tree | 8468f04108f2cf7bdb3b761e3d7ffb211f7fce67 /conf/machine | |
parent | c8abf7b51eff03265c39e6229f5a435f53c32182 (diff) |
n2100: Remove udev-utils from rootfs. It doesn't make sense since the n2100 has redboot
Diffstat (limited to 'conf/machine')
-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" |