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
55c322dc
Commit
55c322dc
authored
12 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
hostapd: fix ap/sta regression which got accidentally introduced by r32829 (#11914)
SVN-Revision: 33053
parent
5d37f150
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/hostapd/Makefile
+1
-1
1 addition, 1 deletion
package/hostapd/Makefile
package/hostapd/files/wpa_supplicant.sh
+2
-0
2 additions, 0 deletions
package/hostapd/files/wpa_supplicant.sh
with
3 additions
and
1 deletion
package/hostapd/Makefile
+
1
−
1
View file @
55c322dc
...
...
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
hostapd
PKG_VERSION
:=
20120428
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_REV
:=
1f0cc27eb98f7d1af9c64d0752238184cbdb9a24
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
...
...
This diff is collapsed.
Click to expand it.
package/hostapd/files/wpa_supplicant.sh
+
2
−
0
View file @
55c322dc
...
...
@@ -127,6 +127,8 @@ wpa_supplicant_setup_vif() {
local
fixed_freq bssid1 beacon_interval brates mrate
config_get ifname
"
$vif
"
ifname
config_get bridge
"
$vif
"
bridge
config_get ssid
"
$vif
"
ssid
config_get bssid
"
$vif
"
bssid
bssid1
=
${
bssid
:+
"bssid=
$bssid
"
}
beacon_interval
=
${
beacon_int
:+
"beacon_interval=
$beacon_int
"
}
...
...
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