From bebcb81da5dacb82f6876ae777bc13f5465d0eaa Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 8 Aug 2016 11:27:04 +0200 Subject: ramips: switch from 24kec to 24kc Since the only difference between 24Kec and 24Kc is the addition of DSP ASE support, and we don't use it anymore, there is no need to keep 24Kec as a separate cpu type. Signed-off-by: Jonas Gorski --- target/linux/ramips/mt7628/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/mt7628/target.mk') diff --git a/target/linux/ramips/mt7628/target.mk b/target/linux/ramips/mt7628/target.mk index cb717eb9bc..76e855c59c 100644 --- a/target/linux/ramips/mt7628/target.mk +++ b/target/linux/ramips/mt7628/target.mk @@ -5,7 +5,7 @@ SUBTARGET:=mt7628 BOARDNAME:=MT7628 based boards FEATURES+=usb -CPU_TYPE:=24kec +CPU_TYPE:=24kc DEFAULT_PACKAGES += kmod-mt76 -- cgit v1.2.3