beagleboard.mk 690 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) 2015 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/BEAGLEBOARD
  8. NAME:=EBV BeagleBoard
  9. FEATURES:= usb ext4 targz
  10. DEFAULT_PACKAGES += kmod-usb2 kmod-usb2-omap \
  11. kmod-usb-net kmod-usb-net-asix \
  12. kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
  13. kmod-usb-net-kaweth kmod-usb-net-pegasus \
  14. kmod-usb-net-mcs7830 kmod-usb-net-smsc95xx \
  15. kmod-usb-net-dm9601-ether
  16. endef
  17. define Profile/BEAGLEBOARD/Description
  18. Package set for the BEAGLEBOARD and similar devices.
  19. Contains various USB-NET drivers for boards without Ethernet.
  20. endef
  21. $(eval $(call Profile,BEAGLEBOARD))