summaryrefslogtreecommitdiffstats
path: root/rules/hosttools.in
blob: be17b4f34d08b4bcc49645ec3b3d69ff9b019448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
##############################################################################
comment "Filesystem Manipulation Tools"
##############################################################################

source "rules/host-genext2fs.in"
source "rules/host-e2fsprogs.in"
source "rules/host-mtd.in"

##############################################################################
comment "Packaging Tools"
##############################################################################

source "rules/host-fakeroot.in"
source "rules/host-ipkg.in"
source "rules/host-ipkg-utils.in"

##############################################################################
comment "Kernel Tools"
##############################################################################

source "rules/host-module-init-tools.in"
source "rules/host-util-linux.in"

config HOST_UMKIMAGE
	bool
	default n
	prompt "mkimage: U-Boot kernel image creation"

config HOST_MKNBI
	bool
	default n
	prompt "mknbi: make etherboot image"

##############################################################################
comment "Other Host Tools"
##############################################################################

source "rules/host-flex.in"
source "rules/host-qte.in"
source "rules/host-slirp.in"