ew.mk 569 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2012 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/EWDORIN
  8. NAME:=Embedded Wireless Dorin Platform
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage \
  10. kmod-fs-vfat kmod-fs-msdos kmod-fs-ntfs kmod-fs-ext4 \
  11. kmod-nls-cp437 kmod-nls-cp850 kmod-nls-cp852 kmod-nls-iso8859-1 kmod-nls-utf8
  12. endef
  13. define Profile/EWDORIN/Description
  14. Package set optimized for the Dorin Platform.
  15. endef
  16. $(eval $(call Profile,EWDORIN))