diff options
Diffstat (limited to 'package/aespipe')
-rw-r--r-- | package/aespipe/Config.in.host | 10 | ||||
-rw-r--r-- | package/aespipe/aespipe.mk | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/aespipe/Config.in.host b/package/aespipe/Config.in.host new file mode 100644 index 0000000000..b64868ce74 --- /dev/null +++ b/package/aespipe/Config.in.host @@ -0,0 +1,10 @@ +config BR2_PACKAGE_HOST_AESPIPE + bool "host aespipe" + help + aespipe program is AES encrypting or decrypting pipe. It + reads from standard input and writes to standard output. It + can be used to create and restore encrypted tar or cpio + archives. It can be used to encrypt and decrypt loop-AES + compatible encrypted disk images. + + http://koti.tnnet.fi/jari.ruusu/linux/ diff --git a/package/aespipe/aespipe.mk b/package/aespipe/aespipe.mk index a220688d56..c567092ae8 100644 --- a/package/aespipe/aespipe.mk +++ b/package/aespipe/aespipe.mk @@ -10,3 +10,4 @@ AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe AESPIPE_LICENSE = GPL $(eval $(autotools-package)) +$(eval $(host-autotools-package)) |