diff options
Diffstat (limited to 'conf/distro/openzaurus.conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf deleted file mode 100644 index 9208aeda09..0000000000 --- a/conf/distro/openzaurus.conf +++ /dev/null @@ -1,12 +0,0 @@ -#@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" - |