Add Tizen wifi port script 1.0_post 2.0alpha master 2.0_alpha
authorarron.wang <arron.wang@intel.com>
Thu, 9 Aug 2012 05:31:48 +0000 (13:31 +0800)
committerarron.wang <arron.wang@intel.com>
Thu, 9 Aug 2012 05:32:10 +0000 (13:32 +0800)
Add Tizen wifi port script, due to we don't need load/unload wifi
driver in the script, we just keep it empty

packaging/system-plugin-ia-generic.changes
packaging/system-plugin-ia-generic.spec
usr/bin/wlan.sh [new file with mode: 0755]

index f43ecae..5aef702 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Aug 09 2012 Arron <arron.wang@intel.com>
+- Add Tizen wifi port script, due to we don't need load/unload wifi
+- driver in the script, we just keep it empty
+
 * Tue Jul 17 2012 Brad Peters <brad.t.peters@intel.com>
 - Updating /etc/fstab to mount LABEL=platform rather than hard-coded partition
 
index 78ce026..64fcff2 100644 (file)
@@ -25,6 +25,7 @@ cp %{SOURCE1001} .
 
 %install
 cp -a etc %{buildroot}
+cp -a usr %{buildroot}
 
 
 
@@ -42,3 +43,4 @@ cp -a etc %{buildroot}
 /etc/rc.d/rc.shutdown
 /etc/rc.d/rc.sysinit
 /etc/rc.d/rc.*
+/usr/bin/wlan.sh
diff --git a/usr/bin/wlan.sh b/usr/bin/wlan.sh
new file mode 100755 (executable)
index 0000000..1a24852
--- /dev/null
@@ -0,0 +1 @@
+#!/bin/sh