mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-02 13:03:14 +00:00
transceiver: enable USRP1 firmware binary install
Not sure why this functionality is commented out. Make install places the FPGA firmware image in: /usr/local/share/usrp/rev2/ /usr/local/share/usrp/rev4/ Signed-off-by: Thomas Tsou <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2690 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -28,11 +28,11 @@ AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(USRP_CFLAGS)
|
||||
endif
|
||||
AM_CXXFLAGS = -ldl -lpthread
|
||||
|
||||
#rev2dir = $(datadir)/usrp/rev2
|
||||
#rev4dir = $(datadir)/usrp/rev4
|
||||
rev2dir = $(datadir)/usrp/rev2
|
||||
rev4dir = $(datadir)/usrp/rev4
|
||||
|
||||
#dist_rev2_DATA = std_inband.rbf
|
||||
#dist_rev4_DATA = std_inband.rbf
|
||||
dist_rev2_DATA = std_inband.rbf
|
||||
dist_rev4_DATA = std_inband.rbf
|
||||
|
||||
EXTRA_DIST = \
|
||||
README \
|
||||
|
||||
Reference in New Issue
Block a user