Add support for custom dnsmasq config and odhcp6c handler scripts

This commit is contained in:
Matthias Schiffer 2014-01-21 03:01:12 +01:00
parent 0ea24a57a3
commit cf70843ba7
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
for file in /lib/gluon/odhcp6c.d/*; do
[ ! -x $file ] || $file
done

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo 'conf-dir=/lib/gluon/dnsmasq.d' > /etc/dnsmasq.conf