blob: 64a1d3469b381f09a9f61922c44b61b6c79759c3 (
plain)
1
2
3
4
5
6
7
|
#@TYPE: Distribution
#@NAME: OpenZaurus
#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
INHERIT += " package_ipk debian"
TARGET_OS ?= "linux"
TARGET_FPU ?= "soft"
|