2009-08-10 - bmx6_config plugin for openWrt universial configuraton interface (UCI)

- plugin for dynamic interaction with uci 
  ( http://downloads.openwrt.org/sources/uci-0.7.5.tar.gz )

- to compile first install uci: 
	wget http://downloads.openwrt.org/sources/uci-0.7.5.tar.gz
        sometimes theres an error: edit cli.c # change line 465 to:         char *argv[MAX_ARGS+2];
	tar xzvf uci-0.7.5.tar.gz; cd uci-0.7.5; make; sudo make install


- default configuration backend is: /etc/config/bmx6

- see lib/bmx6_config/etc_config for a simple (bmx)
  and an advanced (bmx-advanced) example


