Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
meta-vesta
Commits
79bcfa9d
Commit
79bcfa9d
authored
Oct 18, 2017
by
Pete Tucker
Browse files
Merge branch 'bug/hostapd' into 'master'
Prevent hostapd from being started on boot. See merge request vesta/meta-vesta!59
parents
e3d4df15
2ccc2133
Changes
1
Show whitespace changes
Inline
Side-by-side
recipes-connectivity/hostapd/hostapd_2.6.bb
View file @
79bcfa9d
...
...
@@ -6,7 +6,9 @@ DEPENDS = "libnl openssl"
SUMMARY = "User space daemon for extended IEEE 802.11 management"
inherit update-rc.d systemd
INITSCRIPT_NAME = "hostapd"
#Prevent hostapd from being started on boot.
INITSCRIPT_NAME = ""
PREFERRED_VERSION_hostapd = "2.6"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment