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
7d2182c4
Commit
7d2182c4
authored
11 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
kernel: update linux 3.9 to 3.9.4
Signed-off-by:
Gabor Juhos
<
juhosg@openwrt.org
>
SVN-Revision: 36725
parent
46225b99
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/kernel-version.mk
+2
-2
2 additions, 2 deletions
include/kernel-version.mk
target/linux/ar7/Makefile
+1
-1
1 addition, 1 deletion
target/linux/ar7/Makefile
target/linux/gemini/Makefile
+1
-1
1 addition, 1 deletion
target/linux/gemini/Makefile
with
4 additions
and
4 deletions
include/kernel-version.mk
+
2
−
2
View file @
7d2182c4
...
@@ -14,8 +14,8 @@ endif
...
@@ -14,8 +14,8 @@ endif
ifeq
($(LINUX_VERSION),3.8.13)
ifeq
($(LINUX_VERSION),3.8.13)
LINUX_KERNEL_MD5SUM
:=
2af19d06cd47ec459519159cdd10542d
LINUX_KERNEL_MD5SUM
:=
2af19d06cd47ec459519159cdd10542d
endif
endif
ifeq
($(LINUX_VERSION),3.9.
3
)
ifeq
($(LINUX_VERSION),3.9.
4
)
LINUX_KERNEL_MD5SUM
:=
266e58f4e2f68f48b906ae109aba4dea
LINUX_KERNEL_MD5SUM
:=
053095dfe88fbd52e7cc8db302631d99
endif
endif
# disable the md5sum check for unknown kernel versions
# disable the md5sum check for unknown kernel versions
...
...
This diff is collapsed.
Click to expand it.
target/linux/ar7/Makefile
+
1
−
1
View file @
7d2182c4
...
@@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 atm
...
@@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 atm
MAINTAINER
:=
Florian Fainelli <florian@openwrt.org>
MAINTAINER
:=
Florian Fainelli <florian@openwrt.org>
SUBTARGETS
:=
generic ac49x
SUBTARGETS
:=
generic ac49x
LINUX_VERSION
:=
3.9.
3
LINUX_VERSION
:=
3.9.
4
include
$(INCLUDE_DIR)/target.mk
include
$(INCLUDE_DIR)/target.mk
...
...
This diff is collapsed.
Click to expand it.
target/linux/gemini/Makefile
+
1
−
1
View file @
7d2182c4
...
@@ -13,7 +13,7 @@ FEATURES:=squashfs pci
...
@@ -13,7 +13,7 @@ FEATURES:=squashfs pci
CFLAGS
:=
-Os
-pipe
-march
=
armv4
-mtune
=
fa526
-fno-caller-saves
CFLAGS
:=
-Os
-pipe
-march
=
armv4
-mtune
=
fa526
-fno-caller-saves
MAINTAINER
:=
Imre Kaloz <kaloz@openwrt.org>
MAINTAINER
:=
Imre Kaloz <kaloz@openwrt.org>
LINUX_VERSION
:=
3.9.
3
LINUX_VERSION
:=
3.9.
4
include
$(INCLUDE_DIR)/target.mk
include
$(INCLUDE_DIR)/target.mk
...
...
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