diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-26 12:12:46 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-26 12:12:46 +0000 |
commit | 70e84b73848e2d69dad6690cc41bf8dfd7620d39 (patch) | |
tree | b0229c743a5bba68d82df48a852aa9369b740143 | |
parent | c9b84c72c9759cf2450dcd7884c4ddcf7b6f11ab (diff) | |
parent | 1b242f5e6be540134f5752a88da513e3422295ac (diff) |
merge of 07ec1a0bb5473984aad7086c0164371a99b62f47
and ea7b7ac1f0c9187b9523a2144f045196873dc260
-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" |