From 0622be4c8362fd34d0fce7b29b15171b090d0bc5 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Fri, 4 Oct 2024 15:54:29 -0400 Subject: [PATCH] main/wl1251-cal: add openrc subpackage (MR 5688) --- device/community/wl1251-cal/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/community/wl1251-cal/APKBUILD b/device/community/wl1251-cal/APKBUILD index 1f20f87d3..1d87a4bc7 100644 --- a/device/community/wl1251-cal/APKBUILD +++ b/device/community/wl1251-cal/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Dang Huynh pkgname=wl1251-cal pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Retrieve wl1251 calibration data from a CAL partition and feed it to the driver" url="https://github.com/maemo-leste/wl1251-cal" arch="armv7" @@ -21,12 +21,12 @@ build() { package() { make install DESTDIR="$pkgdir" install -Dm755 "$srcdir/calibrate-wl1251" "$pkgdir/usr/bin/calibrate-wl1251" - install -Dm755 "$srcdir"/wl1251-cal.initd "$pkgdir"/etc/init.d/wl1251-cal } openrc() { default_openrc install="$subpkgname.post-install" + install -Dm755 "$srcdir"/wl1251-cal.initd "$subpkgdir"/etc/init.d/wl1251-cal } sha512sums="