diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 08:22:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 15:04:39 +0000 |
commit | 57c239705f8015256d026af6b5d5f7651757d9bd (patch) | |
tree | 98e41459f62e80c3db772c1695262b8877f6db8e /main/busybox/APKBUILD | |
parent | a24ed08595002aed165dd505b0d162e559cc37eb (diff) | |
download | aports-57c239705f8015256d026af6b5d5f7651757d9bd.tar.bz2 aports-57c239705f8015256d026af6b5d5f7651757d9bd.tar.xz |
main/busybox: backport ifupdown metric support
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 0cf32cb3b..92f5d71e0 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.19.4 -pkgrel=3 +pkgrel=4 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" @@ -24,6 +24,7 @@ source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 0001-grep-support-for-x-match-whole-line.patch 0001-tar-Implement-no-recursion.patch 0001-unzip-ignore-chmod-errors-so-unzipping-on-FAT-works.patch + 0001-ifupdown-support-metric-for-static-default-gw.patch busyboxconfig" @@ -98,4 +99,5 @@ cfafb917f777437f428ea97da0a63915 0001-acpid-do-not-install-handlers-for-fatal-s 699701047d05468a13e5c37b5ebc3824 0001-grep-support-for-x-match-whole-line.patch b0977368029587bab23067f0267ae309 0001-tar-Implement-no-recursion.patch d13491d62d8987f79c385f6fdd94836a 0001-unzip-ignore-chmod-errors-so-unzipping-on-FAT-works.patch +ce7fcd5eee5b0e9bf67108b241c09ea2 0001-ifupdown-support-metric-for-static-default-gw.patch 42e2f49483e650193c0e142ade7de142 busyboxconfig" |