summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-04-12 04:33:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-24 11:38:17 +0100
commit740b5baa511b40ee7bc3050770b6d5102e00f8f5 (patch)
tree7c65bcbbfbfcaca925415320675d32f556b4a2aa /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
parent6691d036fff6ba6d7e50a6add8e30cb47e1e60ed (diff)
downloadopenembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.gz
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.bz2
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.xz
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.zip
wpa-supplicant: remove unused files
* defconfig, init.sh, wpa_supplicant-0.5.7-always-scan.patch, wpa_supplicant-fix-deprecated-dbus-function.patch and wpa_supplicant_default.conf are not used by the recipe. * default-sane gets installed but is unused. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
deleted file mode 100644
index 67c4cbddf..000000000
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
+++ /dev/null
@@ -1,8 +0,0 @@
-# Useful flags:
-# -i <ifname> Interface (required, unless specified in config)
-# -D <driver> Wireless Driver
-# -d Debugging (-dd for more)
-# -q Quiet (-qq for more)
-
-CONFIG="/etc/wpa_supplicant.conf"
-OPTIONS="-i eth1 -D wext"