calamp.mk 449 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2013 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/LMU5000
  8. NAME:=CalAmp LMU5000
  9. PACKAGES:= \
  10. kmod-rtc-pcf2123 \
  11. kmod-usb-acm \
  12. kmod-usb-serial \
  13. kmod-usb-serial-option \
  14. kmod-usb-serial-sierrawireless \
  15. kmod-gpio-mcp23s08
  16. endef
  17. define Profile/LMU5000/Description
  18. CalAmp LMU5000
  19. endef
  20. $(eval $(call Profile,LMU5000))