diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-05 11:40:00 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-05 11:40:00 +0000 |
commit | b5dfd41f48b6e5c98ecc8cd7a22b5cf794a4e73b (patch) | |
tree | c49bdee0487dea3b8cce9e97f9ba7a68ef4cc975 | |
parent | ef063df0c6bed9e7e30fd6ef2403afcb12f0c5aa (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/05 13:34:34+02:00 hrw.one.pl!hrw
openzaurus.conf:
do not force TARGET_OS
BKrev: 427a0610zuJXQOsnAyVpEu0HfSjDKg
-rw-r--r-- | conf/distro/openzaurus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 4af0dfc85f..c4b103fab0 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -3,5 +3,5 @@ #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) INHERIT += " package_ipk debian" -TARGET_OS = "linux" +TARGET_OS ?= "linux" TARGET_FPU = "soft" |