add rudimentary lua binding for uci (can only do "load" and "get" at the moment and...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 13 Apr 2008 11:06:54 +0000 (13:06 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 13 Apr 2008 11:06:54 +0000 (13:06 +0200)
commit42c5188ed499746fc09917707c929bd96339be14
treeb1d117faa82387175506706408f35212fdc64f70
parent51b60a322aff3fd1045fb6c9eb289ade2de54e71
add rudimentary lua binding for uci (can only do "load" and "get" at the moment and does not free memory on gc)
lua/Makefile [new file with mode: 0644]
lua/uci.c [new file with mode: 0644]