Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
0fa21ec3
Commit
0fa21ec3
authored
12 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
use xz compressed kernel tarballs
SVN-Revision: 34228
parent
ff1e8545
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-defaults.mk
+1
-1
1 addition, 1 deletion
include/kernel-defaults.mk
include/kernel-version.mk
+2
-2
2 additions, 2 deletions
include/kernel-version.mk
include/kernel.mk
+1
-1
1 addition, 1 deletion
include/kernel.mk
with
4 additions
and
4 deletions
include/kernel-defaults.mk
+
1
−
1
View file @
0fa21ec3
...
...
@@ -31,7 +31,7 @@ Kernel/Patch:=$(Kernel/Patch/Default)
ifeq
($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"")
ifeq
($(strip $(CONFIG_KERNEL_GIT_CLONE_URI)),"")
define
Kernel/Prepare/Default
b
zcat
$(DL_DIR)/$(LINUX_SOURCE)
|
$(TAR)
-C
$(KERNEL_BUILD_DIR)
$(TAR_OPTIONS)
x
zcat
$(DL_DIR)/$(LINUX_SOURCE)
|
$(TAR)
-C
$(KERNEL_BUILD_DIR)
$(TAR_OPTIONS)
$(Kernel/Patch)
touch
$(LINUX_DIR)/.quilt_used
endef
...
...
This diff is collapsed.
Click to expand it.
include/kernel-version.mk
+
2
−
2
View file @
0fa21ec3
...
...
@@ -3,10 +3,10 @@
LINUX_RELEASE
?=
1
ifeq
($(LINUX_VERSION),3.3.8)
LINUX_KERNEL_MD5SUM
:=
2
10
6
8f
0fd262b9b3670947f7892e1d6b
LINUX_KERNEL_MD5SUM
:=
f
10
5
8f
64eed085deb44f10cee8541d50
endif
ifeq
($(LINUX_VERSION),3.6.7)
LINUX_KERNEL_MD5SUM
:=
7c959e3e0b6559ca3f1b7bf86fdc6370
LINUX_KERNEL_MD5SUM
:=
089209f655c8811db20d8b6ff37a8093
endif
# disable the md5sum check for unknown kernel versions
...
...
This diff is collapsed.
Click to expand it.
include/kernel.mk
+
1
−
1
View file @
0fa21ec3
...
...
@@ -49,7 +49,7 @@ else
LINUX_KERNEL
:=
$(
KERNEL_BUILD_DIR
)
/vmlinux
LINUX_SOURCE
:=
linux-
$(
LINUX_VERSION
)
.tar.
bz2
LINUX_SOURCE
:=
linux-
$(
LINUX_VERSION
)
.tar.
xz
TESTING
:=
$(
if
$(
findstring
-rc
,
$(
LINUX_VERSION
))
,/testing,
)
ifeq
($(call qstrip,$(CONFIG_EXTERNAL_KERNEL_TREE))$(call qstrip,$(CONFIG_KERNEL_GIT_CLONE_URI)),)
LINUX_SITE
:=
@KERNEL/linux/kernel/v3.x
$(
TESTING
)
...
...
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