diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-08-08 11:27:04 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-08-08 11:29:56 +0200 |
commit | bebcb81da5dacb82f6876ae777bc13f5465d0eaa (patch) | |
tree | a07f20c35dda6549bf9339d4fb90c3aaa48794cc /target/linux/ramips/mt7628 | |
parent | b34ccf45dff7635d2b5d4cab7b86a596f1bf4980 (diff) | |
download | upstream-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.gz upstream-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.bz2 upstream-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.zip |
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 <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/ramips/mt7628')
-rw-r--r-- | target/linux/ramips/mt7628/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |