diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-02 12:46:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-02 12:46:32 +0000 |
commit | a41cce67bde779b6c4269b99897d0f4115d6f797 (patch) | |
tree | e4ac417ac64050529b6e368e7270b84cab5e7bdf /openwrt/package/shat/Config.in | |
parent | c1aa28592d9381cdadd0fcbd727438b68850e6cc (diff) | |
download | mtk-20170518-a41cce67bde779b6c4269b99897d0f4115d6f797.zip mtk-20170518-a41cce67bde779b6c4269b99897d0f4115d6f797.tar.gz mtk-20170518-a41cce67bde779b6c4269b99897d0f4115d6f797.tar.bz2 |
shat from Georg Lukas
SVN-Revision: 785
Diffstat (limited to 'openwrt/package/shat/Config.in')
-rw-r--r-- | openwrt/package/shat/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/shat/Config.in b/openwrt/package/shat/Config.in new file mode 100644 index 0000000..a7d3887 --- /dev/null +++ b/openwrt/package/shat/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_SHAT + tristate "shat (Source Hardware Address Translation)" + default m if CONFIG_DEVEL + help + A tool which allows hosts with arbitrary IP configuration + to connect to the internet over a SHAT gateway. |