W dniu 16.08.2012 o 17:00 Ákos Gábriel <akos.gabr...@gmail.com> pisze:

Hi,

I'd like to run owfs / owserver / owhttpd on this little router. I've installed openwrt and found that it has owfs version 2.8p4 in the repository. That's too old, I'd like to run the newest version. Is it available somewhere in a binary format to install?

I think newer version is in trunk
http://downloads.openwrt.org/snapshots/trunk/at91/packages/
Just add it instead of normal backfire source of packages

I think it's your architecture. But I'm not sure. They might work but maybe trunk has newer kernel
or something so you have to compile it yourself.

It does not make sense to compile it on the device. You can download the compiling
environment fairly easy.

svn co svn://svn.openwrt.org/openwrt/branches/backfire

cd backfire
./scripts/feeds update -a
./scripts/feeds install -a

then You have to change the Makefile(attachment) to have it compile latest owfs instead of p4

it's somewhere in
/backfire/feeds/packages/utils/owfs/Makefile

Then you have to obtain the standard .config and put it in backfire directory

probably from here

http://downloads.openwrt.org/backfire/10.03.1/atheros/config
But again make sure what arch is your router. What is the name of the file you flashed you router.

Then I think this should make the package but I never tied it. I always compiled at onec OpenWrt with all
the packages I needed.

make package/owfs/compile



--
patryk

Attachment: Makefile
Description: Binary data

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to