diff options
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 6d76e0946a..dc49242dc2 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -12,7 +12,7 @@ FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/stable # pull in the frozen list of bbfiles UNSLUNG_EXTRA_BBFILES ?= "" -include conf/distro/freeze.conf +require conf/distro/include/freeze.conf TARGET_FPU = "soft" TARGET_OS = "linux" |