1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
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 19:17:50 +01:00
comment "After changing root filesystem, do make clean"