mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: b5a1974dd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Origin message was:
------------------
- move data/lcd4l => data/logos
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
31 lines
300 B
Makefile
31 lines
300 B
Makefile
SUBDIRS = \
|
|
config \
|
|
control \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
logos \
|
|
pictures \
|
|
policy \
|
|
scripts \
|
|
themes \
|
|
weather \
|
|
webradio \
|
|
webtv \
|
|
y-web \
|
|
zapit
|
|
|
|
if ENABLE_LUA
|
|
SUBDIRS += \
|
|
luaplugins
|
|
endif
|
|
|
|
if ENABLE_GRAPHLCD
|
|
SUBDIRS += \
|
|
oled
|
|
endif
|