diff options
Diffstat (limited to 'conf/distro/openzaurus.inc')
-rw-r--r-- | conf/distro/openzaurus.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/openzaurus.inc b/conf/distro/openzaurus.inc new file mode 100644 index 0000000000..9208aeda09 --- /dev/null +++ b/conf/distro/openzaurus.inc @@ -0,0 +1,12 @@ +#@TYPE: Distribution +#@NAME: OpenZaurus +#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) + +INHERIT += " package_ipk debian" +# For some reason, this doesn't work +# TARGET_OS ?= "linux" +TARGET_OS = "linux" +TARGET_FPU = "soft" + +PARALLEL_INSTALL_MODULES = "1" + |