Page 1 of 1
HFS+ Support
Posted: Sat Dec 22, 2012 9:16 pm
by kaging
Hello I have successfully flashed my TP-WDR4300 using 1.5.8. Now I have 1TB using HFS+ and want to connect it to my router but currently it's not supported.
However I tried installing the kmod-fs-hfsplus and I get the following errors.
root@Gargoyle:~# opkg install kmod-fs-hfsplus
Installing kmod-fs-hfsplus (3.3.8-1) to root...
Downloading
http://downloads.openwrt.org/attitude_a ... ar71xx.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-hfsplus:
* kernel (= 3.3.8-1-54676ff21e7e4e275e485bc50fb94fcb) *
* opkg_install_cmd: Cannot install package kmod-fs-hfsplus.
Any help would be very much appreciated.

Re: HFS+ Support
Posted: Sun Dec 23, 2012 2:00 am
by ericwong
kaging wrote:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-hfsplus:
* kernel (= 3.3.8-1-54676ff21e7e4e275e485bc50fb94fcb) *
* opkg_install_cmd: Cannot install package kmod-fs-hfsplus.
Compile your own gargoyle with the package you need will solve this problem.
This is a problem with Gargoyle kernel version you using not matching the openwrt package.
Re: HFS+ Support
Posted: Sun Dec 23, 2012 4:15 am
by kaging
ericwong wrote:kaging wrote:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-hfsplus:
* kernel (= 3.3.8-1-54676ff21e7e4e275e485bc50fb94fcb) *
* opkg_install_cmd: Cannot install package kmod-fs-hfsplus.
Compile your own gargoyle with the package you need will solve this problem.
This is a problem with Gargoyle kernel version you using not matching the openwrt package.
Thanks for the reply. Can you show/provide any link/tutorial on how to do this? or maybe someone else here have compiled like this kindly share. It seems to be a more advanced thing to do.
Re: HFS+ Support
Posted: Sun Dec 23, 2012 4:35 am
by ericwong
kaging wrote:ericwong wrote:kaging wrote:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-hfsplus:
* kernel (= 3.3.8-1-54676ff21e7e4e275e485bc50fb94fcb) *
* opkg_install_cmd: Cannot install package kmod-fs-hfsplus.
Compile your own gargoyle with the package you need will solve this problem.
This is a problem with Gargoyle kernel version you using not matching the openwrt package.
Thanks for the reply. Can you show/provide any link/tutorial on how to do this? or maybe someone else here have compiled like this kindly share. It seems to be a more advanced thing to do.
it is already documented... read the part that says build from source
http://www.gargoyle-router.com/wiki/dok ... umentation
Yes, you need to be familiar or able to use linux to be able to successfully build it. But since you are already using console to install package, I think you should be able to do it..
Otherwise, maybe wait for the next gargoyle release and try it again then.. The gargoyle packages and openwrt packages would hopefully match then.. at least for a short period of time.
Re: HFS+ Support
Posted: Sun Dec 23, 2012 8:20 pm
by kaging
As currently I don't have any linux box available. I will try this when I get to have one. Thanks Ericwong. Was also thinking if there someone else have the same working build? Anyone?