Skip to content

Commit

Permalink
Update kernel references to 5.10.103 kernel (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 authored Apr 26, 2022
1 parent fb4cf12 commit 8771baa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Standards-Version: 3.9.3
Package: opennsl-modules
Architecture: amd64
Section: main
Depends: linux-image-5.10.0-8-2-amd64-unsigned
Depends: linux-image-5.10.0-12-2-amd64-unsigned
Description: kernel modules for broadcom SAI
2 changes: 1 addition & 1 deletion debian/opennsl-modules.dirs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lib/modules/5.10.0-8-2-amd64/extra
lib/modules/5.10.0-12-2-amd64/extra
10 changes: 5 additions & 5 deletions debian/opennsl-modules.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
systems/linux/user/x86-smp_generic_64-2_6/linux-bcm-knet.ko lib/modules/5.10.0-8-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-kernel-bde.ko lib/modules/5.10.0-8-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-user-bde.ko lib/modules/5.10.0-8-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-knet-cb.ko lib/modules/5.10.0-8-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-bcm-knet.ko lib/modules/5.10.0-12-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-kernel-bde.ko lib/modules/5.10.0-12-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-user-bde.ko lib/modules/5.10.0-12-2-amd64/extra
systems/linux/user/x86-smp_generic_64-2_6/linux-knet-cb.ko lib/modules/5.10.0-12-2-amd64/extra
systemd/opennsl-modules.service lib/systemd/system
sdklt/linux/bde/linux_ngbde.ko lib/modules/5.10.0-8-2-amd64/extra
sdklt/linux/bde/linux_ngbde.ko lib/modules/5.10.0-12-2-amd64/extra
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ sname:=opennsl
PACKAGE=opennsl-modules
# modifieable for experiments or debugging m-a
MA_DIR ?= /usr/share/modass
KVERSION ?= 5.10.0-8-2-amd64
KERNVERSION ?= 5.10.0-8-2
KVERSION ?= 5.10.0-12-2-amd64
KERNVERSION ?= 5.10.0-12-2

# load generic variable handling
-include $(MA_DIR)/include/generic.make
Expand Down

0 comments on commit 8771baa

Please sign in to comment.