mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 21:20:12 +00:00
Fix DHCP_RANGE value
This commit is contained in:
parent
623246543c
commit
40a5e2f475
@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#define WPA_VERSION "WPA_VERSION"
|
||||
#define ETC_HOSTS "ETC_HOSTS"
|
||||
#define DHCP_DNS "DHCP_DNS"
|
||||
#define DHCP_RANGE "DHCP_DNS"
|
||||
#define DHCP_RANGE "DHCP_RANGE"
|
||||
#define NO_DNS "NO_DNS"
|
||||
#define NO_DNSMASQ "NO_DNSMASQ"
|
||||
#define HIDDEN "HIDDEN"
|
||||
|
Loading…
Reference in New Issue
Block a user