Add rfkill
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 22 Feb 2014 22:04:33 +0000 (17:04 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 5 Apr 2014 15:12:49 +0000 (11:12 -0400)
config/packages-list
stage3/hv-install-1
stage3/packages-update

index 9b30497..244177b 100644 (file)
@@ -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"
index bfba971..7454907 100755 (executable)
@@ -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}
index f86ce2a..8b68bc5 100755 (executable)
@@ -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}