hiwifi.mk 523 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2012-2013 Hiwifi Wireless
  3. # Copyright (C) 2014 OpenWrt.org
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. #
  8. define Profile/HIWIFI_HC6361
  9. NAME:=HiWiFi HC6361
  10. PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-storage \
  11. kmod-crypto-deflate kmod-fs-ext4 kmod-ledtrig-gpio \
  12. kmod-nls-iso8859-1 e2fsprogs
  13. endef
  14. define Profile/HIWIFI_HC6361/description
  15. Package set optimized for the HiWiFi HC6361.
  16. endef
  17. $(eval $(call Profile,HIWIFI_HC6361))