Skip to content

Commit

Permalink
Remove "pi-tune-menu" (#431)
Browse files Browse the repository at this point in the history
The "chan_pi" driver was not ported to ASL3 so there is no need for it's
tune menu.
  • Loading branch information
Allan-N authored Dec 16, 2024
1 parent ff58dee commit 80055a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 592 deletions.
1 change: 0 additions & 1 deletion rpt_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ rpt_add "res/res_rpt_http_registrations.c"
rpt_add "res/res_usbradio.c"
rpt_add "res/res_usbradio.exports.in"

rpt_add "utils/pi-tune-menu.c"
rpt_add "utils/radio-tune-menu.c"
rpt_add "utils/simpleusb-tune-menu.c"

Expand Down
2 changes: 1 addition & 1 deletion utils/Makefile.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index a17a3c1d39..5e8e4e241d 100644
# as a regression test. Others (mere mortals?) need not bother, but they are
# more than welcome to play! The regression test itself is in expr2.testinput.
-ALL_UTILS:=$(MENUSELECT_UTILS)
+ALL_UTILS:=$(MENUSELECT_UTILS) simpleusb-tune-menu radio-tune-menu pi-tune-menu
+ALL_UTILS:=$(MENUSELECT_UTILS) simpleusb-tune-menu radio-tune-menu
UTILS:=$(ALL_UTILS)

LIBS += $(BKTR_LIB) # astobj2 with devmode uses backtrace
Loading

0 comments on commit 80055a4

Please sign in to comment.