Makefile 429 B

123456789101112131415161718
  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 mt7629 filogic
  8. FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
  9. KERNEL_PATCHVER:=6.1
  10. KERNEL_TESTING_PATCHVER:=6.6
  11. include $(INCLUDE_DIR)/target.mk
  12. DEFAULT_PACKAGES += \
  13. kmod-leds-gpio kmod-gpio-button-hotplug
  14. $(eval $(call BuildTarget))