diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 13:39:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 13:39:32 +0100 |
commit | 87832fb8da02431280c0a1f9c127dd121ddb7b25 (patch) | |
tree | 7c27ec563bc14939e677caace4ed5342df426a93 /package/php | |
parent | 83e587cc2ca21ff7e0eaa5e53d8d3edaca7a1d6d (diff) |
disable packages for cris, enable more packages by hardware features (vga, input)
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index 900ab42d6..e407ae1ba 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -29,6 +29,7 @@ PKGSB_MOD_PCRE:= pcre PKGSB_MOD_SQLITE:= sqlite PKGSB_MOD_XML:= expat +PKG_ARCH_DEPENDS:= !cris PKG_HOST_DEPENDS:= !cygwin # FIX PKG_DEPENDS |