Config.in 600 B

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