summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/profiles.desc1
-rw-r--r--profiles/server/dedibox/classic-2016/eapi1
-rw-r--r--profiles/server/dedibox/classic-2016/make.defaults3
-rw-r--r--profiles/server/dedibox/classic-2016/packages13
-rw-r--r--profiles/server/dedibox/classic-2016/parent2
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 7c4a1cf0..9e18e40f 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -18,6 +18,7 @@ amd64 server/hp-dl360-g4p stable
amd64 server/supermicro-X9DBL-3F stable
amd64 server/aws/m3.medium stable
amd64 server/dedibox/classic-gen2 stable
+amd64 server/dedibox/classic-2016 stable
amd64 server/dedibox/md15k-2013 stable
amd64 server/dedibox/lt15k-2013 stable
amd64 server/dedibox/lt-2014 stable
diff --git a/profiles/server/dedibox/classic-2016/eapi b/profiles/server/dedibox/classic-2016/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/server/dedibox/classic-2016/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/server/dedibox/classic-2016/make.defaults b/profiles/server/dedibox/classic-2016/make.defaults
new file mode 100644
index 00000000..2b481819
--- /dev/null
+++ b/profiles/server/dedibox/classic-2016/make.defaults
@@ -0,0 +1,3 @@
+MAKEOPTS="-j4"
+
+CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
diff --git a/profiles/server/dedibox/classic-2016/packages b/profiles/server/dedibox/classic-2016/packages
new file mode 100644
index 00000000..df61b825
--- /dev/null
+++ b/profiles/server/dedibox/classic-2016/packages
@@ -0,0 +1,13 @@
+*net-firewall/iptables
+
+*net-misc/lldpd
+*net-misc/ntp
+
+*sys-apps/lshw
+*sys-apps/smartmontools
+
+*sys-fs/mdadm
+*sys-fs/lvm2
+
+# Until bnx2-mips are correctly shipped in kernel
+*sys-kernel/linux-firmware
diff --git a/profiles/server/dedibox/classic-2016/parent b/profiles/server/dedibox/classic-2016/parent
new file mode 100644
index 00000000..24440fb3
--- /dev/null
+++ b/profiles/server/dedibox/classic-2016/parent
@@ -0,0 +1,2 @@
+gentoo:hardened/linux/amd64
+..