mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 21:11:54 +02:00
fe6af23ad4
buildroot-20040827-ntpclient.patch.txt buildroot-20040827-radvd.patch.txt buildroot-20040827-strace.patch.txt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@152 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
228 B
Bash
13 lines
228 B
Bash
#!/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
|