Add support for custom dnsmasq config and odhcp6c handler scripts
This commit is contained in:
parent
10d6c1930d
commit
1ba10ac018
3
package/gluon-core/files/etc/odhcp6c.user
Normal file
3
package/gluon-core/files/etc/odhcp6c.user
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
for file in /lib/gluon/odhcp6c.d/*; do
|
||||||
|
[ ! -x $file ] || $file
|
||||||
|
done
|
0
package/gluon-core/files/lib/gluon/dnsmasq.d/.keep
Normal file
0
package/gluon-core/files/lib/gluon/dnsmasq.d/.keep
Normal file
0
package/gluon-core/files/lib/gluon/odhcp6c.d/.keep
Normal file
0
package/gluon-core/files/lib/gluon/odhcp6c.d/.keep
Normal file
3
package/gluon-core/files/lib/gluon/upgrade/core/invariant/010-dnsmasq.d
Executable file
3
package/gluon-core/files/lib/gluon/upgrade/core/invariant/010-dnsmasq.d
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo 'conf-dir=/lib/gluon/dnsmasq.d' > /etc/dnsmasq.conf
|
Loading…
Reference in New Issue
Block a user