File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set -x -e
34
34
35
35
# # docker engine version (with platform)
36
36
DOCKER_VERSION=1.11.1-0~stretch_amd64
37
- LINUX_KERNEL_VERSION=4.9.0-3
37
+ LINUX_KERNEL_VERSION=4.9.0-5
38
38
39
39
# # Working directory to prepare the file system
40
40
FILESYSTEM_ROOT=./fsroot
Original file line number Diff line number Diff line change 2
2
Description=switch state service
3
3
Requires=database.service updategraph.service
4
4
{% if sonic_asic_platform == 'broadcom' %}
5
- Requires=opennsl-modules-4.9.0-3 -amd64.service
5
+ Requires=opennsl-modules-4.9.0-5 -amd64.service
6
6
{% elif sonic_asic_platform == 'nephos' %}
7
- Requires=nps-modules-4.9.0-3 -amd64.service
7
+ Requires=nps-modules-4.9.0-5 -amd64.service
8
8
{% endif %}
9
9
After=database.service updategraph.service
10
10
After=interfaces-config.service
11
11
{% if sonic_asic_platform == 'broadcom' %}
12
- After=opennsl-modules-4.9.0-3 -amd64.service
12
+ After=opennsl-modules-4.9.0-5 -amd64.service
13
13
{% elif sonic_asic_platform == 'nephos' %}
14
- After=nps-modules-4.9.0-3 -amd64.service
14
+ After=nps-modules-4.9.0-5 -amd64.service
15
15
{% endif %}
16
16
17
17
[Service]
Original file line number Diff line number Diff line change @@ -555,12 +555,12 @@ menuentry '$demo_grub_entry' {
555
555
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
556
556
insmod part_msdos
557
557
insmod ext2
558
- linux /$image_dir /boot/vmlinuz-4.9.0-3 -amd64 root=$grub_cfg_root rw $GRUB_CMDLINE_LINUX \
558
+ linux /$image_dir /boot/vmlinuz-4.9.0-5 -amd64 root=$grub_cfg_root rw $GRUB_CMDLINE_LINUX \
559
559
net.ifnames=0 biosdevname=0 \
560
560
loop=$image_dir /$FILESYSTEM_SQUASHFS loopfstype=squashfs \
561
561
apparmor=1 security=apparmor varlog_size=$VAR_LOG_SIZE usbcore.autosuspend=-1 $ONIE_PLATFORM_EXTRA_CMDLINE_LINUX
562
562
echo 'Loading $demo_volume_label $demo_type initial ramdisk ...'
563
- initrd /$image_dir /boot/initrd.img-4.9.0-3 -amd64
563
+ initrd /$image_dir /boot/initrd.img-4.9.0-5 -amd64
564
564
}
565
565
EOF
566
566
Original file line number Diff line number Diff line change 1
- BRCM_OPENNSL_KERNEL = opennsl-modules-4.9.0-3 -amd64_3.2.3.3-2_amd64 .deb
2
- $(BRCM_OPENNSL_KERNEL)_URL = "https://sonicstorage.blob.core.windows.net/packages/opennsl-modules-4.9.0-3 -amd64_3.2.3.3-2_amd64 .deb?sv=2015-04-05&sr=b&sig=HieTgULvva7WlMRegUhfoRFqkj2Oe9sAVxU%2FgCGj9Ys% 3D&se=2154-09-28T04%3A46%3A03Z &sp=r"
1
+ BRCM_OPENNSL_KERNEL = opennsl-modules-4.9.0-5 -amd64_3.2.3.7-1_amd64 .deb
2
+ $(BRCM_OPENNSL_KERNEL)_URL = "https://sonicstorage.blob.core.windows.net/packages/opennsl-modules-4.9.0-5 -amd64_3.2.3.7-1_amd64 .deb?sv=2015-04-05&sr=b&sig=nju9vaqIjRlzV7V0wirMP6%2FNCJRsNqC%2FdqdqgxA0wrQ% 3D&se=2154-12-03T07%3A37%3A17Z &sp=r"
3
3
4
4
SONIC_ONLINE_DEBS += $(BRCM_OPENNSL_KERNEL )
Original file line number Diff line number Diff line change 1
1
# linux kernel package
2
2
3
- KVERSION_SHORT = 4.9.0-3
3
+ KVERSION_SHORT = 4.9.0-5
4
4
KVERSION = $(KVERSION_SHORT ) -amd64
5
- KERNEL_VERSION = 4.9.30
6
- KERNEL_SUBVERSION = 2+deb9u5
5
+ KERNEL_VERSION = 4.9.65
6
+ KERNEL_SUBVERSION = 3+deb9u2
7
7
8
8
export KVERSION_SHORT KVERSION KERNEL_VERSION KERNEL_SUBVERSION
9
9
You can’t perform that action at this time.
0 commit comments