diff options
Diffstat (limited to 'conf/unslung.conf')
-rw-r--r-- | conf/unslung.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/unslung.conf b/conf/unslung.conf index 331ce2d3f9..b080b17f3c 100644 --- a/conf/unslung.conf +++ b/conf/unslung.conf @@ -1,9 +1,13 @@ #@TYPE: Distribution -#@NAME: Unslung Linux -#@DESCRIPTION: Distribution for packages to be run on the Linksys firmware in the NSLU2 +#@NAME: Unslung +#@DESCRIPTION: Unslung Linux Distribution for the NSLU2 INHERIT += " package_ipk debian nslu2_flashimg" + IMAGE_FSTYPE = "ext2.gz" +BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel" +PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-linksys" + PREFERRED_VERSION_glibc ?= "2.2.5" PREFERRED_VERSION_glibc-initial ?= "2.2.5" |