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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
410d40f6
Commit
410d40f6
authored
17 years ago
by
Yuji Mano
Browse files
Options
Downloads
Patches
Plain Diff
Add ps3 target specific utilities package
SVN-Revision: 10791
parent
03f917f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/ps3-utils/Makefile
+49
-0
49 additions, 0 deletions
package/ps3-utils/Makefile
with
49 additions
and
0 deletions
package/ps3-utils/Makefile
0 → 100644
+
49
−
0
View file @
410d40f6
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id$
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ps3-utils
PKG_VERSION
:=
2.2.0
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/
PKG_MD5SUM
:=
92b24e57af516d339fe05f6bf7f36848
include
$(INCLUDE_DIR)/package.mk
define
Package/ps3-utils
SECTION
:=
utils
CATEGORY
:=
Utilities
TITLE
:=
PS3 Linux Utilities
DEPENDS
:=
@TARGET_ps3
URL
:=
http://kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/
endef
define
Build/Configure
$(
call
Build/Configure/Default
)
endef
define
Build/Compile
$(MAKE)
-C
$(PKG_BUILD_DIR)
DESTDIR
=
"
$(
PKG_INSTALL_DIR
)
"
all
install
endef
define
Package/ps3-utils/install
$(INSTALL_DIR)
$(1)/usr/sbin
$(INSTALL_DIR)
$(1)/usr/bin
$(INSTALL_DIR)
$(1)/usr/lib
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/sbin/ps3-boot-game-os
$(1)/usr/sbin
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/sbin/ps3-flash-util
$(1)/usr/sbin
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/bin/ps3-video-mode
$(1)/usr/bin
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/libps3-utils.so.*
$(1)/usr/lib
endef
$(
eval
$(
call BuildPackage,ps3-utils
))
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