summaryrefslogtreecommitdiffstats
path: root/target/Config.in
blob: d93df6b1cfc872aab594f32c704d791127a3d50c (plain)
1
2
3
4
5
6
7
8
choice
	prompt "Target Root Filesystem"
	source "target/jffs2/Config.in"
	source "target/squashfs/Config.in"
	source "target/squashfs-lzma/Config.in"
endchoice

source "target/device/Config.in"