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: 9d8eb37ec6
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Origin message was:
------------------
- weather: introduce weather_favorites.xml
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
30 lines
291 B
Makefile
30 lines
291 B
Makefile
SUBDIRS = \
|
|
config \
|
|
control \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
pictures \
|
|
policy \
|
|
scripts \
|
|
themes \
|
|
weather \
|
|
webradio \
|
|
webtv \
|
|
y-web \
|
|
zapit
|
|
|
|
if ENABLE_LUA
|
|
SUBDIRS += \
|
|
luaplugins
|
|
endif
|
|
|
|
if ENABLE_GRAPHLCD
|
|
SUBDIRS += \
|
|
oled
|
|
endif
|