diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-17 16:49:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-17 16:49:18 +0000 |
commit | afecb605be2bb9cedb541ba0b7c2a3e78c0be594 (patch) | |
tree | 228272fd61358ff489cb2fc9f05ae9dc6396c30d /openwrt/package/macchanger/Config.in | |
parent | 6f0502008bdedc6172b0d8cefb21e85d7ff4f7aa (diff) | |
download | mtk-20170518-afecb605be2bb9cedb541ba0b7c2a3e78c0be594.zip mtk-20170518-afecb605be2bb9cedb541ba0b7c2a3e78c0be594.tar.gz mtk-20170518-afecb605be2bb9cedb541ba0b7c2a3e78c0be594.tar.bz2 |
Added macchanger
SVN-Revision: 2712
Diffstat (limited to 'openwrt/package/macchanger/Config.in')
-rwxr-xr-x | openwrt/package/macchanger/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/macchanger/Config.in b/openwrt/package/macchanger/Config.in new file mode 100755 index 0000000..a975e4a --- /dev/null +++ b/openwrt/package/macchanger/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_MACCHANGER + tristate "macchanger........................ utility for viewing/manipulating the MAC address" + default m if CONFIG_DEVEL + help + This is a GNU/Linux utility for viewing/manipulating the MAC address + of network interfaces. + + http://www.gnu.org/software/macchanger |