diff options
Diffstat (limited to 'recipes/images/slugos-extd-image.bb')
-rw-r--r-- | recipes/images/slugos-extd-image.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/images/slugos-extd-image.bb b/recipes/images/slugos-extd-image.bb new file mode 100644 index 0000000000..fa027803a3 --- /dev/null +++ b/recipes/images/slugos-extd-image.bb @@ -0,0 +1,17 @@ +# This describes the SlugOS Extended image, which includes everything +# that is in the standard NSLU2 image, with a few extra drivers. This +# image is usually used with other IXP4xx machines, such as the D-Link +# DSM-G600A and the NAS100D + +DESCRIPTION = "SlugOS Extended image" + +PR = "r1" + +require slugos-image.inc + +IMAGE_NAME = "${IMAGE_BASENAME}-extd-${DISTRO_VERSION}" +DEPENDS += "task-slugos-extd" +IMAGE_INSTALL += "task-slugos-extd" + +# Todo: fix these image creation tools +#inherit dsmg600-image nas100d-image |