| Summary: | New Package: cryptsetup | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Daniele Salvatore Albano <info> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot, mort |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch to add cryptsetup support | ||
Looks good to me. *** Bug 3385 has been marked as a duplicate of this bug. *** Shouldn't it be: ifneq ($(BR2_PACKAGE_UDEV),y) CRYPTSETUP_CONF_OPT += --disable-udev endif instead of: ifneq ($(BR2_PACKAGE_UDEV),y) CRYPTSETUP_CONF_OPT = --disable-udev endif Otherwise if BR2_PACKAGE_UDEV=n, then --with-libgcrypt-prefix will not be defined and it won't build. A cryptsetup package has been committed as of http://git.buildroot.net/buildroot/commit/?h=next&id=21028166a5a9d09063eec916e4ad60c964cff27d. At the time of this writing, this commit is part of the 'next' branch, which will be merged into the 'master' branch after the 2013.08 release is done. If you want to use it today, test the 'next' branch, or wait a few more days for the 2013.08 release to happen, at which point you'll find the package in the normal 'master' branch. If you only use stable releases of Buildroot, you'll have to wait until the 2013.11 release, which will incorporate this new package. |
Created attachment 3085 [details] Patch to add cryptsetup support This package adds cryptsetup support to buildroot. NOTE: i've seen that there is an opened bug (#3385) that add a cryptsetup package but mine handle more stuff (disable selinux, copy only needed stuff, check for udev and has libgpg-error in deps) so i've opened a new bug