Config.in 646 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_RTL8188EU
  2. bool "rtl8188eu"
  3. depends on !BR2_s390x
  4. depends on BR2_LINUX_KERNEL
  5. help
  6. A standalone driver for the RTL8188EU USB Wi-Fi adapter.
  7. This is needed only for Linux kernels before 3.12.
  8. Since 3.12, there is a (staging) driver in mainline, with a
  9. similar codebase.
  10. Make sure your target kernel has the CONFIG_WIRELESS_EXT
  11. config option enabled.
  12. Note: this package needs a firmware loading mechanism to load
  13. the binary blob for the chip to work.
  14. https://github.com/lwfinger/rtl8188eu
  15. comment "rtl8188eu needs a Linux kernel to be built"
  16. depends on !BR2_s390x
  17. depends on !BR2_LINUX_KERNEL