diff options
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 000000000..a7d38872c --- /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. |