diff options
author | Derek Young <dyoung@nslu2-linux.org> | 2005-02-19 09:34:58 +0000 |
---|---|---|
committer | Derek Young <dyoung@nslu2-linux.org> | 2005-02-19 09:34:58 +0000 |
commit | 4453d89e3f6c569c4199be0330503eb156f93719 (patch) | |
tree | 46cbc75ab1b2db11c2566aa0cd319ae3cab69f8e /conf/distro | |
parent | 29ca0553376206992553b32d52a714a6148d193e (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/unslung-4.x
into builder.(none):/home/dereky/bbroot/unslung-4.x
2005/02/18 23:33:40-10:00 (none)!dyoung
cleaned out some cruft from linuxrc
BKrev: 42170842OmxqWTgI4mccm4il9m0ZaQ
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/switchbox.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf index 90c8baefe4..ff20708da2 100644 --- a/conf/distro/switchbox.conf +++ b/conf/distro/switchbox.conf @@ -2,7 +2,7 @@ #@NAME: SwitchBox #@DESCRIPTION: SwitchBox Linux Distribution for the NSLU2 -TARGET_FPU ?= "soft" +TARGET_FPU = "soft" TARGET_OS = "linux-uclibc" INHERIT += " package_ipk debian" |