diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-25 03:30:53 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-25 03:30:53 +0000 |
commit | 3f0c044cf02bcbfdc7825daf3777efb2dc438cb4 (patch) | |
tree | 474d8aabd79e944668fc026af4e1a4aad3301a46 /conf/distro/debianslug.conf | |
parent | d51061b74642d78dce04b469a56839087421b70e (diff) |
slugos: Added NAS100d image support
Diffstat (limited to 'conf/distro/debianslug.conf')
-rw-r--r-- | conf/distro/debianslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 0bcdac1db5..2904db1108 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -13,7 +13,7 @@ SLUGOS_IMAGENAME = "debianslug" SLUGOS_IMAGESEX = "little-endian" # debianslug builds a complete image (not just the parts) -SLUGOS_FLASH_IMAGE = "nslu2" +SLUGOS_FLASH_IMAGE = "1" # NOTE: to build new packages set DEBIANSLUG_EXTRA_BBFILES to the full path name to # the .bb files for the packages to build - see debianslug-packages.conf in this |