From 6f856455df4a2adfb71eddc774999fe59b3a5d00 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 11 Jun 2014 21:29:32 +0200 Subject: [PATCH] Makefile: add lshw to default base packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddba8eb..24cf42b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ $(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline glibc $(MAKEDIST_TARGET)-firmwares: ipw2100-firmware ipw2200-firmware zd1211-firmware radeon-firmware \ rt2501-firmware rt2860-firmware rt2870-firmware r5u87x-firmware $(MAKEDIST_TARGET)-commontools: $(_init_system) util-linux kmod \ - procps sed grep tar bzip2 unzip zip pciutils \ + procps sed grep tar bzip2 unzip zip pciutils lshw \ pam shadow-common pwdutils acpid mingetty screen \ net-tools prelink mc dhcpclient timezone nfs-utils \ wireless_tools wpa_supplicant openmamba-release refit-tools openssh-clients \