* core: Fixed a bug in the dispatcher
[project/luci.git] / core / root / etc / config / luci
1 config core main
2         option lang de
3         option mediaurlbase /luci/fledermaus
4         option resourcebase /luci/resources
5         
6 config core brand
7         option title            "OpenWRT Kamikaze"
8         option subtitle         Freifunkedition
9         option firmware         "OpenWRT Kamikaze"
10         option distro           "Freifunk Firmware 2.x"
11                 
12 config extern flash_keep
13         option uci              "/etc/config"
14         option dropbear "/etc/dropbear"
15         option openvpn  "/etc/openvpn"
16         option passwd   "/etc/passwd"
17         option ipkg             "/etc/ipkg.conf"
18         option httpd    "/etc/httpd.conf"
19         option firewall "/etc/firewall.user"
20
21 config event uci_oncommit
22         option network  "/etc/init.d/network restart"
23         option wireless "/etc/init.d/network restart"
24         option olsr             "/sbin/reboot"
25         option dhcp             "/etc/init.d/dnsmasq restart"
26         option luci_fw  "/etc/init.d/luci_fw restart"
27         option dropbear "/etc/init.d/dropbear restart"
28         option httpd    "/etc/init.d/httpd restart"
29         option fstab    "/etc/init.d/fstab restart"
30         option qos              "/etc/init.d/qos restart"
31         option luci_splash "/etc/init.d/luci_splash restart"
32         option freifunk "/etc/init.d/luci_freifunk restart"
33         
34 config internal languages
35         option de "Deutsch"
36         option en "English"
37                 
38 config internal themes
39         option Fledermaus "/luci/fledermaus"