Makefile 523 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2006 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
  12. define Target/Description
  13. Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
  14. endef
  15. KERNEL:=2.4
  16. include $(INCLUDE_DIR)/kernel-build.mk
  17. DEFAULT_PACKAGES += kmod-avalanche-cpmac
  18. # include the profiles
  19. -include profiles/*.mk
  20. $(eval $(call BuildKernel))