Message ID | 1441109686-27796-6-git-send-email-yszhou4tech@gmail.com |
---|---|
State | Changes Requested |
Headers | show |
Le 1 sept. 2015 05:22, "Yousong Zhou" <yszhou4tech@gmail.com> a écrit : > > Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> > --- > target/linux/malta/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile > index 9352dfa..0cce15e 100644 > --- a/target/linux/malta/Makefile > +++ b/target/linux/malta/Makefile > @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk > > BOARD:=malta > BOARDNAME:=MIPS Malta CoreLV board (qemu) > +CPU_TYPE:=24kc This is certainly valid, but needs to come up with a better explanation as to why we would want this. > SUBTARGETS:=le be #le64 be64 > INITRAMFS_EXTRA_FILES:= > MAINTAINER:=Florian Fainelli <florian@openwrt.org> > -- > 1.7.10.4 > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
On Sep 1, 2015 8:44 PM, "Florian Fainelli" <florian@openwrt.org> wrote: > > Le 1 sept. 2015 05:22, "Yousong Zhou" <yszhou4tech@gmail.com> a écrit : > > > > Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> > > --- > > target/linux/malta/Makefile | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile > > index 9352dfa..0cce15e 100644 > > --- a/target/linux/malta/Makefile > > +++ b/target/linux/malta/Makefile > > @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk > > > > BOARD:=malta > > BOARDNAME:=MIPS Malta CoreLV board (qemu) > > +CPU_TYPE:=24kc > > This is certainly valid, but needs to come up with a better explanation as to why we would want this. will write more in next version yousong > > > SUBTARGETS:=le be #le64 be64 > > INITRAMFS_EXTRA_FILES:= > > MAINTAINER:=Florian Fainelli <florian@openwrt.org> > > -- > > 1.7.10.4 > > _______________________________________________ > > openwrt-devel mailing list > > openwrt-devel@lists.openwrt.org > > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 9352dfa..0cce15e 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) +CPU_TYPE:=24kc SUBTARGETS:=le be #le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <florian@openwrt.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> --- target/linux/malta/Makefile | 1 + 1 file changed, 1 insertion(+)