update changelog for Debian build
[fw/altos] / debian / patches / 0001-altos-don-t-build-fox1ihu-by-default.patch
1 From ac8a9bc2ef301f1f18772af7d871c257a56ae70c Mon Sep 17 00:00:00 2001
2 From: Bdale Garbee <bdale@gag.com>
3 Date: Thu, 30 Aug 2018 21:36:18 -0600
4 Subject: [PATCH] altos: don't build fox1ihu by default
5
6 ---
7  src/Makefile | 1 -
8  1 file changed, 1 deletion(-)
9
10 diff --git a/src/Makefile b/src/Makefile
11 index 0dafb5ec..a1ff84c2 100644
12 --- a/src/Makefile
13 +++ b/src/Makefile
14 @@ -25,7 +25,6 @@ SDCCDIRS=\
15         telerepeat-v1.0
16  
17  ARMM3DIRS=\
18 -       fox1ihu fox1ihu/flash-loader \
19         easymega-v1.0 easymega-v1.0/flash-loader \
20         telemega-v0.1 telemega-v0.1/flash-loader \
21         telemega-v1.0 telemega-v1.0/flash-loader \
22 -- 
23 2.19.0.rc1
24