Makefile 418 B

12345678910111213141516171819
  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:=rb532
  10. BOARDNAME:=Mikrotik RouterBoard 532
  11. FEATURES:=pci targz squashfs
  12. KERNEL_PATCHVER:=4.1
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532
  15. $(eval $(call BuildTarget))