summarylogtreecommitdiffstats
path: root/update_kernel_config.sh
diff options
context:
space:
mode:
authorBjörn Bidar2020-09-19 17:04:25 +0300
committerBjörn Bidar2020-09-19 17:04:25 +0300
commit754b1f19e34774b77526fb067a5b32b82885eb87 (patch)
tree6dad9cda24a2dd2d55e238753fc8c25eb9bbc950 /update_kernel_config.sh
parenta8cba4ba96bf0b60cf62e8c901495eab8683dec3 (diff)
downloadaur-754b1f19e34774b77526fb067a5b32b82885eb87.tar.gz
Update to 5.8.10.pf4
- New upstream release based on 5.8.10 - Updated projectc patch-set - Update kernel configs from arch and arch32 - Add script to sync kernel configs with arch and arch32
Diffstat (limited to 'update_kernel_config.sh')
-rw-r--r--update_kernel_config.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update_kernel_config.sh b/update_kernel_config.sh
new file mode 100644
index 000000000000..45b88602c589
--- /dev/null
+++ b/update_kernel_config.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+wget https://git.archlinux32.org/packages/plain/core/linux/config.i686 \
+ -O config.i686
+wget 'https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux' \
+ -O config.x86_64