diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-03 02:44:10 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-03 02:44:10 +0000 |
commit | 113c33218bee58084f41f4980b56388d0fe30f30 (patch) | |
tree | ca25eb84f47cb93a9de4df4731c93d324c078694 /openwrt/target/Config.in | |
parent | e02839854637ef6f521463ffc3007ec1513a88b2 (diff) |
target/jffs2/blocksize.mk for setting block size (req. for wrt54g)
squashfs removed in favor of squashfs-lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 36616f07b..1a997da2a 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,7 +1,6 @@ choice prompt "Target Root Filesystem" source "target/jffs2/Config.in" - source "target/squashfs/Config.in" source "target/squashfs-lzma/Config.in" endchoice |