Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
87f98f8b
Commit
87f98f8b
authored
14 years ago
by
Hauke Mehrtens
Browse files
Options
Downloads
Patches
Plain Diff
kernel: add md5sum of kernel
This was missing in r26441 SVN-Revision: 26442
parent
50c743e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/kernel-version.mk
+2
-2
2 additions, 2 deletions
include/kernel-version.mk
with
2 additions
and
2 deletions
include/kernel-version.mk
+
2
−
2
View file @
87f98f8b
...
@@ -20,8 +20,8 @@ endif
...
@@ -20,8 +20,8 @@ endif
ifeq
($(LINUX_VERSION),2.6.36.4)
ifeq
($(LINUX_VERSION),2.6.36.4)
LINUX_KERNEL_MD5SUM
:=
c05dd941d0e249695e9f72568888e1bf
LINUX_KERNEL_MD5SUM
:=
c05dd941d0e249695e9f72568888e1bf
endif
endif
ifeq
($(LINUX_VERSION),2.6.37.
4
)
ifeq
($(LINUX_VERSION),2.6.37.
6
)
LINUX_KERNEL_MD5SUM
:=
1d2dc321017a8dde09b779b4d8233273
LINUX_KERNEL_MD5SUM
:=
05970afdce8ec4323a10dcd42bc4fb0c
endif
endif
ifeq
($(LINUX_VERSION),2.6.38.2)
ifeq
($(LINUX_VERSION),2.6.38.2)
LINUX_KERNEL_MD5SUM
:=
5e9d0edae15053ea9acd932e6d162d03
LINUX_KERNEL_MD5SUM
:=
5e9d0edae15053ea9acd932e6d162d03
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment