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:33:45 +0100 |
commit | ad85464f11ee40ef1861d0a610ca4a3503835f9f (patch) | |
tree | 70f138869939f3bcd6dc122a9102d300c477a634 /target/linux/lantiq | |
parent | f4f8f4a180366ee90fd8e153213db2cb746ca361 (diff) | |
download | upstream-ad85464f11ee40ef1861d0a610ca4a3503835f9f.tar.gz upstream-ad85464f11ee40ef1861d0a610ca4a3503835f9f.tar.bz2 upstream-ad85464f11ee40ef1861d0a610ca4a3503835f9f.zip |
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 66f3e7645d..3e4f48e7b1 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 |