target.mk 304 B

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