ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/mstpd/files/sbin/bridge-stp b/external/subpack/net/mstpd/files/sbin/bridge-stp
new file mode 100644
index 0000000..7b2cbc0
--- /dev/null
+++ b/external/subpack/net/mstpd/files/sbin/bridge-stp
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Dummy file ; don't do anything ;
+# Returning success here, tells the kernel to allow
+# a userspace module to handle STP states
+#
+# Meanwhile, procd will start mstpd, and all will be well
+
+exit 0