Hey guys, first I will start with what I have confirmed/tried.
I flashed my TP-Link MR3020 router to Openwrt with the images provided at the link below:
https://wiki.openwrt.org/toh/tp-link/tl-mr3020
There are only two image links that are the exact same version from what I can tell.
The goal is to use my usb as an overlaying file system for the router since it has limited memory space. My usb is formatted to ext4. (I have also tried formatting it to Fat32). With a usb pin reader I was able to confirm that the usb port is functional and not faulty.
I was also sure to install the package below once upgrading the firmware to openwrt:
root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install block-mount kmod-fs-ext4
Whenever I 'ls /dev' no "sda" are listed. Has anyone else experienced this issue? Does anyone have anymore ideas? Please help!
Below is the project I was attempting to accomplish:
http://edwardkeeble.com/2014/02/passive-wifi-tracking/
Thanks!