muink / luci-app-change-mac

MAC address randomizer for LuCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuCI for MAC address randomizer

Introduction

This is a project for changing the interface MAC on Openwrt

Dependencies

bash, rgmac, getopt

Releases

You can find the prebuilt-ipks here

Screenshots

0

Build

  • Compile from OpenWrt/LEDE SDK

    # Take the ar71xx platform as an example
    tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
    # Go to the SDK root dir
    cd OpenWrt-SDK-ar71xx-*
    # First run to generate a .config file
    make menuconfig
    ./scripts/feeds update -a
    ./scripts/feeds install -a
    # Get Makefile
    git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/luci-app-change-mac.git package/luci-app-change-mac
    pushd package/luci-app-change-mac
    umask 022
    git checkout
    popd
    # Select the package LuCI -> Applications -> luci-app-change-mac
    make menuconfig
    # Start compiling
    make package/luci-app-change-mac/compile V=99

License

MIT License


About

MAC address randomizer for LuCI

License:MIT License


Languages

Language:Shell 55.2%Language:JavaScript 40.1%Language:Makefile 4.6%