mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wpa_supplicant: add meta file support, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
997dd43f86
commit
516021ef52
@ -2,9 +2,9 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build libnl
|
||||
cd $PKG_BUILD/$1
|
||||
|
||||
cp $ROOT/$PKG_DIR/config/makefile.config .config
|
||||
[ $DEBUG = no ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
|
||||
|
||||
cd $PKG_BUILD/wpa_supplicant
|
||||
make
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install libnl
|
||||
|
||||
mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||
cp $PKG_BUILD/wpa_supplicant/dbus/dbus-wpa_supplicant.conf $INSTALL/etc/dbus-1/system.d
|
||||
|
||||
|
14
packages/network/wpa_supplicant/meta
Normal file
14
packages/network/wpa_supplicant/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="wpa_supplicant"
|
||||
PKG_VERSION="0.7.3"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://hostap.epitest.fi/wpa_supplicant/"
|
||||
PKG_URL="http://hostap.epitest.fi/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="dbus libnl"
|
||||
PKG_BUILD_DEPENDS="toolchain dbus libnl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation"
|
||||
PKG_LONGDESC="The wpa_supplicant is a free software implementation of an IEEE 802.11i supplicant. In addition to being a full-featured WPA2 supplicant, it also has support for WPA and older wireless LAN security protocols."
|
||||
PKG_IS_ADDON="no"
|
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
WPA_SUPPLICANT=`ls -d $PKG_BUILD`/wpa_supplicant
|
||||
|
||||
cp $PKG_DIR/config/makefile.config $WPA_SUPPLICANT/.config
|
||||
|
||||
if [ $DEBUG = no ]; then
|
||||
echo "CONFIG_NO_STDOUT_DEBUG=y" >> $WPA_SUPPLICANT/.config
|
||||
fi
|
@ -1 +0,0 @@
|
||||
http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz
|
Loading…
x
Reference in New Issue
Block a user