diff --git a/bootmenu/hd60/bootmenu.conf b/bootmenu/hd60/bootmenu.conf new file mode 100644 index 00000000..702f4d14 --- /dev/null +++ b/bootmenu/hd60/bootmenu.conf @@ -0,0 +1,11 @@ +imageurl https://raw.githubusercontent.com/neutrino-images/ni-buildsystem/master/bootmenu/hd60/images +# +iface eth0 +dhcp yes +# +# for static config leave out 'dhcp yes' and add the following settings: +# +#ip 192.168.1.10 +#netmask 255.255.255.0 +#gateway 192.168.1.1 +#dns 192.168.1.1 diff --git a/bootmenu/hd61/bootmenu.conf b/bootmenu/hd61/bootmenu.conf new file mode 100644 index 00000000..6ca81e31 --- /dev/null +++ b/bootmenu/hd61/bootmenu.conf @@ -0,0 +1,11 @@ +imageurl https://raw.githubusercontent.com/neutrino-images/ni-buildsystem/master/bootmenu/hd61/images +# +iface eth0 +dhcp yes +# +# for static config leave out 'dhcp yes' and add the following settings: +# +#ip 192.168.1.10 +#netmask 255.255.255.0 +#gateway 192.168.1.1 +#dns 192.168.1.1 diff --git a/make/environment-build.mk b/make/environment-build.mk index 2a3d81e9..90371737 100644 --- a/make/environment-build.mk +++ b/make/environment-build.mk @@ -57,6 +57,7 @@ ifeq ($(BOXMODEL), $(filter $(BOXMODEL), vusolo4k vuduo4k vuduo4kse vuultimo4k v SKEL-ROOT = $(BASE_DIR)/skel-root/vuplus endif TARGET_FILES = $(BASE_DIR)/skel-root/general +BOOTMENU_DIR = $(BASE_DIR)/bootmenu BUILD ?= $(shell /usr/share/libtool/config.guess 2>/dev/null || /usr/share/libtool/config/config.guess 2>/dev/null || /usr/share/misc/config.guess)