diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-18 18:35:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-18 18:35:04 +0000 |
commit | 144e9481d110016a8dae0d419e657be3be248a9b (patch) | |
tree | d598c5c1db4d1e9f5a0386ee28907a1fd65566be /conf | |
parent | ffd9bd6803d5f1408b84980e151214f7be803e1f (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/18 12:10:40-05:00 handhelds.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/18 12:10:26-05:00 handhelds.org!kergoth
Fix up the dynamic ldconfig patch for recent uclibc cvs.
2004/10/18 11:58:41-05:00 handhelds.org!kergoth
Merge http://nslu2-linux.bkbits.net/packages
into handhelds.org:/home/kergoth/code/packages
2004/10/17 02:37:03-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
2004/10/17 14:01:33+09:30 (none)!rwhitby
Fixed the /etc/profile patch for Unslung
2004/10/17 10:53:13+09:30 (none)!rwhitby
Unslung: Added LD_LIBRARY_PATH to /etc/profile
2004/10/16 15:19:49+09:30 (none)!rwhitby
Fixed the count on the /dev/sd{abc} entries in the nslu2 device tables.
2004/10/15 07:18:45+09:30 (none)!rwhitby
Set TARGET_OS to uClibc for OpenSlug
BKrev: 41740cd827PmA4UnqpuZx73lOpjsOA
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index af00ac8ec5..7bbca480fd 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 TARGET_FPU ?= "soft" -TARGET_OS ?= "linux-uclibc" +TARGET_OS = "linux-uclibc" INHERIT += " package_ipk debian nslu2_flashimg" |