repo.or.cz
/
idunn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[pkgsel] placed openvpn with the other "main" applications
[idunn.git]
/
pkgsel
blob
08a8436b6a495dacb820e6366a5ca4b904f6e372
1
# in the beginning there was nothing...
2
#
3
O *
4
5
# Let there be a file structure and system files
6
#
7
X fhs
8
X sysfiles
9
X iana-etc
10
11
# kernel headers and a libc
12
#
13
X linux-header
14
X uclibc
15
16
# and the tools for building the system
17
#
18
X automake
19
X autoconf
20
X gcc
21
X binutils
22
X flex
23
X libtool
24
X ccache
25
26
# main packages
27
#
28
X busybox
29
X openvpn
30
X dropbear
31
X rsync
32
33
# /dev
34
#
35
X udev
36
X hotplug2
37
38
# fs helpers
39
#
40
X reiserfsprogs
41
X e2fsprogs
42
43
# bootmanagers
44
#
45
X syslinux
46
X grub
47
48
# needed by dropbear
49
X zlib
50
# needed by openvpn
51
X openssl
52
X lzo