1 config BR2_PACKAGE_OWL_LINUX
3 depends on BR2_LINUX_KERNEL
4 depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)
6 Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi SIP.
8 owl-linux requires the hidden kernel option WIRELESS_EXT enabled.
10 http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
12 comment "owl-linux needs a Linux kernel to be built"
13 depends on !BR2_LINUX_KERNEL
14 depends on BR2_arm || BR2_armeb
16 comment "owl-linux is only supported on ARM9 architecture"
17 depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t)
18 depends on BR2_arm || BR2_armeb