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
d4f72b61
Commit
d4f72b61
authored
17 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
remove bogus dependency, fix a few cosmetic bugs
SVN-Revision: 7719
parent
07c8a6da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/mac80211/Makefile
+3
-3
3 additions, 3 deletions
package/mac80211/Makefile
with
3 additions
and
3 deletions
package/mac80211/Makefile
+
3
−
3
View file @
d4f72b61
...
@@ -21,8 +21,8 @@ endif
...
@@ -21,8 +21,8 @@ endif
define
KernelPackage/mac80211
define
KernelPackage/mac80211
SUBMENU
:=
Wireless Drivers
SUBMENU
:=
Wireless Drivers
TITLE
:=
DeviceScape
802.11 Wireless Networking Stack
TITLE
:=
Linux
802.11 Wireless Networking Stack
DEPENDS
:=
@LINUX_2_6
+kmod-ieee80211
DEPENDS
:=
@LINUX_2_6
DESCRIPTION
:=
\
DESCRIPTION
:=
\
This package contains the DeviceScape 80211 wireless stack.
This package contains the DeviceScape 80211 wireless stack.
VERSION
:=
$(
PKG_RELEASE
)
+
$(
LINUX_VERSION
)
-
$(
BOARD
)
-
$(
LINUX_RELEASE
)
VERSION
:=
$(
PKG_RELEASE
)
+
$(
LINUX_VERSION
)
-
$(
BOARD
)
-
$(
LINUX_RELEASE
)
...
@@ -32,7 +32,7 @@ define KernelPackage/mac80211
...
@@ -32,7 +32,7 @@ define KernelPackage/mac80211
$(
PKG_BUILD_DIR
)
/mac80211/rc80211_lowest.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/mac80211/rc80211_lowest.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/mac80211/rc80211_simple.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/mac80211/rc80211_simple.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/wireless/cfg80211.
$(
LINUX_KMOD_SUFFIX
)
$(
PKG_BUILD_DIR
)
/wireless/cfg80211.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,20,cfg80211 mac80211
rc80211_lowest
rc80211_simple
)
AUTOLOAD
:=
$(
call AutoLoad,20,cfg80211 mac80211 rc80211_simple
)
endif
endif
endef
endef
...
...
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