olinuxino-rt5350f-evb.mk 473 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2014 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/OLINUXINO-RT5350F-EVB
  8. NAME:=OLinuXino-RT5350F-EVB
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-ohci kmod-usb2 \
  11. kmod-i2c-core kmod-i2c-ralink \
  12. kmod-spi-dev
  13. endef
  14. define Profile/OLINUXINO-RT5350F/Description
  15. Package set for OLinuXino-RT5350F-EVB board
  16. endef
  17. $(eval $(call Profile,OLINUXINO-RT5350F-EVB))