Commit 171df527 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

package/owl-linux: drop check for EABI



... since we only support EABI now.

Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 95bfc99f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config BR2_PACKAGE_OWL_LINUX
	bool "owl-linux"
	depends on BR2_LINUX_KERNEL
	depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)
	depends on BR2_ARM_EABI
	help
	  Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi SIP.

@@ -14,6 +13,6 @@ comment "owl-linux requires a Linux kernel"
	depends on !BR2_LINUX_KERNEL
	depends on BR2_arm || BR2_armeb

comment "owl-linux is only supported on ARM9 architecture with EABI"
	depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t) || !BR2_ARM_EABI
comment "owl-linux is only supported on ARM9 architecture"
	depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t)
	depends on BR2_arm || BR2_armeb