zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/app/iptables/autogen.sh b/ap/app/iptables/autogen.sh
new file mode 100755
index 0000000..9b02a79
--- /dev/null
+++ b/ap/app/iptables/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+automake --add-missing
+autoreconf -fi;
+rm -Rf autom4te*.cache;