openwrtv3/openwrt/target/Config.in
Waldemar Brodkorb ec67a9a8e8 some comment on changing rootfs type
SVN-Revision: 270
2005-02-19 08:13:37 +00:00

10 lines
253 B
Text

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"