diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-07-26 11:10:31 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-07-26 11:10:31 +0000 |
commit | 1b242f5e6be540134f5752a88da513e3422295ac (patch) | |
tree | 181f7635d5e9e08ec3f01cb0c71876830f4365a6 | |
parent | b753092f94628cb723894abe4efbf1a3323dbb42 (diff) | |
parent | 81db04dba3f7e404e5d2337e1598f19e1cc558f3 (diff) |
merge of 40ffcb28674b0379d85d2300df7adae976966f00
and 7a85c145ad6d7d353ef93f13aad28fc3b3146471
-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" |