anonabox.mk 583 B

1234567891011121314151617
  1. #
  2. # This is free software, licensed under the GNU General Public License v2.
  3. # See /LICENSE for more information.
  4. #
  5. define Profile/ANONABOX_PRO
  6. NAME:=AnonaBox Pro board
  7. PACKAGES:= \
  8. kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
  9. endef
  10. define Profile/ANONABOX_PRO/Description
  11. Package set optimized for the AnonaBox Pro board.
  12. endef
  13. $(eval $(call Profile,ANONABOX_PRO))