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/rt305x/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/rt305x/target.mk') diff --git a/target/linux/ramips/rt305x/target.mk b/target/linux/ramips/rt305x/target.mk index f3c8a68..6cdb490 100644 --- a/target/linux/ramips/rt305x/target.mk +++ b/target/linux/ramips/rt305x/target.mk @@ -5,7 +5,7 @@ SUBTARGET:=rt305x BOARDNAME:=RT3x5x/RT5350 based boards FEATURES+=usb ramdisk -CPU_TYPE:=24kec +CPU_TYPE:=24kc DEFAULT_PACKAGES += kmod-rt2800-soc -- cgit v1.1