freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6fc4520e was db5651c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
merge wbx-target-cleanup to trunk.
- mk directory for some top level makefiles (build.mk,vars.mk)
- add a separate configfs partition to all models, 128 kb big
- add model and platform specific startup files and kernel configs
- delete target/linux/package, add all addon kernel packages to packages
- simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
- add target/image directory, place where the different images are created
- default off for all extra packages, be sure that you enable all packages
you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@588 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | config FWRT_COMPILE_SHFS
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_SHFS_UTILS
|
|---|
| 5 | depends FWRT_PACKAGE_KMOD_SHFS
|
|---|
| 6 |
|
|---|
| 7 | config FWRT_PACKAGE_SHFS_UTILS
|
|---|
| 8 | prompt "shfs-utils........................ ShFS mount/umount utilities"
|
|---|
| 9 | tristate
|
|---|
| 10 | select FWRT_COMPILE_SHFS
|
|---|
| 11 | default n
|
|---|
| 12 | help
|
|---|
| 13 | ShFS is a simple and easy to use Linux kernel module which
|
|---|
| 14 | allows you to mount remote filesystems using a plain shell
|
|---|
| 15 | (SSH) connection. When using ShFS, you can access all remote
|
|---|
| 16 | files just like the local ones, only the access is governed
|
|---|
| 17 | through the transport security of SSH.
|
|---|
| 18 |
|
|---|
| 19 | ShFS supports some nice features:
|
|---|
| 20 |
|
|---|
| 21 | * file cache for access speedup
|
|---|
| 22 | * perl and shell code for the remote (server) side
|
|---|
| 23 | * could preserve uid/gid (root connection)
|
|---|
| 24 | * number of remote host platforms (Linux, Solaris, Cygwin, ...)
|
|---|
| 25 | * Linux kernel 2.4.10+ and 2.6
|
|---|
| 26 | * arbitrary command used for connection (instead of SSH)
|
|---|
| 27 | * persistent connection (reconnect after SSH dies)
|
|---|
| 28 |
|
|---|
| 29 | http://shfs.sourceforge.net/
|
|---|
| 30 |
|
|---|
| 31 | This package contains the shfs mount/umount utilities.
|
|---|
| 32 |
|
|---|
| 33 | config FWRT_PACKAGE_KMOD_SHFS
|
|---|
| 34 | prompt "kmod-shfs.......................... ShFS mount/umount utilities"
|
|---|
| 35 | tristate
|
|---|
| 36 | select FWRT_COMPILE_SHFS
|
|---|
| 37 | default n
|
|---|
| 38 | help
|
|---|
| 39 | Kernel modules for SHFS.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.