Openwrt/openwrt/target/Config.in

11 lines
253 B
Plaintext
Raw Normal View History

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"