1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 04:31:05 +02:00

13 lines
228 B
Plaintext
Raw Normal View History

#!/bin/sh
# This code is from radvd package found on:
# http://openwrt.org/ipkg/
if [ ! -f /etc/radvd.conf ] ; then
echo
echo
echo See /etc/radvd.conf for configuration.
echo
cp /etc/radvd.conf.example /etc/radvd.conf
fi