diff options
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 791741a08f..d2c35761de 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -2,4 +2,5 @@ choice prompt "Target Root Filesystem" source "target/jffs2/Config.in" source "target/squashfs/Config.in" + source "target/squashfs-lzma/Config.in" endchoice |