Openwrt/openwrt/target/Config.in

8 lines
217 B
Plaintext
Raw Normal View History

choice
prompt "Target Root Filesystem"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/squashfs-lzma/Config.in"
endchoice
2005-02-18 18:17:50 +00:00
comment "After changing root filesystem, do make clean"