summaryrefslogtreecommitdiffstats
path: root/target/Config.in
blob: dc9224ff9a1eaf720d1f1dfe6d67b957ed3c56df (plain)
1
2
3
4
5
6
7
8
9
10
comment "after changing root fs, use make linux-dirclean"

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"