diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:33:45 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:35:47 +0100 |
commit | fc366fde0756cb342328d2ffd29756672b2624b5 (patch) | |
tree | e0ca91972fac39c13ab2c9bce363620bf59a23e8 /target/linux/lantiq | |
parent | b630d525c88e824d250f5c565356ed870c16330e (diff) | |
download | mtk-20170518-fc366fde0756cb342328d2ffd29756672b2624b5.zip mtk-20170518-fc366fde0756cb342328d2ffd29756672b2624b5.tar.gz mtk-20170518-fc366fde0756cb342328d2ffd29756672b2624b5.tar.bz2 |
lantiq: remove CPU_TYPE:=mips32r2, it gets overwritten anyway
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 66f3e76..3e4f48e 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -14,8 +14,6 @@ MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.4 -CPU_TYPE:=mips32r2 - define Target/Description Build firmware images for Lantiq SoC endef |