target.mk 316 B

123456789101112131415
  1. #
  2. # Copyright (C) 2011 OpenWrt.org
  3. #
  4. SUBTARGET:=rt3883
  5. BOARDNAME:=RT3662/RT3883 based boards
  6. FEATURES+=usb pci small_flash
  7. CPU_TYPE:=74kc
  8. DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc wpad-basic-mbedtls swconfig
  9. define Target/Description
  10. Build firmware images for Ralink RT3662/RT3883 based boards.
  11. endef