From: arron.wang Date: Thu, 9 Aug 2012 05:31:48 +0000 (+0800) Subject: Add Tizen wifi port script X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?p=adaptation%2Fsystem-plugin-ia-generic.git;a=commitdiff_plain;h=681a390b259953796a3f31858c44bf97e8d97006 Add Tizen wifi port script Add Tizen wifi port script, due to we don't need load/unload wifi driver in the script, we just keep it empty --- diff --git a/packaging/system-plugin-ia-generic.changes b/packaging/system-plugin-ia-generic.changes index f43ecae..5aef702 100644 --- a/packaging/system-plugin-ia-generic.changes +++ b/packaging/system-plugin-ia-generic.changes @@ -1,3 +1,7 @@ +* Thu Aug 09 2012 Arron +- 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 - Updating /etc/fstab to mount LABEL=platform rather than hard-coded partition diff --git a/packaging/system-plugin-ia-generic.spec b/packaging/system-plugin-ia-generic.spec index 78ce026..64fcff2 100644 --- a/packaging/system-plugin-ia-generic.spec +++ b/packaging/system-plugin-ia-generic.spec @@ -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 index 0000000..1a24852 --- /dev/null +++ b/usr/bin/wlan.sh @@ -0,0 +1 @@ +#!/bin/sh