blob: 0fe83857c9e49d1b8cc63dbb4be23fa6817df30b (
plain)
1
2
3
4
5
6
7
8
9
|
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
|