diff options
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 8eb0b01aa8..4146e4a9a0 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -124,19 +124,16 @@ SLUGOS_FLASH_IMAGE ?= "no" # EXTRA PACKAGES # -------------- # SlugOS builds an image with no extra packages - to add packages to the -# firmware copy this file (to make a new 'distro' configuration file) and change +# firmware include this file in a new 'distro' configuration file) and set # the definition below to include the requirements. # NOTE: as built this system will *not* be able to boot off anything other than # the flash file system ('turnup' will not work). You need to add the filesystem # modules for your chosen root file system (and any others which will be used). # See openslug.conf for a more full-featured system! +# +# Everything in this list gets added to the flash image, along with any RDEPENDS +# it has itself! SLUGOS_EXTRA_RDEPENDS ?= "" -SLUGOS_EXTRA_DEPENDS ?= "" - -# These depends define native utilities - they do not get put in the flash. -# upslug2 (in tmp/work/upslug2-native-*) is the program to write the NSLU2 flash -# Override this as desired - it makes no difference to the final image. -SLUGOS_NATIVE_DEPENDS ?= "upslug2-native" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL |