mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wireless_tools: remove package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
96707d9ff2
commit
af3baf788b
@ -10,5 +10,4 @@ $SCRIPTS/install nano # on user request
|
||||
$SCRIPTS/install wgetpaste
|
||||
$SCRIPTS/install evtest
|
||||
$SCRIPTS/install tvdump
|
||||
$SCRIPTS/install wireless_tools
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build linux
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
make PREFIX=/usr \
|
||||
CC=$CC \
|
||||
AR=$AR \
|
||||
RANLIB=$RANLIB \
|
||||
CFLAGS="$CFLAGS -I." \
|
||||
BUILD_STRIPPING='y'
|
||||
|
||||
make PREFIX=$SYSROOT_PREFIX/usr install
|
||||
make PREFIX=$SYSROOT_PREFIX/usr install-hdr
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $BUILD/$1*/iwconfig $INSTALL/sbin
|
||||
cp $BUILD/$1*/iwpriv $INSTALL/sbin
|
||||
cp $BUILD/$1*/iwlist $INSTALL/sbin
|
@ -1 +0,0 @@
|
||||
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.30.pre9.tar.gz
|
Loading…
x
Reference in New Issue
Block a user