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
f9ddabb5
Commit
f9ddabb5
authored
17 years ago
by
Andy Boyett
Browse files
Options
Downloads
Patches
Plain Diff
Fix iwconfig symlink generation, closes #3013
SVN-Revision: 10188
parent
7a1e0348
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
+8
-4
8 additions, 4 deletions
package/wireless-tools/Makefile
with
8 additions
and
4 deletions
package/wireless-tools/Makefile
+
8
−
4
View file @
f9ddabb5
#
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
...
...
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
wireless-tools
PKG_VERSION
:=
29
PKG_MINOR
:=
.pre21
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
wireless_tools.
$(
PKG_VERSION
)$(
PKG_MINOR
)
.tar.gz
PKG_SOURCE_URL
:=
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux
...
...
@@ -30,7 +30,7 @@ define Package/wireless-tools
endef
define
Package/wireless-tools/description
This
package
contains
a
collection
of
tools
for
configuring
wireless
This
package
contains
a
collection
of
tools
for
configuring
wireless
adapters
implementing
the
"Linux Wireless Extensions"
.
endef
...
...
@@ -58,7 +58,11 @@ endef
define
Package/wireless-tools/install
$(INSTALL_DIR)
$(1)/usr/sbin
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy}
$(1)/usr/sbin/
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/sbin/iwconfig
$(1)/usr/sbin/
ln
-sf
iwconfig
$(1)/usr/sbin/iwgetid
ln
-sf
iwconfig
$(1)/usr/sbin/iwlist
ln
-sf
iwconfig
$(1)/usr/sbin/iwpriv
ln
-sf
iwconfig
$(1)/usr/sbin/iwspy
endef
$(
eval
$(
call BuildPackage,wireless-tools
))
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