|
@@ -1,8 +1,7 @@
|
|
config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
# ARM needs BLX, so v5t+
|
|
# ARM needs BLX, so v5t+
|
|
- default y if (BR2_arm || BR2_armeb) && \
|
|
|
|
- !(BR2_arm920t || BR2_arm922t || BR2_fa526)
|
|
|
|
|
|
+ default y if (BR2_arm || BR2_armeb) && !BR2_ARM_CPU_ARMV4
|
|
default y if BR2_i386 || BR2_mips || BR2_mipsel || \
|
|
default y if BR2_i386 || BR2_mips || BR2_mipsel || \
|
|
BR2_sparc || BR2_x86_64
|
|
BR2_sparc || BR2_x86_64
|
|
depends on BR2_USE_MMU # libgail -> pango -> libglib2
|
|
depends on BR2_USE_MMU # libgail -> pango -> libglib2
|