summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index d72136f94e..282f5e6a6d 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -2,7 +2,7 @@
2 when the .lng and .voice files are built. That means that a change in this 2 when the .lng and .voice files are built. That means that a change in this
3 file will break compatibility with older .lng and .voice files and that those 3 file will break compatibility with older .lng and .voice files and that those
4 version numbers should be updated. It also means that changing defines in 4 version numbers should be updated. It also means that changing defines in
5 the various config*.h files could also break back compatibility */ 5 the various config*.h files could also break back compatibility */
6 6
7#if defined(HAVE_ACCESSORY_SUPPLY) 7#if defined(HAVE_ACCESSORY_SUPPLY)
8accessory_supply 8accessory_supply
@@ -270,3 +270,7 @@ boot_data
270#if defined(HAVE_MULTIBOOT) 270#if defined(HAVE_MULTIBOOT)
271multi_boot 271multi_boot
272#endif 272#endif
273
274#if defined(HIBY_LINUX)
275hibylinux
276#endif