blob: f6975ae961de5328a017869e3d9c1b4fefe880a7 (
plain)
1
2
3
4
5
6
7
8
9
|
#@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"
|