Added LINC and LINC config gen

Change-Id: Id59e58c9aee8cb99c074eebd0ffa8f82687287f6
diff --git a/opt-setup.sh b/opt-setup.sh
index e7c895f..f367b4b 100644
--- a/opt-setup.sh
+++ b/opt-setup.sh
@@ -97,3 +97,16 @@
 Comment[en_US]=
 EOF
 
+# -------------- Setup LINC & dependencies ---------------
+git clone https://github.com/FlowForwarding/LINC-config-generator.git
+cd ~/LINC-config-generator
+git checkout oe-0.4
+make
+cd
+
+git clone https://github.com/FlowForwarding/LINC-Switch.git linc-oe
+cd linc-oe
+sed -i s/3000/300000/ vm.args
+cp rel/files/sys.config.orig rel/files/sys.config
+make rel
+cd