mirror of https://github.com/aredn/aredn.git
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
START=10
|
||
|
boot() {
|
||
|
mkdir -p /tmp/dnsmasq.d
|
||
|
}
|