Initial commit
This commit is contained in:
17
target/linux/mediatek/Makefile
Normal file
17
target/linux/mediatek/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright (c) 2015 OpenWrt.org
|
||||
#
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
ARCH:=arm
|
||||
BOARD:=mediatek
|
||||
BOARDNAME:=MediaTek Ralink ARM
|
||||
SUBTARGETS:=mt7622 mt7623 mt7629
|
||||
FEATURES:=dt-overlay fpu gpio nand pci pcie separate_ramdisk squashfs usb
|
||||
|
||||
KERNEL_PATCHVER:=5.10
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += \
|
||||
kmod-leds-gpio kmod-gpio-button-hotplug
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
Reference in New Issue
Block a user