blob: ce420f3d2e7439607e979c840f79f115292f97c4 (
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.10:src/git/kernel_usrp/arch/arm/boot/uImage /media/mmcblk0p1/uImage
fi
sync
|