浏览代码

package/zlib: update architectures for zlib-ng

- powerpc is supported since
  https://github.com/zlib-ng/zlib-ng/commit/b81f4ee96dcbdf1db34b00727b6f1829a2ba1edb
- s390x is supported since
  https://github.com/zlib-ng/zlib-ng/commit/8e30d1173699412c11880db10de2bc10893a2448

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 4 年之前
父节点
当前提交
2007b79280
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/zlib/Config.in

+ 2 - 0
package/zlib/Config.in

@@ -3,6 +3,8 @@ config BR2_PACKAGE_ZLIB_NG_ARCH_SUPPORTS
 	default y if BR2_arm
 	default y if BR2_arm
 	default y if BR2_aarch64
 	default y if BR2_aarch64
 	default y if BR2_i386
 	default y if BR2_i386
+	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+	default y if BR2_s390x
 	default y if BR2_x86_64
 	default y if BR2_x86_64
 
 
 config BR2_PACKAGE_ZLIB
 config BR2_PACKAGE_ZLIB