diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-17 10:06:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-17 10:07:42 +0000 |
commit | 21e2bea6fc8bad37a0963b864dd76cf824d03d0b (patch) | |
tree | 80fc0e306297811e8df336925ab8c6d9b78c2395 /main/busybox/busyboxconfig | |
parent | eeb128fccee19bc3921ef2d9054760a90709e359 (diff) | |
download | aports-21e2bea6fc8bad37a0963b864dd76cf824d03d0b.tar.bz2 aports-21e2bea6fc8bad37a0963b864dd76cf824d03d0b.tar.xz |
main/busybox: enable uudecode
requested on alpine-devel
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 734315cb95..19cd7af7bf 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -287,7 +287,7 @@ CONFIG_UNEXPAND=y # CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set CONFIG_UNIQ=y CONFIG_USLEEP=y -# CONFIG_UUDECODE is not set +CONFIG_UUDECODE=y CONFIG_UUENCODE=y CONFIG_WC=y # CONFIG_FEATURE_WC_LARGE is not set |