mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 10:51:12 +02:00
- Settings are applied to the image before flashing - Use the function on the menu "Software Update => Expert functions => Write one partition => systemFS with settings" - Log output to /tmp/update.log for testing - Use settingsupdate.conf as config file
9 lines
234 B
Makefile
9 lines
234 B
Makefile
SUBDIRS = fonts icons inetradio iso-codes locale scripts themes
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf
|