From 1fcd853b8dd73d3da2aee02134b4a11ecf723706 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 14 Oct 2021 08:38:41 +0200 Subject: [PATCH] Remove custom mediatek Makefile --- root/target/linux/mediatek/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 root/target/linux/mediatek/Makefile diff --git a/root/target/linux/mediatek/Makefile b/root/target/linux/mediatek/Makefile deleted file mode 100644 index 8ccaa927..00000000 --- a/root/target/linux/mediatek/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ext4 usb - -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.4 - -include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug \ - wpad-mini uboot-envtools partx-utils e2fsprogs - -$(eval $(call BuildTarget))