Browse Source

- bootmenu: add conf files

master
vanhofen 4 years ago
parent
commit
d13c851d20
  1. 11
      bootmenu/hd60/bootmenu.conf
  2. 11
      bootmenu/hd61/bootmenu.conf
  3. 1
      make/environment-build.mk

11
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

11
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

1
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)

Loading…
Cancel
Save