diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-14 23:57:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-14 23:57:13 +0000 |
commit | 25263f014408448f3f153d9a62ab3d1de4b17660 (patch) | |
tree | 2c6a2888db04014c11aaff1c78cb6ddc289b26ad /libs | |
parent | 29e91c2d83f6239dae938a621af8adfe81bbd907 (diff) |
* luci/libs/uci: register luci_hosts in ucitrack, fix dependencies for luci_ethers and luci_hosts
* luci/contrib/addons: fix luci_ethers and luci_hosts initscripts to always return 0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/uci/root/etc/config/ucitrack | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/libs/uci/root/etc/config/ucitrack b/libs/uci/root/etc/config/ucitrack index cba783d8be..0349f81c8e 100644 --- a/libs/uci/root/etc/config/ucitrack +++ b/libs/uci/root/etc/config/ucitrack @@ -1,47 +1,52 @@ config network option init network list affects dhcp - + config wireless list affects network - + config firewall option init firewall list affects luci-splash list affects qos - + config olsr option init olsrd config dhcp option init dnsmasq - + config dropbear option init dropbear - + config httpd option init httpd - + config fstab option init fstab - + config qos option init qos - + config system option init led - + +config luci_hosts + option init luci_hosts + list affects dhcp + config luci_ethers option init luci_ethers - + list affects dhcp + config luci_splash option init luci_splash - + config upnpd option init miniupnpd - + config ntpclient option init ntpclient - + config samba - option init samba
\ No newline at end of file + option init samba |