change the format of uci.get_all() - reduce the number of tables used and make it...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2008 21:35:17 +0000 (23:35 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2008 21:35:17 +0000 (23:35 +0200)
commit3a32fc4d0a93fb811cac661ac273fe75346e8410
tree37d7942419a12499a56c6a74148f0fc64523b685
parentb809dbd44309be056a7ce96b18a418fb51641cce
change the format of uci.get_all() - reduce the number of tables used and make it possible to do uci.get_all("package").section.option
lua/uci.c