37 lines
1.4 KiB
Makefile
37 lines
1.4 KiB
Makefile
$(MAKEDIST_TARGET)-$(PLATFORM)-arm: \
|
|
midori u-boot-tools
|
|
|
|
$(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
|
kernel-mamba kernel-mamba-64GB chromium
|
|
|
|
$(MAKEDIST_TARGET)-$(PLATFORM)-x86_64: \
|
|
kernel-mamba-x86_64 chromium
|
|
|
|
$(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
|
|
lxde openssh-server usbutils wireless_tools screen \
|
|
parted iputils file rootfiles ppp minicom locales mc \
|
|
man-db curl zip unzip iptables iproute wpa_supplicant nfs-utils \
|
|
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
|
timezone sudo kmod vixie-cron logrotate rsync postfix \
|
|
liblame expect NetworkManager ModemManager NetworkManager-openvpn \
|
|
procps xorg-server x11vnc xkeyboard-config \
|
|
rpm dnf xdg-utils \
|
|
rfkill plymouth live-user-environment \
|
|
postplug-xorg postplug-sound gparted tar net-tools mambatray florence
|
|
|
|
# startactive
|
|
# tightvnc-server lxde network-manager-applet matchbox-keyboard midori Mesa-tools alsa-utils
|
|
# embedded-devel embedded-debug \
|
|
#mkfontscale vsftpd
|
|
#webmin
|
|
# FIXME: expect is a webmin prereq
|
|
# libACE: customer request
|
|
# NetworkManager strace gpsd
|
|
|
|
# Localization targets
|
|
$(MAKEDIST_TARGET)-$(PLATFORM)-en:
|
|
|
|
$(MAKEDIST_TARGET)-$(PLATFORM)-es:
|
|
|
|
$(MAKEDIST_TARGET)-$(PLATFORM)-it:
|