ramips: make rt2880_pci_base static
[openwrt.git] / scripts / combined-image.sh
index eecd3d7..30373e7 100644 (file)
@@ -8,8 +8,8 @@ BLKSZ=65536
 }
 
 # Make sure provided images are 64k aligned.
-kern=$(tempfile)
-root=$(tempfile)
+kern=$(mktemp)
+root=$(mktemp)
 dd if="$1" of="$kern" bs=$BLKSZ conv=sync 2>/dev/null
 dd if="$2" of="$root" bs=$BLKSZ conv=sync 2>/dev/null
 
This page took 0.019439 seconds and 4 git commands to generate.