[OpenWrt-Devel] [PATCH 4/4] mvebu: Add a profile for the Mirabox

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 9 11:59:29 EDT 2014


The GlobalScale Mirabox features an Armada 370, with 1GB of NAND and 1GB of
RAM, 2 Gigabit Ethernet ports, 2 USB3 ports, and a wifi bgn chip.

Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
 target/linux/mvebu/profiles/110-mirabox.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 target/linux/mvebu/profiles/110-mirabox.mk

diff --git a/target/linux/mvebu/profiles/110-mirabox.mk b/target/linux/mvebu/profiles/110-mirabox.mk
new file mode 100644
index 000000000000..51e9b480d8d0
--- /dev/null
+++ b/target/linux/mvebu/profiles/110-mirabox.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2013 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+MIRABOX_UBIFS_OPTS = -F -m 4096 -e 504KiB -c 1024 -U
+MIRABOX_UBI_OPTS = -m 4096 -p 512KiB -O 4096
+
+define Profile/MIRABOX
+  NAME:=Mirabox
+endef
+
+$(eval $(call Profile,MIRABOX))
-- 
2.1.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list