ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/kernel/linux/modules/mrvl_loopback.mk b/package/kernel/linux/modules/mrvl_loopback.mk
new file mode 100644
index 0000000..104ff38
--- /dev/null
+++ b/package/kernel/linux/modules/mrvl_loopback.mk
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2006-2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+TELEPHONY_MENU:=Marvell telephony Support
+
+define KernelPackage/mrvl-loopback
+ MARVELL_LOOPBACK_DIR:=$(LINUX_DIR)/drivers/marvell/mloopback
+ SUBMENU:=Network Devices
+ TITLE:= Marvell loopback device
+ DEPENDS:=@TARGET_mmp
+ KCONFIG:=CONFIG_MRVL_LOOPBACK
+ FILES:= \
+ $(MARVELL_LOOPBACK_DIR)/mloopback.ko
+endef
+
+define KernelPackage/mrvl-loopback/description
+ Marvell Loopback network device
+endef
+
+$(eval $(call KernelPackage,mrvl-loopback))