diff options
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb (renamed from meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb index 901c7ea9dc..d95dbec27b 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | HOMEPAGE = "http://hostap.epitest.fi" | 1 | HOMEPAGE = "http://w1.fi/hostapd/" |
2 | SECTION = "kernel/userland" | 2 | SECTION = "kernel/userland" |
3 | LICENSE = "GPLv2 | BSD" | 3 | LICENSE = "GPLv2 | BSD" |
4 | LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c" | 4 | LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c" |
@@ -12,7 +12,7 @@ SYSTEMD_SERVICE_${PN} = "hostapd.service" | |||
12 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 12 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" |
13 | 13 | ||
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \ | 15 | http://w1.fi/releases/hostapd-${PV}.tar.gz \ |
16 | file://defconfig \ | 16 | file://defconfig \ |
17 | file://init \ | 17 | file://init \ |
18 | file://hostapd.service \ | 18 | file://hostapd.service \ |
@@ -42,5 +42,5 @@ do_install() { | |||
42 | 42 | ||
43 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" | 43 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" |
44 | 44 | ||
45 | SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912" | 45 | SRC_URI[md5sum] = "69f9cec3f76d74f402864a43e4f8624f" |
46 | SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f" | 46 | SRC_URI[sha256sum] = "8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a" |