1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#Angstrom gateway image #gives you a gateway with SMB, ssh and dnsmasqs ANGSTROM_EXTRA_INSTALL ?= "" DISTRO_SSH_DAEMON ?= "dropbear" IMAGE_INSTALL = "task-boot \ ${DISTRO_SSH_DAEMON} \ iptables \ samba swat \ dnsmasq \ # vsftpd \ angstrom-version \ " export IMAGE_BASENAME = "gateway-image" IMAGE_LINGUAS = "" inherit image