wpa-supplicant-0.7.3: rename defconfig-gnutls to defconfig
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 11 Feb 2011 20:57:57 +0000 (20:57 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Fri, 11 Feb 2011 15:39:08 +0000 (16:39 +0100)
* Use a more useful name for overrides in case gnutls is not to be used.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
recipes/wpa-supplicant/wpa-supplicant-0.7.3/defconfig [moved from recipes/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls with 100% similarity]
recipes/wpa-supplicant/wpa-supplicant-0.7.inc

index 6ee17cf..b56d37c 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS = "gnutls dbus libnl2"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
 SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
-           file://defconfig-gnutls \
+           file://defconfig \
            file://defaults-sane \
            file://wpa-supplicant.sh \
            file://wpa_supplicant.conf \
@@ -30,7 +30,7 @@ FILES_wpa-supplicant-cli = "/usr/sbin/wpa_cli"
 FILES_${PN} += " /usr/share/dbus-1/system-services/*"
 
 do_configure () {
-       install -m 0755 ${WORKDIR}/defconfig-gnutls .config
+       install -m 0755 ${WORKDIR}/defconfig .config
 }
 
 do_compile () {