diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-15 04:38:52 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-15 04:38:52 +0000 |
commit | 81b217518bd5049e4c6697d47f1600aab8639e56 (patch) | |
tree | edd0430724a1d81c2bb27d2ca5e6ad02db31be2d /conf | |
parent | 3d7e7c742cfee803d94dfaea8c1cff48b5ad67f9 (diff) |
slugos, unslung: Moved unslung image building into unslung-image, and split nslu2, nas100d and dsmg600 image building out into classes so they can be reused with multiple distros (like SlugOS and Angstrom)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 407a0bb203..de64aa8d2b 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -29,7 +29,7 @@ PACKAGE_EXTRA_ARCHS += "nslu2" # in unslung FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" -INHERIT += " package_ipk nslu2-jffs2-image" +INHERIT += " package_ipk" IMAGE_FSTYPES = "jffs2" UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}" |