From c17b1dca606054587e0488019a50b996faeec8c5 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 15 Mar 2021 16:39:20 +0000 Subject: [PATCH] mediatek: mt7622: drop duplicate DEVICE_PACKAGES kmod-mt7615e kmod-mt7615-firmware and uboot-envtools are already part of the target's default package set. No need to add them again for buffalo_wsr-2533dhp2. Signed-off-by: Daniel Golle --- target/linux/mediatek/image/mt7622.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index e31baf2275..13f734b38c 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -111,7 +111,7 @@ define Device/buffalo_wsr-2533dhp2 IMAGE/sysupgrade.bin := append-kernel | \ buffalo-kernel-trx 0x32504844 $(KDIR)/tmp/$$(DEVICE_NAME).null | \ sysupgrade-tar kernel=$$$$@ | append-metadata - DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware swconfig uboot-envtools + DEVICE_PACKAGES := swconfig endef TARGET_DEVICES += buffalo_wsr-2533dhp2 -- 2.30.2