Skip to content
Snippets Groups Projects
Unverified Commit 789343b8 authored by sicelo's avatar sicelo :speech_balloon: Committed by Oliver Smith
Browse files

device-nokia-n900: enable use of rtc time at boot (MR 3586)

Since N900 rtc works fine, remove swclock from boot as it causes time to be set
wrong. Additionally, rtc device is set correctly in kernel, so remove old,
adjusted hwclock config.

Partially reverts pmaports 0e502a51
[ci:skip-build]: already built successfully in CI
parent 2acece29
No related branches found
No related tags found
No related merge requests found
Pipeline #204985 passed
......@@ -2,7 +2,7 @@
# Maintainer: Sicelo <absicsz@gmail.com>
# Co-Maintainer: Danct12 <danct12@disroot.org>
pkgname=device-nokia-n900
pkgver=8.2
pkgver=8.3
pkgrel=1
pkgdesc="Nokia N900"
url="https://postmarketos.org"
......@@ -10,7 +10,7 @@ arch="armv7"
license="MIT"
depends="postmarketos-base linux-nokia-n900 u-boot-tools kbd kbd-bkeymaps ofono alsa-utils"
makedepends="devicepkg-dev u-boot-tools kbd kbd-bkeymaps"
install="$pkgname.post-install"
install="$pkgname.pre-upgrade $pkgname.post-install"
subpackages="
$pkgname-x11
$pkgname-xkeyboard-config:xkeyboard_config
......@@ -112,6 +112,8 @@ package() {
"$pkgdir"/usr/share/bkeymaps/fi/rx51_fi.bmap.gz
install -D -m644 "$srcdir"/keymaps/rx51_se.bmap.gz \
"$pkgdir"/usr/share/bkeymaps/se/rx51_se.bmap.gz
postmarketos-mvcfg-package "$pkgdir" "$pkgname"
}
x11() {
......
......@@ -11,8 +11,8 @@ rc-update add acpid default
rc-update add hwdrivers boot
# Enable ofono
rc-update add ofono default
# Enable swclock
rc-update -q add swclock boot
# Disable swclock because rtc is working
rc-update -q del swclock boot
# Load nokia-modem module on boot
NMC=/etc/modules-load.d/nokia-modem.conf
......@@ -20,9 +20,4 @@ if [ ! -f $NMC ] || [ -z "$(grep nokia-modem $NMC)" ]; then
echo "nokia-modem" >> /etc/modules-load.d/nokia-modem.conf
fi
# Set RTC device for hwclock
if [ -z "$(grep /dev/rtc0 /etc/conf.d/hwclock)" ]; then
sed -i 's/clock_args=\"/clock_args=\" -f \/dev\/rtc/' /etc/conf.d/hwclock
fi
exit 0
#!/bin/sh
postmarketos-mvcfg-pre-upgrade \
device-nokia-n900 \
/etc/conf.d/hwclock
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