diff options
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 7389a33fa1..76e063d6cb 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -10,6 +10,9 @@ DISTRO_NAME = "Unslung" DISTRO_VERSION = "5.5-beta" DISTRO_TYPE = "beta" +# pull in the frozen list of bbfiles +include conf/distro/freeze.conf + TARGET_FPU = "soft" TARGET_OS = "linux" |