Makefile 531 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2006-2011 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=mipsel
  9. BOARD:=ar7
  10. BOARDNAME:=TI AR7
  11. FEATURES:=squashfs atm low_mem
  12. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  13. SUBTARGETS:=generic ac49x
  14. KERNEL_PATCHVER:=3.18
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES+= swconfig
  17. define Target/Description
  18. Build firmware images for TI AR7 based routers.
  19. endef
  20. $(eval $(call BuildTarget))