summaryrefslogtreecommitdiffstats
path: root/defaultenv-2/base/config
diff options
context:
space:
mode:
Diffstat (limited to 'defaultenv-2/base/config')
-rw-r--r--defaultenv-2/base/config25
1 files changed, 0 insertions, 25 deletions
diff --git a/defaultenv-2/base/config b/defaultenv-2/base/config
deleted file mode 100644
index 784ae52b80..0000000000
--- a/defaultenv-2/base/config
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-# change network settings in /env/network/eth0
-# change mtd partition settings and automountpoints in /env/init/*
-
-#global.hostname=
-
-# set to false if you do not want to have colors
-#global.allow_color=true
-
-# user (used for network filenames)
-#global.user=none
-
-# timeout in seconds before the default boot entry is started
-#global.autoboot_timeout=3
-
-# list of boot entries. These are executed in order until one
-# succeeds. An entry can be:
-# - a filename in /env/boot/
-# - a full path to a directory. All files in this directory are
-# treated as boot files and executed in alphabetical order
-#global.boot.default=net
-
-# base bootargs
-#global.linux.bootargs.base="console=ttyS0,115200"