Commit c7405f16 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Watchdog settings are now done by separate package

parent 548a211d
...@@ -19,7 +19,6 @@ opiplus2e: ...@@ -19,7 +19,6 @@ opiplus2e:
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
ln -svf dtbs/4.14.36/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb ln -svf dtbs/4.14.36/sun8i-h3-orangepi-plus2e.dtb /boot/machine.dtb
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -36,7 +35,6 @@ opipcplus: ...@@ -36,7 +35,6 @@ opipcplus:
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
ln -svf dtbs/4.14.36/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb ln -svf dtbs/4.14.36/sun8i-h3-orangepi-pc-plus.dtb /boot/machine.dtb
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -53,7 +51,6 @@ rpi3b: ...@@ -53,7 +51,6 @@ rpi3b:
ln -svf vmlinux-4.14.36 /boot/Image ln -svf vmlinux-4.14.36 /boot/Image
ln -svf dtbs/4.14.36/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb ln -svf dtbs/4.14.36/broadcom/bcm2837-rpi-3-b.dtb /boot/machine.dtb
tar xf brcm-firmware.tar.xz -C /lib/firmware tar xf brcm-firmware.tar.xz -C /lib/firmware
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=15s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -70,7 +67,6 @@ kvm64: ...@@ -70,7 +67,6 @@ kvm64:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -87,7 +83,6 @@ e2-6110: ...@@ -87,7 +83,6 @@ e2-6110:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -104,7 +99,6 @@ i3-540: ...@@ -104,7 +99,6 @@ i3-540:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -121,7 +115,6 @@ i5-3317u: ...@@ -121,7 +115,6 @@ i5-3317u:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -138,7 +131,6 @@ i5-8500: ...@@ -138,7 +131,6 @@ i5-8500:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -155,7 +147,6 @@ i7-2600: ...@@ -155,7 +147,6 @@ i7-2600:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -172,7 +163,6 @@ xeon-5130: ...@@ -172,7 +163,6 @@ xeon-5130:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -189,7 +179,6 @@ xeon-e5620: ...@@ -189,7 +179,6 @@ xeon-e5620:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -206,7 +195,6 @@ xeon-x5650: ...@@ -206,7 +195,6 @@ xeon-x5650:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
...@@ -223,6 +211,5 @@ xeon-e3-1271: ...@@ -223,6 +211,5 @@ xeon-e3-1271:
cp -v linux-4.14.36/System.map /boot/System.map-4.14.36 cp -v linux-4.14.36/System.map /boot/System.map-4.14.36
cp -v linux-4.14.36/.config /boot/config-4.14.36 cp -v linux-4.14.36/.config /boot/config-4.14.36
ln -svf vmlinuz-4.14.36 /boot/zImage ln -svf vmlinuz-4.14.36 /boot/zImage
sed -i 's/.*ShutdownWatchdogSec=.*/ShutdownWatchdogSec=16s/g' /etc/systemd/system.conf
$(MAKE) -C ../kmod tests $(MAKE) -C ../kmod tests
rm -rf linux-4.14.36 rm -rf linux-4.14.36
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment