Makefile 539 B

12345678910111213141516171819202122232425
  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 jffs2 atm
  12. LINUX_VERSION:=2.6.37.4
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \
  15. kmod-acx-mac80211 swconfig hostapd
  16. define Target/Description
  17. Build firmware images for TI AR7 based routers.
  18. endef
  19. $(eval $(call BuildTarget))