[pkgsel] Added openvpn and it's dependencies
[idunn.git] / pkgsel
blobe3a7927b308ec33e0180202db4462bc33ebafa80
1 # in the beginning there was nothing...
3 O *
5 # Let there be a file structure and system files
7 X fhs
8 X sysfiles
9 X iana-etc
11 # kernel headers and a libc
13 X linux-header
14 X uclibc
16 # and the tools for building the system
18 X automake
19 X autoconf
20 X gcc
21 X binutils
22 X flex
23 X libtool
24 X ccache
26 X busybox
28 X dropbear
30 X openvpn
32 # needed by dropbear
33 X zlib
34 # needed by openvpn
35 X openssl
36 X lzo