Makefile 576 B

123456789101112131415161718192021222324252627
  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:=brcm
  10. BOARDNAME:=Broadcom BCM947xx/953xx
  11. FEATURES:=squashfs
  12. define Target/Description
  13. Build firmware images for Broadcom based routers
  14. (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
  15. endef
  16. KERNEL:=2.4
  17. include $(INCLUDE_DIR)/kernel-build.mk
  18. DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
  19. # include the profiles
  20. -include profiles/*.mk
  21. $(eval $(call BuildKernel))