summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-28 13:29:10 +0100
committerHarald Welte <laforge@gnumonks.org>2012-02-04 00:04:58 +0100
commitb7c4b9b6f5babd26d9cbbeb453976e3c40d42549 (patch)
tree04190308a68e2799ac25b17f3bf94b058f45bec1
parent97d731de34deebac062f2086d4902b24863a04e2 (diff)
rename 'monitor' to 'rssi'
Sooner or later we might have a much more comprehensive monitor, so it's good to name the current implementation just RSSI as that's all it does.
-rw-r--r--src/target/firmware/Makefile2
-rw-r--r--src/target/firmware/apps/rssi/main.c (renamed from src/target/firmware/apps/monitor/main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index de1e71ea..ffdfe5d2 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -4,7 +4,7 @@
BOARDS?=compal_e88 compal_e86 compal_e99 se_j100 gta0x pirelli_dpl10
# List of all applications (meant to be overridden on command line)
-APPLICATIONS?=hello_world compal_dsp_dump layer1 loader chainload monitor
+APPLICATIONS?=hello_world compal_dsp_dump layer1 loader chainload rssi
# Framebuffer support, board specific drivers
#
diff --git a/src/target/firmware/apps/monitor/main.c b/src/target/firmware/apps/rssi/main.c
index 5d247958..5d247958 100644
--- a/src/target/firmware/apps/monitor/main.c
+++ b/src/target/firmware/apps/rssi/main.c