From dcf7fdbdbfa0a1a3c6b666d5c2d38de4b0e64e67 Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Thu, 26 Mar 2020 22:00:48 +0800 Subject: ramips: move swconfig to subtargets except for MT7621 As MT7621 does not use swconfig anymore, move the package swconfig to other subtargets. Signed-off-by: DENG Qingfang --- target/linux/ramips/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ramips/Makefile') diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index f57d9a817d..82576cf155 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -19,7 +19,6 @@ define Target/Description endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug swconfig +DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug $(eval $(call BuildTarget)) -- cgit v1.2.3