[OpenWrt-Devel] [PATCH 0/2] genimage support
yegorslists at googlemail.com
yegorslists at googlemail.com
Fri Mar 24 04:50:14 EDT 2017
From: Yegor Yefremov <yegorslists at googlemail.com>
Some embedded Linux distributions like Buildroot provide genimage as
a host package, that can be then used to create bootable SD card images
or complete images for flash devices.
genimage requires libconfuse, hence the first patch adds this library.
One question remains. When should genimage be compiled? As it can be
used for almost any device/architecture I'd suggest to add it to the
general tools-y target.
Yegor Yefremov (2):
confuse: new host package
genimage: new host package
tools/confuse/Makefile | 35 +++++++++++++++++++++++++++++++++++
tools/genimage/Makefile | 28 ++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
create mode 100644 tools/confuse/Makefile
create mode 100644 tools/genimage/Makefile
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list