diff --git a/config.example b/config.example index 207da906..af926378 100644 --- a/config.example +++ b/config.example @@ -1,11 +1,14 @@ # config.local +# Change it to your name. #MAINTAINER = NI-Team +# Choose one (1) of the following BOXMODELs. O n e ! #BOXMODEL = nevis #BOXMODEL = apollo #BOXMODEL = shiner #BOXMODEL = kronos #BOXMODEL = kronos_v2 +# Create debug-image. Not useful in real life. #DEBUG = yes diff --git a/make/rootfs.mk b/make/rootfs.mk index 40fbf150..91b04cc2 100644 --- a/make/rootfs.mk +++ b/make/rootfs.mk @@ -19,7 +19,7 @@ $(TARGETPREFIX)/.version: COMMIT=`cd $(N_HD_SOURCE); git fetch origin; git show origin/$(NI_NEUTRINO_BRANCH) --stat | grep ^commit | cut -d' ' -f2 | cut -c1-7`; \ echo "commit="$$COMMIT >> $@ echo "builddate="`date` >> $@ - echo "creator=NI-Team" >> $@ + echo "creator=$(MAINTAINER)" >> $@ echo "imagename=NI-Neutrino-HD" >> $@ echo "homepage=www.neutrino-images.de" >> $@