mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
9ba09653ad
There is no such role as target maintainer anymore, one should always send corresponding changes for the review and anyone from the commiters is allowed to merge them or eventually use the hand break and NACK them. Lets make it clear, that it is solely a community doing the maintenance tasks. Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Piotr Dymacz <pepe2k@gmail.com>
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# Copyright (c) 2015 OpenWrt.org
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mediatek
|
|
BOARDNAME:=MediaTek Ralink ARM
|
|
SUBTARGETS:=mt7622 mt7623 mt7629
|
|
FEATURES:=squashfs nand ramdisk fpu
|
|
|
|
KERNEL_PATCHVER:=4.19
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
wpad-basic
|
|
|
|
$(eval $(call BuildTarget))
|