mythfront-config: use siaddr, not serveraddr
authorPhil Blundell <philb@gnu.org>
Sun, 28 Jan 2007 16:40:56 +0000 (16:40 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 28 Jan 2007 16:40:56 +0000 (16:40 +0000)
packages/mythfront/mythfront-config.bb
packages/mythfront/mythfront-config/tftp.sh

index b53393e..b87e0be 100644 (file)
@@ -1,4 +1,4 @@
-PV = "1.9"
+PV = "1.10"
 PR = "r0"
 
 RDEPENDS_${PN} = "font-misc-misc"
index 51ccb79..8ac4bf8 100755 (executable)
@@ -16,8 +16,8 @@ mkdir /var/lib/config
 cd /var/lib/config
 
 for fn in $files; do
-  if ! tftp -g $serverid -r $bootdir/mythfront/$ip/$fn -l $fn; then
-    if ! tftp -g $serverid -r $bootdir/mythfront/default/$fn -l $fn; then
+  if ! tftp -g $siaddr -r $bootdir/mythfront/$ip/$fn -l $fn; then
+    if ! tftp -g $siaddr -r $bootdir/mythfront/default/$fn -l $fn; then
       rm -f $fn
     fi
   fi