I am attempting to change the mac address of the wifi interface using the traditional way of editing the /etc/config/wireless file and adding the option macaddr 'xx:xx:xx:xx:xx:73' line under 'radio0'.
The reason for this is that the router is connected as a WIFI client to my ISP and i wish to clone my MBP MAC address to the router.
Once I apply the change and reboot the router, the interface gets disabled and status is 'n/an/a'.
It seems like you tried to edit the wifi-device configuration, which can't be used for changing the mac address:
macaddr MAC address yes/no (autodetected) Specifies the radio adapter associated to this section, it is not used to change the device mac but to identify the underlying interface.
You have to edit the wifi-iface Part to specify a custom mac address:
macaddr mac address no (hostapd/driver default) Overrides the MAC address used for the wifi interface.
root@nzone:~# opkg update
Downloading package list for barrier_breaker_routing source...
Package list for barrier_breaker_routing downloaded successfully.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for barrier_breaker_base source...
Package list for barrier_breaker_base downloaded successfully.
Downloading package list for barrier_breaker_packages source...
Package list for barrier_breaker_packages downloaded successfully.
Downloading package list for barrier_breaker_management source...
Package list for barrier_breaker_management downloaded successfully.
Downloading package list for barrier_breaker_telephony source...
Package list for barrier_breaker_telephony downloaded successfully.
root@nzone:~# opkg install macchanger
ERROR: No package named macchanger found, try updating your package lists
root@nzone:~#
Package removed? Possibility gone?
Cheers,
Gilles
Using Gargoyle on TP-Link TL-MR3040 v2 with custom WiFi MAC to run a Nintendo Zone router.
macchanger is not required. Modify the appropriate config file.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.