diff --git a/platforms/rootfs-light/Makefile b/platforms/rootfs-light/Makefile index 7154a2a..90d82c5 100644 --- a/platforms/rootfs-light/Makefile +++ b/platforms/rootfs-light/Makefile @@ -8,7 +8,7 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \ kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless $(MAKEDIST_TARGET)-$(PLATFORM): \ - lxde openssh-server usbutils wireless_tools screen \ + lxde openssh-server usbutils wireless_tools screen i2c-tools \ parted iputils file rootfiles ppp minicom xinetd chrony locales mc \ man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \ openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \ diff --git a/platforms/rootfs/Makefile b/platforms/rootfs/Makefile index 39a5ab5..dbb224f 100644 --- a/platforms/rootfs/Makefile +++ b/platforms/rootfs/Makefile @@ -15,7 +15,7 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \ kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless $(MAKEDIST_TARGET)-$(PLATFORM): \ - $(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools \ + $(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools i2c-tools \ parted iputils file rootfiles ppp minicom xinetd chrony locales mc \ man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \ openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \