From ae8fd1009794cd80ee79fcf56a6bddb609bb32b5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 26 Mar 2011 23:10:47 -0700 Subject: usrp2: added usrp_n2xx_net_burner_gui to build system installation --- host/utils/CMakeLists.txt | 1 + host/utils/usrp_n2xx_net_burner_gui.py | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 host/utils/usrp_n2xx_net_burner_gui.py (limited to 'host/utils') diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 3c18324a5..98b5d41fb 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -59,6 +59,7 @@ IF(ENABLE_USRP2) usrp2_card_burner.py usrp2_card_burner_gui.py usrp_n2xx_net_burner.py + usrp_n2xx_net_burner_gui.py DESTINATION ${PKG_DATA_DIR}/utils COMPONENT utilities ) diff --git a/host/utils/usrp_n2xx_net_burner_gui.py b/host/utils/usrp_n2xx_net_burner_gui.py old mode 100644 new mode 100755 -- cgit v1.2.3