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
24c25b07
Commit
24c25b07
authored
17 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Allow rdc-2.6 to kexec
SVN-Revision: 8359
parent
ba3e8330
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/kexec-tools/Makefile
+2
-2
2 additions, 2 deletions
package/kexec-tools/Makefile
target/linux/rdc-2.6/config/default
+1
-0
1 addition, 0 deletions
target/linux/rdc-2.6/config/default
with
3 additions
and
2 deletions
package/kexec-tools/Makefile
+
2
−
2
View file @
24c25b07
...
...
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define
Package/kexec-tools
SECTION
:=
utils
CATEGORY
:=
Utilities
DEPENDS
:=
@LINUX_2_6_X86 +zlib
DEPENDS
:=
@LINUX_2_6_X86
||@LINUX_2_6_RDC
+zlib
TITLE
:=
Kernel boots kernel
DESCRIPTION
:=
\
kexec is a
set
of systems call that allows you to load
\\\
...
...
@@ -32,7 +32,7 @@ endef
MAKE_FLAGS
+=
\
DESTDIR
=
"
$(
PKG_INSTALL_DIR
)
"
\
EXTRA_CFLAGS
=
"
$(
TARGET_CPPFLAGS
)
$(
TARGET_CFLAGS
)
"
\
BUILD_CFLAGS
=
"-O
2
"
\
BUILD_CFLAGS
=
"-O
s
"
\
LIBS
=
"
$(
TARGET_LDFLAGS
)
-lz"
\
install
...
...
This diff is collapsed.
Click to expand it.
target/linux/rdc-2.6/config/default
+
1
−
0
View file @
24c25b07
...
...
@@ -100,6 +100,7 @@ CONFIG_ISA_DMA_API=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_RUBIN=y
CONFIG_JFS_FS=m
CONFIG_KEXEC=y
CONFIG_KTIME_SCALAR=y
# CONFIG_KVM is not set
CONFIG_LBD=y
...
...
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