package/owl-linux: drop check for EABI

... since we only support EABI now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yann E. MORIN 2013-07-14 00:27:33 +02:00 committed by Peter Korsgaard
parent 95bfc99fb1
commit 171df5276f
1 changed files with 2 additions and 3 deletions

View File

@ -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