Makefile 543 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 source-only
  12. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  13. SUBTARGETS:=generic ac49x
  14. KERNEL_PATCHVER:=3.18
  15. define Target/Description
  16. Build firmware images for TI AR7 based routers.
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. DEFAULT_PACKAGES+= swconfig
  20. $(eval $(call BuildTarget))