aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>2020-03-26 22:00:48 +0800
committerChuanhong Guo <gch981213@gmail.com>2020-04-04 14:56:14 +0800
commitdcf7fdbdbfa0a1a3c6b666d5c2d38de4b0e64e67 (patch)
tree5c2c13537b6e4be964dcc2f04424ec38968b1c76 /target/linux/ramips/Makefile
parent657096091353f3f11e2636b2ba0e5782450076a1 (diff)
downloadupstream-dcf7fdbdbfa0a1a3c6b666d5c2d38de4b0e64e67.tar.gz
upstream-dcf7fdbdbfa0a1a3c6b666d5c2d38de4b0e64e67.tar.bz2
upstream-dcf7fdbdbfa0a1a3c6b666d5c2d38de4b0e64e67.zip
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 <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile3
1 files changed, 1 insertions, 2 deletions
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))