Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
0d39df12
Commit
0d39df12
authored
May 19, 2011
by
Simó Albert i Beltran
Browse files
Bugfix: When athXk is used the VLANs aren't configured on boot, closes #40.
parent
75abaae3
Changes
1
Show whitespace changes
Inline
Side-by-side
files/etc/hotplug.d/net/10-net
View file @
0d39df12
...
@@ -13,7 +13,7 @@ addif() {
...
@@ -13,7 +13,7 @@ addif() {
case "$INTERFACE" in
case "$INTERFACE" in
ppp*|3g-*) return 0;;
ppp*|3g-*) return 0;;
# ath*) return 0;;
# ath*) return 0;;
wlan*) return 0;;
#
wlan*) return 0;;
esac
esac
scan_interfaces
scan_interfaces
...
...
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