Root/ben-wpan/patches/001-disable-some-gui-apps.patch

1diff --git a/tools/Makefile b/tools/Makefile
2index 0ebc31b..95adf51 100644
3--- a/tools/Makefile
4+++ b/tools/Makefile
5@@ -11,8 +11,12 @@
6 #
7 
8 
9-BEN_DIRS=atrf-gpio atrf-id atrf-path atrf-proxy atrf-reset \
10- atrf-rssi atrf-trim atrf-txrx atrf-xmit atrf-xtal
11+BEN_DIRS=atrf-gpio atrf-id atrf-proxy atrf-reset atrf-trim \
12+ atrf-txrx atrf-xmit
13+
14+ifeq ($(NOGUI),)
15+BEN_DIRS += atrf-rssi atrf-path atrf-xtal
16+endif
17 
18 ifneq ($(wildcard ../install/lowpan-tools-0.2.2/include/ieee802154.h),)
19 DIRTPAN := dirtpan
20

Archive Download this file



interactive