No description
Find a file
Strhuan Blomquist 4aa69bf3bc quick hack fix
2013-10-10 10:57:19 +02:00
bin more freecwmp move 2013-07-17 16:23:54 +02:00
config username on connection request changed 2013-10-03 14:27:00 +02:00
inc Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
init Fix start GetRPCMethods in init script 2013-10-04 10:47:53 +01:00
scripts quick hack fix 2013-10-10 10:57:19 +02:00
AUTHORS more freecwmp move 2013-07-17 16:23:54 +02:00
backupSession.c Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
ChangeLog more freecwmp move 2013-07-17 16:23:54 +02:00
config.c Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
configure.ac configure.ac include libs according to CFLAGS 2013-09-19 10:44:46 +02:00
COPYING more freecwmp move 2013-07-17 16:23:54 +02:00
cwmp.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
digestauth.c more freecwmp move 2013-07-17 16:23:54 +02:00
event.c sort of the parameters in the RPCs responses 2013-10-03 13:08:06 +02:00
external.c fix download issue 2013-10-03 13:08:06 +02:00
http.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
jshn.c configure.ac include libs according to CFLAGS 2013-09-19 10:44:46 +02:00
kcwmp.c more freecwmp move 2013-07-17 16:23:54 +02:00
log.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
Makefile.am more freecwmp move 2013-07-17 16:23:54 +02:00
md5.c more freecwmp move 2013-07-17 16:23:54 +02:00
netlink.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
NEWS more freecwmp move 2013-07-17 16:23:54 +02:00
README more freecwmp move 2013-07-17 16:23:54 +02:00
time.c more freecwmp move 2013-07-17 16:23:54 +02:00
ubus.c PIVA::DELIVERY 8 2013-07-24 16:05:32 +01:00
xml.c PR #3558 SPV should support values containing space. The problem is detected with X_002207_CallLines parameter 2013-10-03 13:08:07 +02:00

configure autotools
===================

$ autoreconf -if

clean it all up
===============

$ make distclean

or 

$ git clean -df

development environment
=======================

Make sure you have all the packages installed from packages-arch-tr069 git
repository.

$ ln -sf `pwd`/scripts/defaults /usr/share/freecwmp/defaults
$ ln -sf `pwd`/scripts/functions/common /usr/share/freecwmp/functions/common
$ ln -sf `pwd`/scripts/functions/device_info /usr/share/freecwmp/functions/device_info
$ ln -sf `pwd`/scripts/functions/lan_device /usr/share/freecwmp/functions/lan_device
$ ln -sf `pwd`/scripts/functions/management_server /usr/share/freecwmp/functions/management_server
$ ln -sf `pwd`/scripts/functions/voice_service /usr/share/freecwmp/functions/voice_service
$ ln -sf `pwd`/scripts/functions/wan_device /usr/share/freecwmp/functions/wan_device
$ ln -sf `pwd`/scripts/functions/x_freecwmp_org /usr/share/freecwmp/functions/x_freecwmp_org
$ ln -sf `pwd`/scripts/functions/device_users /usr/share/freecwmp/functions/device_users 
$ ln -sf `pwd`/scripts/functions/device_hosts /usr/share/freecwmp/functions/device_hosts
$ ln -sf `pwd`/scripts/functions/device_routing /usr/share/freecwmp/functions/device_routing
$ ln -sf `pwd`/scripts/functions/device_ip /usr/share/freecwmp/functions/device_ip

run cwmpd
=============

$ export UCI_CONFIG_DIR="`pwd`/config/" 
$ export UBUS_SOCKET="/tmp/ubus.sock"
$ ./bin/cwmpd -f