# HG changeset patch # User Christophe Lincoln # Date 1210937802 -7200 # Node ID 7f9bef6732330f1abc448da277ccdb95ec0d01e5 # Parent 78cb4573977983503dcedcbb76b5793ac6126547 Remove wifibox now that Netbox manage also wifi diff -r 78cb45739779 -r 7f9bef673233 wireless_tools/receipt --- a/wireless_tools/receipt Fri May 16 10:38:47 2008 +0000 +++ b/wireless_tools/receipt Fri May 16 13:36:42 2008 +0200 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Wireless Tools for Linux" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="linux-wireless" TARBALL="${PACKAGE}.${VERSION}.tar.gz" WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL" @@ -29,10 +29,6 @@ mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/applications cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - - # Wifibox - cp stuff/wifibox $fs/usr/bin - cp stuff/wifibox.desktop $fs/usr/share/applications } # Rules to clean extras dirs or files @@ -40,6 +36,3 @@ { rm -rf $WOK/$PACKAGE/${PACKAGE}.${VERSION} } - - - diff -r 78cb45739779 -r 7f9bef673233 wireless_tools/stuff/wifibox --- a/wireless_tools/stuff/wifibox Fri May 16 10:38:47 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,174 +0,0 @@ -#!/bin/sh -# -# Gtkdialog box interafce for secure file transfer with scp from Dropbear. -# - SliTaz GNU/Linux 2008. -# -VERSION=20080415 - -# Interafce status with iwconfig without arguments to show all -# connections. -# -export IWCONFIG=' - - - - - - - date - - - - iwconfig 2>&1 - - - - - - - -' - -# List loaded modules -# -export LSMOD=' - - - - - - - date - - - - lsmod - - - - - - - -' - -# Main window. -export WIFI_DIALOG=' - - - - - - - - - - - - - - - - - - - wlan0 - INTERFACE - - - - - - - - any - ESSID - - - - - - - - - - - - - - - MODULE - ipw2200 - ipw2100 - bcm43xx - b43 - b43legacy - rt2500pci - rt2x00usb - rt2x00lib - rt2400pci - rt2x00pci - rt2500usb - zd1211rw - - - - - - - - - - - - - - - -' - -gtkdialog --program=WIFI_DIALOG - -exit 0 diff -r 78cb45739779 -r 7f9bef673233 wireless_tools/stuff/wifibox.desktop --- a/wireless_tools/stuff/wifibox.desktop Fri May 16 10:38:47 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Wifibox Configure Wireless -Name[fr]=Wifibox Connexion sans fil -Comment=Configure Wifi connection -Exec=subox wifibox -Icon=/usr/share/icons/Tango/16x16/devices/network-wireless.png -Type=Application -Categories=System;Application;