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 | |
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')
-rw-r--r-- | main/busybox/APKBUILD | 4 | ||||
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index a20d4bee4..e53889e83 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.20.1 -pkgrel=0 +pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" @@ -111,4 +111,4 @@ aa0b89a3edb2152219df5dc79cb0f70e busybox-1.20.1-ifupdown.patch 8e85ee0d318bd67b2de2541a1824e1ff busybox-1.20.1-man.patch 0b81a3b16db2b74376027e33c127fb4d busybox-1.20.1-ps.patch 1374dd3102d0d1e2c98509bc22024464 busybox-1.20.1-tar.patch -2f0ee9409d33bf48c64144bd1871081e busyboxconfig" +8b3bcd5dd5e3245721da3d376172dcac busyboxconfig" diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 734315cb9..19cd7af7b 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 |