summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-18 19:31:54 +0800
committerJack Chen2020-11-18 19:31:54 +0800
commit69f68557b89f25200248652454e024e702321224 (patch)
tree5f3e45c060773d80dc666a7d01242e2d6d24bb60
parent98e09467b2cebd35a292bdaac638b0f63e8f6b59 (diff)
downloadaur-69f68557b89f25200248652454e024e702321224.tar.gz
update hook files
-rw-r--r--.SRCINFO4
-rw-r--r--91-linux-rockchip-install.hook2
-rw-r--r--PKGBUILD4
-rw-r--r--linux-rockchip.preset2
4 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c83b8435cc..cdb56730460c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,9 +23,9 @@ pkgbase = linux-rockchip
source = https://apt.armbian.com/pool/main/l/linux-5.8.16-rockchip/linux-dtb-current-rockchip_20.08.14_armhf.deb
source = https://apt.armbian.com/pool/main/l/linux-5.8.16-rockchip/linux-image-current-rockchip_20.08.14_armhf.deb
source = https://apt.armbian.com/pool/main/l/linux-5.8.16-rockchip/linux-headers-current-rockchip_20.08.14_armhf.deb
- sha512sums = 0ec3bafb51e4476d6499e9e243501b677637a4218f2f425faa39689e999a364c1d0fda6f3f0ec392611262d086dcb9e1ee5314567e6a7746ab7d98816ce12328
+ sha512sums = c7a00e379d723d90c28c70069043a29800be40f120e36527b3aefe5b7acfbcd5680417c2cbf5ff2979c765456d4d5022ac10f01cfc65ab2e7cfb3a104bb670ce
sha512sums = 905c31481d2d6c5da65f58270e0c165b62d795d85bacf117faf1934007464696a2a5589f8a0d1cd3c12bf3ff13385ba43b20416f9ad2b199038fdb9208a6416b
- sha512sums = a98abd5e200089925b1d1efa7a43284960afe38b7c4b07c517fd4b7d2dc31096089d6abd55d55cb8ff0f5c0b740247e6a0a810e4b9e5509b9e15b843b9224f09
+ sha512sums = 61120b67b38adfe0588d948cbc0b765795a5201daa47145d7f1088626dad82e6dbb207f9279397d4935175689dbf075da6f01d0d89aafaccc4d3ca68bf1d3b7f
sha512sums = 723c3acdc7e3f56b7bb071b0d0ac8f284ba1bc2cb13aa318f30d431c49e635171492cd6648d601272259ed4e61f1ab3ac2555e182da9259d53fc148d0b3436ea
sha512sums = 59cea050cb3ca50d6e4c59fd7b2686eaf2762dd8da4bfaae360fb4410f615a5e2107d7c0789e75944620603707a6a6e817619d713c901633277c1fba9e5611d5
sha512sums = 961b8f97ad773d8c5da6d7ab3c5cb1268eea1aaff9ebaf2dc692a31aadb451a9a3ac6300078d2dd704e31e5cedb32aa43c023e991f5b592fd4ae7f01056407da
diff --git a/91-linux-rockchip-install.hook b/91-linux-rockchip-install.hook
index 238a2d36f6f6..cf5a6ebc65ee 100644
--- a/91-linux-rockchip-install.hook
+++ b/91-linux-rockchip-install.hook
@@ -7,5 +7,5 @@ Target = boot/zImage
[Action]
Description = Updating u-boot ramdisk image...
When = PostTransaction
-Exec = mkimage -C none -A arm -T ramdisk -d /boot/initramfs-linux.img /boot/uInitrd
+Exec = /usr/bin/mkimage -C none -A arm -T ramdisk -d /boot/initramfs-linux-rockchip.img /boot/uInitrd
NeedsTargets
diff --git a/PKGBUILD b/PKGBUILD
index b839b8a6c9de..213838a5bc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,9 +23,9 @@ source=(
"$(cat Packages | grep 'linux-headers-current-rockchip.*deb' | head -n 1 | sed -r 's#Filename: #https://apt.armbian.com/#')"
)
sha512sums=(
- '0ec3bafb51e4476d6499e9e243501b677637a4218f2f425faa39689e999a364c1d0fda6f3f0ec392611262d086dcb9e1ee5314567e6a7746ab7d98816ce12328'
+ 'c7a00e379d723d90c28c70069043a29800be40f120e36527b3aefe5b7acfbcd5680417c2cbf5ff2979c765456d4d5022ac10f01cfc65ab2e7cfb3a104bb670ce'
'905c31481d2d6c5da65f58270e0c165b62d795d85bacf117faf1934007464696a2a5589f8a0d1cd3c12bf3ff13385ba43b20416f9ad2b199038fdb9208a6416b'
- 'a98abd5e200089925b1d1efa7a43284960afe38b7c4b07c517fd4b7d2dc31096089d6abd55d55cb8ff0f5c0b740247e6a0a810e4b9e5509b9e15b843b9224f09'
+ '61120b67b38adfe0588d948cbc0b765795a5201daa47145d7f1088626dad82e6dbb207f9279397d4935175689dbf075da6f01d0d89aafaccc4d3ca68bf1d3b7f'
"$(cat Packages | grep 'linux-dtb-current-rockchip.*deb' -A 5 | grep SHA512 | head -n 1 | sed -r 's#SHA512: ##')"
"$(cat Packages | grep 'linux-image-current-rockchip.*deb' -A 5 | grep SHA512 | head -n 1 | sed -r 's#SHA512: ##')"
"$(cat Packages | grep 'linux-headers-current-rockchip.*deb' -A 5 | grep SHA512 | head -n 1 | sed -r 's#SHA512: ##')"
diff --git a/linux-rockchip.preset b/linux-rockchip.preset
index 3bc3c21570bb..7629cd16688f 100644
--- a/linux-rockchip.preset
+++ b/linux-rockchip.preset
@@ -4,5 +4,5 @@ ALL_kver="$(dd if=/boot/zImage skip=$(grep -a -b -o $'\x1f\x8b\x08\x00\x00\x00\x
PRESETS=('default')
#default_config="/etc/mkinitcpio.conf"
-default_image="/boot/initramfs-linux.img"
+default_image="/boot/initramfs-linux-rockchip.img"
#default_options=""