beagleboard / beagleboard/customizations

USE_GENERATED_DNSMASQ=no

Open
#14 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
6
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Shouldn't `bb_dnsmasq_config.sh` exit if `USE_GENERATED_DNSMASQ=no` is set in `/etc/default/bb-wl18xx` before rewriting `/etc/dnsmasq.d/SoftAp0`?

```bash

# workaround - added before line wfile=
if [ "x${USE_GENERATED_DNSMASQ}" = "xno" ] ; then
exit
fi

```

Or is there something else that Ii missed about that setting?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading bb_dnsmasq_config.sh around the wfile= line and inspect how it reads USE_GENERATED_DNSMASQ from /etc/default/bb-wl18xx. Verify whether setting it to no should prevent rewriting /etc/dnsmasq.d/SoftAp0. Done means the script's behavior for that setting is confirmed and, if needed, covered by an appropriate test or reproducible check.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
embedded-iot, networking
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.