MeshCube.mk 470 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2007-2009 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/MeshCube
  8. NAME:=MeshCube MTX-1
  9. PACKAGES:=kmod-ath5k kmod-hostap kmod-hostap-pci kmod-net-prism54 \
  10. kmod-usb-core kmod-usb-ohci kmod-usb-storage kmod-fs-ext4 kmod-fs-vfat
  11. endef
  12. define Profile/MeshCube/Description
  13. Package set for the 4G MeshCube (MTX-1)
  14. endef
  15. $(eval $(call Profile,MeshCube))