diff options
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r-- | conf/machine/n2100.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index 554157ca85..6aee9f1b71 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -11,17 +11,7 @@ MACHINE_FEATURES= "kernel26 usbhost" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.20" -# Do we need any kernel modules? -FOONAS_KERNEL = "kernel-module-ext2 kernel-module-usb-storage" - -FOONAS_SUPPORT += "fis" - # We want udev support in the image udevdir = "/dev" -BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" -EXTRA_IMAGECMD_jffs2 += " --little-endian" -ERASEBLOCK_SIZE = "0x20000" -JFFS2_ROOTFS_SIZE = "0xC80000" -KERNEL_IMAGE_SIZE = "0x280000" require conf/machine/include/tune-xscale.conf |