diff options
author | Philip Balister <philip@opensdr.com> | 2010-05-03 22:36:24 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-05-03 22:36:24 +0000 |
commit | 31d4e1362cd222c688a3bfd3b528a2de51a4b03b (patch) | |
tree | 164a098f6adc963d0fefd48f617aec31956fff8e /host/apps | |
parent | 4c4e0f48534a735cc7f5780f4483871264a880ad (diff) | |
download | uhd-31d4e1362cd222c688a3bfd3b528a2de51a4b03b.tar.gz uhd-31d4e1362cd222c688a3bfd3b528a2de51a4b03b.tar.bz2 uhd-31d4e1362cd222c688a3bfd3b528a2de51a4b03b.zip |
Update path to put module in.
Diffstat (limited to 'host/apps')
-rwxr-xr-x | host/apps/omap_debug/fetch-module.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/fetch-module.sh b/host/apps/omap_debug/fetch-module.sh index e23289050..ec28989bd 100755 --- a/host/apps/omap_debug/fetch-module.sh +++ b/host/apps/omap_debug/fetch-module.sh @@ -1,6 +1,6 @@ if [ $GHQ ]; then scp $GHQ_USER@astro:/workspace/usrp1-e-dev/kernel_usrp/drivers/misc/usrp_e.ko /lib/modules/2.6.33/kernel/drivers/misc else - scp balister@192.168.1.10:src/git/kernel_usrp/drivers/misc/usrp_e.ko /lib/modules/2.6.33-rc3/kernel/drivers/misc + scp balister@192.168.1.10:src/git/kernel_usrp/drivers/misc/usrp_e.ko /lib/modules/2.6.33/kernel/drivers/misc fi sync |