diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 04:14:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 04:14:18 +0000 |
commit | 7236be7543a2a2361ecfc102d9b5976ef7d485b5 (patch) | |
tree | a84083f73bd0647a8e7964e2838b8a66d3d85148 | |
parent | 8719c13b85cdfde112b3ef07f9ef2e25f6264a15 (diff) | |
download | master-187ad058-7236be7543a2a2361ecfc102d9b5976ef7d485b5.tar.gz master-187ad058-7236be7543a2a2361ecfc102d9b5976ef7d485b5.tar.bz2 master-187ad058-7236be7543a2a2361ecfc102d9b5976ef7d485b5.zip |
fix tgz image help
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2584 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 0e11e178ce..8353359199 100644 --- a/target/Config.in +++ b/target/Config.in @@ -16,7 +16,7 @@ menu "Target Root Filesystem" bool "tgz" default y help - Build a compressed tar archive of the kernel and the root filesystem + Build a compressed tar archive of the the root filesystem endmenu |