diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-03 14:56:43 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-03 14:56:45 +0200 |
commit | 9abbaa9539b7f34422e3233369e4bdc867ced915 (patch) | |
tree | cf07053bea1e66174f5020f45d579c743f584f1c /target/linux/lantiq/xrx200/target.mk | |
parent | f2de33b2c94b633194b802570d87502988c22c6e (diff) | |
download | upstream-9abbaa9539b7f34422e3233369e4bdc867ced915.tar.gz upstream-9abbaa9539b7f34422e3233369e4bdc867ced915.tar.bz2 upstream-9abbaa9539b7f34422e3233369e4bdc867ced915.zip |
build: remove MIPS dsp/dsp2 CPU_SUBTYPE
There does not seem to be any meaningful difference in generated code.
This will save some time and space on snapshot builds
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/xrx200/target.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index 6b8738c8a8..a52816c452 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -3,7 +3,6 @@ SUBTARGET:=xrx200 BOARDNAME:=XRX200 FEATURES:=squashfs atm mips16 nand ubifs CPU_TYPE:=34kc -CPU_SUBTYPE:=dsp DEFAULT_PACKAGES+=kmod-leds-gpio \ kmod-gpio-button-hotplug \ |