aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/hostapd
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-28 19:13:55 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:52:30 +0200
commita73d46176d73a75b11b5a58f63d6608810c3bcac (patch)
tree813128ac7749d9707141491951c738e058d60fab /meta-oe/recipes-connectivity/hostapd
parentec287c69f8bd3c4d84896ca87d903eb364e396f7 (diff)
downloadmeta-openembedded-a73d46176d73a75b11b5a58f63d6608810c3bcac.tar.gz
hostapd: Drop DEFAULT_PREFERRENCE setting
The 2.4 version is the only version available so makes no sense to set it as lower preference. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
index 36c0cd4908..901c7ea9dc 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
@@ -11,8 +11,6 @@ INITSCRIPT_NAME = "hostapd"
SYSTEMD_SERVICE_${PN} = "hostapd.service"
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
-DEFAULT_PREFERENCE = "-1"
-
SRC_URI = " \
http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \
file://defconfig \