blob: f25f139fa6b2dd41efe16af3503b4067132ae445 (
plain)
1
2
3
4
5
6
7
|
if [ $GHQ ]; then
scp $GHQ_USER@astro:/workspace/usrp1-e-dev/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage
else
scp balister@192.168.1.167:src/git/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage
fi
sync
|