Makefile 399 B

12345678910111213141516171819
  1. # Copyright (c) 2015 OpenWrt.org
  2. #
  3. include $(TOPDIR)/rules.mk
  4. ARCH:=arm
  5. BOARD:=mediatek
  6. BOARDNAME:=MediaTek Ralink ARM
  7. SUBTARGETS:=mt7622 mt7623
  8. FEATURES:=squashfs nand ramdisk fpu
  9. MAINTAINER:=John Crispin <[email protected]>
  10. KERNEL_PATCHVER:=4.14
  11. include $(INCLUDE_DIR)/target.mk
  12. DEFAULT_PACKAGES += \
  13. kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug \
  14. wpad-basic
  15. $(eval $(call BuildTarget))