diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-07-26 11:05:29 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-07-26 11:05:29 +0000 |
commit | 81db04dba3f7e404e5d2337e1598f19e1cc558f3 (patch) | |
tree | 34d13ded5eecadb18818bf83b2f87d5bf1cefccd /conf | |
parent | e5f119730e8bc5fc7b5fb5fc773490d393b6b6b2 (diff) |
unslung.conf: Commented out freeze.inc (we don't use it anymore, and I don't know how it got back in there).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/unslung.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 4dd67ca8f4..0c757edc45 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -11,8 +11,8 @@ FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/sta FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/stable" # pull in the frozen list of bbfiles -UNSLUNG_EXTRA_BBFILES ?= "" -require conf/distro/include/freeze.inc +# UNSLUNG_EXTRA_BBFILES ?= "" +# require conf/distro/include/freeze.inc TARGET_FPU = "soft" TARGET_OS = "linux" |