From 681a390b259953796a3f31858c44bf97e8d97006 Mon Sep 17 00:00:00 2001 From: "arron.wang" Date: Thu, 9 Aug 2012 13:31:48 +0800 Subject: [PATCH] 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 --- packaging/system-plugin-ia-generic.changes | 4 ++++ packaging/system-plugin-ia-generic.spec | 2 ++ usr/bin/wlan.sh | 1 + 3 files changed, 7 insertions(+) create mode 100755 usr/bin/wlan.sh 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 -- 2.7.4