Skip to content
Snippets Groups Projects
Commit 793875f4 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/mkinitfs: remove kmod dep

The patched busybox should be able to generate the .bin files
parent 764d603b
No related merge requests found
......@@ -2,11 +2,11 @@
pkgname=mkinitfs
pkgver=2.8.0_git20151024
_ver=${pkgver%_git*}
pkgrel=0
pkgrel=1
pkgdesc="Tool to generate initramfs images for Alpine"
url=http://git.alpinelinux.org/cgit/mkinitfs
makedepends="kmod-dev util-linux-dev linux-headers"
depends="acct busybox apk-tools>=2.0 lddtree>=1.25 kmod"
depends="acct busybox apk-tools>=2.0 lddtree>=1.25"
install="$pkgname.pre-upgrade"
triggers="$pkgname.trigger=/usr/share/kernel/*"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment