goalmarketing / vigor2130

Automatically exported from code.google.com/p/vigor2130
0 stars 0 forks source link

Implementation of NETATALK - AFP #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey Guys!

On http://netatalk.sourceforge.net/ is a complete package to implement AFP 
Service for apple macintosh mashines.

I have no clue how to compile a source tar.gz file and make some package for 
the vigor, so is there someone who could do so?

I believe, I am not the only one who uses Mac computers, so I think this could 
be interesting for a lot of other people, because AFP works on macs much better 
(more stable and faster) than the smb service.

Website: http://netatalk.sourceforge.net/
Dokumentation: http://netatalk.sourceforge.net/2.1/htmldocs/

Thanks!

Original issue reported on code.google.com by johannes...@gmail.com on 8 May 2011 at 2:32

GoogleCodeExporter commented 8 years ago
You can refer to the openwrt package

https://dev.openwrt.org/browser/packages/net/netatalk/Makefile

Just add a Make file in 2130 the same path
then do
make menuconfig
enable the new package

Then compile the package by
make packages/net/netatalk-install

If the compile is successful, you should have a package (.ipk) in 
bin/packages/arm

or you can also have a full compile by "make"
then this new package will be included in your firmware in bin/v2130001.all

Original comment by jht...@gmail.com on 9 May 2011 at 4:23

GoogleCodeExporter commented 8 years ago
would you be so kind and give me a step by step instruction, because i have 
absolutely no clue how to get this to work...

Original comment by johannes...@gmail.com on 9 May 2011 at 8:43

GoogleCodeExporter commented 8 years ago
First of all, you need to download the GPL source code in DrayTek Web site: 
ftp://ftp.draytek.com/Vigor2130/Support/Linux-based%20Source%20Code/

decompress it in Linux machine (I prefer Ubuntu Linux)
then do the make

Maybe the following link can help you

http://wiki.openwrt.org/
http://wiki.openwrt.org/doc/howto/obtain.firmware.compile

Original comment by jht...@gmail.com on 9 May 2011 at 10:40