summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-10 19:01:42 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-03-10 19:01:42 -0500
commita87abdb28f929623354270f257cc63bf73b3e74c (patch)
tree12adaa05b732e4323fa4c5f899c2c8979372697b /apps/features.txt
parent7201c3a685fe71348a2576f19e77e0f8ab9638a6 (diff)
downloadrockbox-a87abdb28f929623354270f257cc63bf73b3e74c.tar.gz
rockbox-a87abdb28f929623354270f257cc63bf73b3e74c.zip
Special-case the storage names for hibylinux-based hosted targets
Change-Id: I66a4eebe244e9656f851d83aae0346af4367728f
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