Lines 174-179
src_install() {
Link Here
|
174 |
echo "EnableNetworkConfiguration=true" >> "${iwdconf}" |
174 |
echo "EnableNetworkConfiguration=true" >> "${iwdconf}" |
175 |
echo "[Network]" >> "${iwdconf}" |
175 |
echo "[Network]" >> "${iwdconf}" |
176 |
echo "NameResolvingService=$(usex systemd systemd resolvconf)" >> "${iwdconf}" |
176 |
echo "NameResolvingService=$(usex systemd systemd resolvconf)" >> "${iwdconf}" |
|
|
177 |
dodir /etc/conf.d |
177 |
echo "rc_provide=\"net\"" > ${ED}/etc/conf.d/iwd |
178 |
echo "rc_provide=\"net\"" > ${ED}/etc/conf.d/iwd |
178 |
fi |
179 |
fi |
179 |
} |
180 |
} |