100-FSG3.mk 436 B

1234567891011121314151617181920
  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/FSG3
  8. NAME:=Freecom FSG-3
  9. PACKAGES:= \
  10. kmod-ath5k \
  11. kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \
  12. kmod-fs-ext4 kmod-fs-reiserfs
  13. endef
  14. define Profile/FSG3/Description
  15. Package set optimized for the Freecom FSG-3
  16. endef
  17. $(eval $(call Profile,FSG3))