Posts mit dem Label lion werden angezeigt. Alle Posts anzeigen
Posts mit dem Label lion werden angezeigt. Alle Posts anzeigen

Samstag, 8. September 2012

Netatalk 2.2.3 for DD-WRT

The new version 2.2.3 is available here.

As before it has been compiled against BerkeleyDB 4.7.25 and works with OSX Lion (10.7). It has not been tested with Mountain Lion (10.8).

Have fun!

Samstag, 4. Februar 2012

Netatalk 2.2.2 for DD-WRT

I just compiled version 2.2.2 of netatalk for DD-WRT you can download it here:

netatalk_2.2.2-2_mipsel.ipk

I still use Berkeley DB 4.7.25 to compile against so make sure you installed it. Instructions on how to downgrade after the break.

Dienstag, 22. November 2011

Netatalk 2.2.1 for DD-WRT

I compiled the newer netatalk version 2.2.1 for DD-WRT. I still use a Netgear WNR3500L router. I tested this build with the previously used Berkeley DB 4.7.25 (libdb_4.7.25-3_mipsel.ipk). OS X Lion worked like a charm with it.


Sonntag, 31. Juli 2011

Netatalk 2.2 for DD-WRT

I successfully compiled netatalk 2.2.0 for opt ware DD-WRT build environment. It is compiled against Berkeley DB 4.7.25.

I tested it with OS X 10.6.8 aka Snow Leopard and OS X 10.7 aka Lion. Both worked with Apples Time Machine. My router is a Netgear WNR3500L with Firmware: DD-WRT v24-sp2 (08/12/10) mini-usb-ftp installed.

libdb 4.7 ipk
netatalk 2.2 ipk (updated August 3rd - added uams_dhx2.so)

Make a backup of your existing afpd/netatalk settings! (/opt/etc/netatalk in my case)
Install the packages on your machine in the following order:

ipkg install libdb_4.7.25-3_mipsel.ipk
ipkg install netatalk_2.2.0-2_mipsel.ipk

make sure that you use

ipkg install libdb_4.7.25-3_mipsel.ipk -force-downgrade

in case your libdb version is newer than 4.7.25.

Also in case you have not already done so - install libgcrypt which is necessary to get dhx2 authentication to work:

ipkg-opt install libgcrypt (updated August 22nd - thanks newton)

Please donate by PayPal Button if you appreciate the work!

Be aware: both packages are not guaranteed to work. They may break your system!