wiznet.mk 351 B

1234567891011121314151617
  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/WIZFI630A
  8. NAME:=WIZnet WizFi630A
  9. PACKAGES:=\
  10. kmod-usb2
  11. endef
  12. define Profile/WIZFI630A/Description
  13. Package set for WIZnet WizFi630A board
  14. endef
  15. $(eval $(call Profile,WIZFI630A))