From a238192abad686137d611f6d78bdba8d0b6672ba Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Jan 2014 05:06:12 +0100 Subject: good bye avr32, bad toolchain support, hardware is eol and no qemu emulator available --- package/php/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/php') diff --git a/package/php/Makefile b/package/php/Makefile index 43fd6554f..313940eb7 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -67,7 +67,7 @@ PKGFD_MOD_ZLIB:= ZLIB support PKGFB_MOD_ZLIB:= zlib PKGFS_MOD_ZLIB:= zlib -PKG_ARCH_DEPENDS:= !cris !avr32 +PKG_ARCH_DEPENDS:= !cris PKG_HOST_DEPENDS:= !cygwin include $(TOPDIR)/mk/package.mk -- cgit v1.2.3 From 4e41871d718048a3ef18dfe10607745cc94b7fc4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Jan 2014 07:27:47 +0100 Subject: good bye cris, hardware is eol, latest toolchain is broken, qemu emulator support is bad, kernel needs patches for serial and network --- package/php/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package/php') diff --git a/package/php/Makefile b/package/php/Makefile index 313940eb7..528f5bb11 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -67,7 +67,6 @@ PKGFD_MOD_ZLIB:= ZLIB support PKGFB_MOD_ZLIB:= zlib PKGFS_MOD_ZLIB:= zlib -PKG_ARCH_DEPENDS:= !cris PKG_HOST_DEPENDS:= !cygwin include $(TOPDIR)/mk/package.mk -- cgit v1.2.3