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
501c2f9a
Commit
501c2f9a
authored
15 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
add a cross-version of ksymoops
SVN-Revision: 16575
parent
287a2c0b
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
package/ksymoops/Makefile
+55
-0
55 additions, 0 deletions
package/ksymoops/Makefile
with
55 additions
and
0 deletions
package/ksymoops/Makefile
0 → 100644
+
55
−
0
View file @
501c2f9a
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
ksymoops
PKG_VERSION
:=
2.4.11
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
@KERNEL/linux/utils/kernel/ksymoops/v2.4/
PKG_MD5SUM
:=
4a8249e182a5dbc75e566d162e9f3314
include
$(INCLUDE_DIR)/package.mk
define
Package/ksymoops
SECTION
:=
utils
CATEGORY
:=
Utilities
DEPENDS
:=
@LINUX_2_6 @TARGET_mips||TARGET_mips||TARGET_m68k||TARGET_x86 +libbfd
TITLE
:=
Interpret oops of the kernel
URL
:=
http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/
MENU
:=
1
endef
define
Package/kexec-tools/description
endef
define
Build/Configure
endef
TARGET
=
$(
strip
$(
shell
echo
$(
TARGET_CFLAGS
)
|
cut
-d-
-f4
|
cut
-d
=
-f2
))
define
Build/Compile
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
CC
=
"
$(
TARGET_CC
)
"
\
BFD_PREFIX
=
"
$(
STAGING_DIR
)
/usr"
\
DEF_TARGET
=
'\"
$(
TARGET
)
\"'
\
DEF_ARCH
=
'\"
$(
ARCH
)
\"'
\
DEF_MAP
=
'\"
$(
LINUX_DIR
)
/System.map\"'
\
CROSS
=
"
$(
TARGET_CROSS
)
"
\
INSTALL_PREFIX
=
"
$(
PKG_INSTALL_DIR
)
"
\
all
install
endef
define
Package/ksymoops/install
$(INSTALL_DIR)
$(1)/bin
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/bin/$(TARGET_CROSS)ksymoops
$(1)/bin/ksymoops
endef
$(
eval
$(
call BuildPackage,ksymoops
))
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