300-NAS100d.mk 464 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2006 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/NAS100d
  8. NAME:=Iomega NAS 100d
  9. PACKAGES:=kmod-ath5k \
  10. kmod-scsi-core \
  11. kmod-ata-core kmod-ata-artop \
  12. kmod-usb-core kmod-usb2-pci kmod-usb-storage \
  13. kmod-fs-ext4
  14. endef
  15. define Profile/NAS100d/Description
  16. Package set optimized for the Iomega NAS 100d
  17. endef
  18. $(eval $(call Profile,NAS100d))