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
0791acfc
Commit
0791acfc
authored
16 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
package shared library as well (partially closes: #3030)
SVN-Revision: 10829
parent
c7b3dff1
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/wireless-tools/Makefile
+24
-2
24 additions, 2 deletions
package/wireless-tools/Makefile
with
24 additions
and
2 deletions
package/wireless-tools/Makefile
+
24
−
2
View file @
0791acfc
#
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006
-2008
OpenWrt.org
#
#
# This is free software, licensed under the GNU General Public License v2.
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
# See /LICENSE for more information.
...
@@ -22,11 +22,15 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.$(PKG_VERSION)
...
@@ -22,11 +22,15 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.$(PKG_VERSION)
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/package.mk
define
Package/wireless-tools/Default
URL
:=
http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
endef
define
Package/wireless-tools
define
Package/wireless-tools
$(
call
Package/wireless-tools/Default
)
SECTION
:=
net
SECTION
:=
net
CATEGORY
:=
Base system
CATEGORY
:=
Base system
TITLE
:=
Tools
for
manipulating Linux Wireless Extensions
TITLE
:=
Tools
for
manipulating Linux Wireless Extensions
URL
:=
http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
endef
endef
define
Package/wireless-tools/description
define
Package/wireless-tools/description
...
@@ -34,6 +38,18 @@ define Package/wireless-tools/description
...
@@ -34,6 +38,18 @@ define Package/wireless-tools/description
adapters
implementing
the
"Linux Wireless Extensions"
.
adapters
implementing
the
"Linux Wireless Extensions"
.
endef
endef
define
Package/libiw
$(
call
Package/wireless-tools/Default
)
SECTION
:=
libs
CATEGORY
:=
Libraries
TITLE
:=
Library
for
manipulating Linux Wireless Extensions
endef
define
Package/libiw/description
This
package
contains
a
library
for
manipulating
"Linux Wireless Extensions"
.
endef
define
Build/Compile
define
Build/Compile
rm
-rf
$(PKG_INSTALL_DIR)
rm
-rf
$(PKG_INSTALL_DIR)
mkdir
-p
$(PKG_INSTALL_DIR)
mkdir
-p
$(PKG_INSTALL_DIR)
...
@@ -65,4 +81,10 @@ define Package/wireless-tools/install
...
@@ -65,4 +81,10 @@ define Package/wireless-tools/install
ln
-sf
iwconfig
$(1)/usr/sbin/iwspy
ln
-sf
iwconfig
$(1)/usr/sbin/iwspy
endef
endef
define
Package/libiw/install
$(INSTALL_DIR)
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libiw.so.*
$(1)/usr/lib/
endef
$(
eval
$(
call BuildPackage,wireless-tools
))
$(
eval
$(
call BuildPackage,wireless-tools
))
$(
eval
$(
call BuildPackage,libiw
))
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