blob: 1fad548133b1083fa0b38e71754af81b6e5d9b53 (
plain)
1
2
3
4
5
6
7
|
choice
prompt "Target Root Filesystem"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/squashfs-lzma/Config.in"
endchoice
comment "After changing root filesystem, do make clean"
|