From: Hugo Villeneuve Date: Sat, 22 Feb 2014 22:04:33 +0000 (-0500) Subject: Add rfkill X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=53b1c839da21e482fe3e24d7ca87cf18a0007b7a;p=hvlinux.git Add rfkill --- diff --git a/config/packages-list b/config/packages-list index 9b30497..244177b 100644 --- a/config/packages-list +++ b/config/packages-list @@ -347,6 +347,7 @@ QT="qt-everywhere-opensource-src-4.8.5" RALENTI="ralenti-0.1" READLINE="readline-6.2" REISERFSPROGS="reiserfsprogs-3.6.21" +RFKILL="rfkill-0.5" RPCBIND="rpcbind-0.2.0" RSYNC="rsync-3.0.9" RUBBERBAND="rubberband-1.7.0" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index bfba971..7454907 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -22,6 +22,7 @@ ipkg -m noac ${PCIUTILS} ipkg -m acnb ${LIBUSB} ipkg ${LIBUSB_COMPAT} ipkg ${USBUTILS} "--disable-zlib --datadir=/usr/share/misc" +ipkg -m noac ${RFKILL} ipkg -j ${FCRON} ipkg ${OPENSSH} ipkg -s lynx ${LYNX} diff --git a/stage3/packages-update b/stage3/packages-update index f86ce2a..8b68bc5 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -21,6 +21,7 @@ fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL} fpkg -m sf -e "tar.bz2" ${LIBUSB} fpkg -m sf -e "tar.bz2" -s "libusb" ${LIBUSB_COMPAT} fpkg -e "tar.xz" -s "linux/utils/usb/usbutils" ${USBUTILS} ${KERNEL_URL} +fpkg -e "tar.xz" -s "software/network/rfkill" ${RFKILL} ${KERNEL_URL} fpkg ${REISERFSPROGS} "ftp://anduin.linuxfromscratch.org/BLFS/svn/r" fpkg -e "tar.gz" ${POPT} "http://rpm5.org/files/popt" fpkg -m sf ${LIBTIRPC}