blob: d34d053aee47196a0c602446dfda38cd1118d402 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Tool to edit the Redboot config from userspace"
PR = "r0"
SRC_URI = "http://andrzejekiert.ovh.org/software/fconfig/fconfig-20060419.tar.gz"
S = ${WORKDIR}/fconfig
do_compile() {
${MAKE}
}
|