packages/linux-lava: bump to 5.15.13 and switch to pds
This commit is contained in:
parent
40a574c1e1
commit
74b96a4035
4 changed files with 45 additions and 24 deletions
13
packages/linux-lava/unpatch.patch
Normal file
13
packages/linux-lava/unpatch.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- a/arch/parisc/install.sh 2022-01-05 21:19:53.405768910 +0700
|
||||
+++ b/arch/parisc/install.sh 2022-01-05 21:22:05.079800743 +0700
|
||||
@@ -37,8 +37,8 @@
|
||||
# User may have a custom install script
|
||||
|
||||
if [ -n "${INSTALLKERNEL}" ]; then
|
||||
- if [ -x ~${INSTALLKERNEL} ]; then exec ~${INSTALLKERNEL} "$@"; fi
|
||||
- if [ -x ${INSTALLKERNEL} ]; then exec ${INSTALLKERNEL} "$@"; fi
|
||||
+ if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
||||
+ if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi
|
||||
fi
|
||||
|
||||
# Default install
|
||||
Loading…
Add table
Add a link
Reference in a new issue