Coremark packaged for OpenWrt

Hi guys,
I have packaged coremark to be able to be compiled using OpenWrt buildroot


Instruction in github
Now you can benchmark all your router cpu!
I tested it on my WDR4300v1

1 Like

Thanks!

Will you create a PR so that we have this in the official repo some day?

Do you know how to do the license part? The coremark package was released by eebmc recently under apache license.
Should the Makefile follow it or what?

I think the header of the Makefile should contain your copyright and/or the openwrt copyright because it is only for the makefile.


#
# Copyright (C) 2018 Your Name
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

And aditionally the makefile should contain this two varialbles according to the license of the coremark repo.

PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE.md