diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-18 23:06:40 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-18 23:06:40 +0000 |
commit | 2225bb697129c9be8ca2b79f7930798bf9f72167 (patch) | |
tree | 1b3468290463bfdd43a0eb9db8bd0c0a82992729 /conf | |
parent | 7d06b64ec9dbab07b8f95febb8886eb168d2b27c (diff) |
foonas: Update image config, move crap from distro config
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/foonas.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf index 39bcaf041e..b43090202d 100644 --- a/conf/distro/foonas.conf +++ b/conf/distro/foonas.conf @@ -19,18 +19,12 @@ HOTPLUG = "udev" FOONAS_KERNEL_n2100 = "kernel-module-ext2 kernel-module-usb-storage" FOONAS_SUPPORT_n2100 += "fis" BOOTSTRAP_EXTRA_RDEPENDS_n2100 = "udev mdadm" -EXTRA_IMAGECMD_n2100 = "--little-endian" -ERASEBLOCK_SIZE_n2100 = "0x20000" -IMAGE_FSTYPES_n2100 = "jffs2" # Various defines for QNAP Turbostation FOONAS_KERNEL_turbostation = "kernel-module-ext3 kernel-module-minix \ kernel-module-usb-storage" FOONAS_SUPPORT_turbostation += "uboot-utils" BOOTSTRAP_EXTRA_RDEPENDS_turbostation = "udev mdadm" -EXTRA_IMAGECMD_turbostation = "--big-endian" -ERASEBLOCK_SIZE_turbostation = "0x20000" -IMAGE_FSTYPES_turbostation = "jffs2" # Various defines for Linkstations FOONAS_KERNEL_lsppchg = "kernel-module-dm-mod kernel-module-raid1 \ |