diff options
-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" |