Makefile 474 B

1234567891011121314151617181920212223
  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:=armeb
  9. BOARD:=ixp4xx
  10. BOARDNAME:=Intel IXP4xx
  11. FEATURES:=squashfs
  12. MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
  13. SUBTARGETS=generic harddisk
  14. KERNEL_PATCHVER:=4.4
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += ixp4xx-microcode fconfig
  17. KERNELNAME:=zImage
  18. $(eval $(call BuildTarget))