I've successfully installed the current release of Gargoyle v1.5.9 onto my TP Link MR3020 3G Pocket Router. I know this router has slightly less space available compared to my TP Link WR1043ND. Both routers do have a USB port to be used for anything.
I'm curious as to why does TP Link MR3020 version of Gargoyle lacks the USB Storage management page (& available kernel modules.) My TP Link WR1043ND has the storage page and kernel modules installed by default.
The TP Link MR3020 3G Pocket Router clearly supports USB Storage on OpenWRT (see the PirateBox http://daviddarts.com/piratebox-diy-ope ... IY_OpenWrt).
Yet when I go to install the kmod-usb-storage an install error is thrown:
Code: Select all
root@hotspot:/# opkg install kmod-usb-storage
Installing kmod-usb-storage (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/ar71xx/generic/packages/kmod-usb-storage_3.3.8-1_ar71xx.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage:
* kernel (= 3.3.8-1-5440da3a2c45184a32da6bba25b8dd2a) * kernel (= 3.3.8-1-5440da3a2c45184a32da6bba25b8dd2a) *
* opkg_install_cmd: Cannot install package kmod-usb-storage.
Code: Select all
Depends: kernel (=3.3.8-1-be18a8a01d768ba03d7c87a93a45a9e5)
while the kmod-usb-storage from OpenWRT's depend on
Code: Select all
Depends: kernel (=3.3.8-1-5440da3a2c45184a32da6bba25b8dd2a)
Do you have any recommendations? Should I put in a feature request? Should I drop back to OpenWRT, then add the Gargoyle Repo (though I rather not)?
My basic intent was to have a Gargoyle Pocket router, then when a particular USB Flash stick was installed, I'd manually startup PirateBox when the need arises at hack fests, user group meetups, etc.
Thanks, Mark S.