mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
29 lines
452 B
Text
29 lines
452 B
Text
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/icwmp/defaults
|
|
|
|
|
|
run icwmpd
|
|
=============
|
|
|
|
$ export UCI_CONFIG_DIR="`pwd`/config/"
|
|
$ export UBUS_SOCKET="/tmp/ubus.sock"
|
|
$ ./bin/icwmpd -f
|