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/mt7688/target.mk | |
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/mt7688/target.mk')
-rw-r--r-- | target/linux/ramips/mt7688/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7688/target.mk b/target/linux/ramips/mt7688/target.mk index 84393c9ea3..f20a556de7 100644 --- a/target/linux/ramips/mt7688/target.mk +++ b/target/linux/ramips/mt7688/target.mk @@ -5,7 +5,7 @@ SUBTARGET:=mt7688 BOARDNAME:=MT7688 based boards FEATURES+=usb -CPU_TYPE:=24kec +CPU_TYPE:=24kc DEFAULT_PACKAGES += kmod-mt76 |