Commit graph

466 commits

Author SHA1 Message Date
Jo-Philipp Wich
d0d0715911 contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default 2009-01-30 13:48:32 +00:00
Michael Geddes
db087ebfb4 List of voice prompts requried 2009-01-27 12:02:18 +00:00
Michael Geddes
cfdd3ca682 Move number taging from lastcall.conf to tagnumber.conf
Improve tagging workflow.
2009-01-27 02:42:50 +00:00
Michael Geddes
dfa7dbbc45 Put quotes for safety.
Move enable_Voicemail() here.
2009-01-27 02:40:40 +00:00
Michael Geddes
213d2a310e The number tagging has been split into macros/tagnumber.conf 2009-01-27 02:39:41 +00:00
Michael Geddes
84d6b1e148 Add match_all_s variable - match all including s
Move enable_voicemail to voicemailconf.
Ignore variables beginning with _ in certain sections
2009-01-27 02:39:12 +00:00
Michael Geddes
61146aee6c Support for Call queues 2009-01-27 02:28:35 +00:00
Michael Geddes
f0fef5eb5a Options for voicemail 2009-01-27 02:28:02 +00:00
Jo-Philipp Wich
d8e0cdb2f8 contrib/package: disable dyn_gw plugin in olsrd default config, causes segfaults 2009-01-26 23:38:54 +00:00
Steven Barth
35d66fb98d Remove dependency between luci-admin-full and firewall on user request 2009-01-26 13:59:45 +00:00
Steven Barth
ea6c11f863 Add Image setting for default language (closes #21) 2009-01-25 17:42:41 +00:00
Jo-Philipp Wich
72b276d92d contrib/package: remove definitions for pgraph plugin 2009-01-22 23:16:37 +00:00
Jo-Philipp Wich
661ead3241 contrib/package: bump olsrd-luci to hg rev 2227 2009-01-22 23:07:09 +00:00
Michael Geddes
06cdb07211 Allow _* tags on sip configs 2009-01-19 21:37:03 +00:00
Michael Geddes
c1eb7cf481 DISA dialplan support. 2009-01-19 12:12:22 +00:00
Michael Geddes
c67c720fc8 Add pickup2 module support. 2009-01-19 12:11:41 +00:00
Michael Geddes
c1d8847a7d Add disaconf support.
Add app_pickup2
2009-01-19 12:10:56 +00:00
Michael Geddes
c87026c1ab Update Documentation 2009-01-19 12:07:46 +00:00
Michael Geddes
11ebe1aa81 Add link to load voicemenu config. 2009-01-18 12:51:28 +00:00
Michael Geddes
77f31860a0 Ability to have unatended voice menus. 2009-01-18 12:50:23 +00:00
Michael Geddes
4f1243271d Allow voicezone to have a 'name' option rather than having a named section. 2009-01-18 12:49:36 +00:00
Michael Geddes
29c406acea Ability for 'module' configs to have an optional 'createdialplan' section.
Used to create voicemenus.
2009-01-18 12:48:35 +00:00
Jo-Philipp Wich
89c8f98b12 build: add mkversion.sh helper script
contrib: (re-)generate version.lua at build time
libs/core: use version.lua
themes: adept header to version.lua, fix css for openwrt.org
2009-01-17 16:35:02 +00:00
Steven Barth
b847ba072d Make fixtime more reliable 2009-01-17 13:52:22 +00:00
Michael Geddes
77e992e78c Generate context for adding callerid name with proper sequences. 2009-01-17 12:22:46 +00:00
Michael Geddes
1df66e6fae Add LASTCALL_DIR to globals section if there is a DEST set. 2009-01-17 11:08:40 +00:00
Michael Geddes
2c79f6771c Add DisplayName option to sip/iax for callerid display 2009-01-17 11:07:52 +00:00
Michael Geddes
c661fa6278 Show that type is allowed to be specified with the target.
Show that target is a list for dialzones.
2009-01-16 23:15:43 +00:00
Michael Geddes
dd31394d2b Document domain/localnet are lists. 2009-01-16 23:14:14 +00:00
Michael Geddes
467615c25b For sipglobal, sip, handle multiple domain and localnet settings. Add the local IP for the domain automatically.
There was a conflict in names in handle_dialtarget from where it was called.  Use prefix to reduce liklihood.
2009-01-16 23:13:33 +00:00
Michael Geddes
e20b336bb1 Allow specifying the target type together with the target in the dialplan extension (rather than having a sep variable)..
Move incoming_context functions here from sipiaxconf.
Allow incoming target to have different formats for the type/target, and convert it to TYPE/target.
2009-01-16 23:10:18 +00:00
Michael Geddes
c07fb10541 Fix the split_append function so that codec modules are properly enabled. 2009-01-16 23:06:43 +00:00
Jo-Philipp Wich
d6711a5f84 contrib/package: ensure BUILD_DIR separation in olsrd-luci 2009-01-15 00:18:03 +00:00
Michael Geddes
d415e9ac42 Fix up udev zap devices to look like devfs (which asterisk expects). 2009-01-14 01:53:07 +00:00
Michael Geddes
987f7505b9 Support for tagging of names in lastcall lists.
Fix up lastcall menu so that you can type ahead.
2009-01-14 01:51:50 +00:00
Michael Geddes
1317707738 Fix some errors related to quoting variables. 2009-01-14 01:49:24 +00:00
Michael Geddes
d5f58717c6 Tidy up some bugs with quoting.
Use the ${match_all} variable - use [0-9+#*] as match-all.

Fix the section name for iax contexts prepended with iax_.

For IAX, handle uci list for 'allow', 'incoming' and 'extension'.
2009-01-14 01:48:10 +00:00
Michael Geddes
caf356d2d9 Document dialplangoto.
Add inzone documentation
2009-01-14 01:43:06 +00:00
Michael Geddes
66b15da9be Add Inzone handling - routing icoming calls based on dialed number and callerid.
Use _[0-9*+#]. in place of _. to avoid warnings in the log.

Fix some errors with quotes

Change default call type to macro for lastdialedtype.
2009-01-14 01:42:06 +00:00
Michael Geddes
642032dfe8 Make udev ZAP devices look like devfs devices. 2009-01-14 01:38:28 +00:00
Michael Geddes
459f46af9c Extensions can be a list 2009-01-14 01:37:00 +00:00
Jo-Philipp Wich
d17e770dc5 contrib/package/asterisk-xip:
- switch to uci backend in init script
	- fix syntax error in syntax script
	- bump package revision
2009-01-11 03:00:57 +00:00
Steven Barth
5a35b64dfb Added computer-readable Freifunk status page 2009-01-08 17:14:56 +00:00
Jo-Philipp Wich
ba66d54b5f contrib/package: move asterisk14-xip to feed 2009-01-08 16:21:52 +00:00
Jo-Philipp Wich
2498f60496 contrib/package: change luci-app-asterisk dependency to asterisk14-xip-core 2009-01-07 23:37:44 +00:00
Jo-Philipp Wich
9694c56558 contrib/package: make luci-app-asterisk depend on asterisk14-xip 2009-01-07 23:28:22 +00:00
Jo-Philipp Wich
0499017786 contrib/package: mark xrelayd as broken 2009-01-03 23:36:13 +00:00
Steven Barth
748bbc8acb Fixed a typo, moved Freifunk themes to Freifunk submenu 2009-01-02 12:38:47 +00:00
Steven Barth
5d27b7fba5 Fix some recursive dependencies 2009-01-02 12:28:55 +00:00
Steven Barth
a54e351460 Reintroduce conditional dependencies 2009-01-02 12:23:10 +00:00
Jo-Philipp Wich
6bd1476aee contrib/package: bump olsrd to most recent hg rev 2009-01-01 19:59:31 +00:00
Jo-Philipp Wich
9709bb5316 contrib/packages: fix olsrd makefile 2008-12-29 17:27:35 +00:00
Jo-Philipp Wich
64a6bf01c0 contrib/packages: add another fix for olsrd ipv6 addresses 2008-12-29 17:12:10 +00:00
Steven Barth
7e99c6f13a Revert "Use conditional dependencies"
- Build system is b0rken! Unknown recursive dependencies.
2008-12-29 14:28:38 +00:00
Steven Barth
cf4e7aab94 Use conditional dependencies 2008-12-29 14:21:57 +00:00
Jo-Philipp Wich
26bddd37cf contrib/packages: move olsrd to tip again and add fix for ipv6 address handling 2008-12-29 03:42:19 +00:00
Jo-Philipp Wich
fcffac2267 contrib/packages: revert to olsrd 0.5.6-r3 2008-12-29 02:52:02 +00:00
Jo-Philipp Wich
6dbc37b992 contrib/package: bump to olsrd tip 2008-12-28 21:43:38 +00:00
Jo-Philipp Wich
a94fdde178 contrib/package: remove @BROKEN dependency from siit wizzard 2008-12-23 05:20:16 +00:00
Jo-Philipp Wich
c836191f98 contrib/package: make luci-app-siitwizzard depend on kmod-siit 2008-12-20 23:33:38 +00:00
Jo-Philipp Wich
c511ee6eee contrib/package: mark siit wizzard as broken too 2008-12-19 12:23:28 +00:00
Jo-Philipp Wich
373e7afb14 contrib/package: drop german only notice from ff-support, mark asterisk as broken for now 2008-12-19 12:22:03 +00:00
Matteo Croce
4d23159dfe add Italian translation package 2008-12-18 01:56:28 +00:00
Jo-Philipp Wich
f7a3e34955 prevent package upgrade failures caused by sloppy postinstalls 2008-12-09 00:03:08 +00:00
Jo-Philipp Wich
08fc73b8a6 contrib: add openvpn package and mark as broken for now 2008-12-08 01:13:29 +00:00
Steven Barth
5c61c377c1 Completed LuCI Livestats 2008-12-07 19:38:31 +00:00
Jo-Philipp Wich
21da2f7c9c contrib/package: add luci-app-firewall dependency to luci-admin-full 2008-12-05 22:14:37 +00:00
Jo-Philipp Wich
23cbde0f44 contrib/package: bump olsrd-luci to v0.5.6-r3 2008-12-02 14:18:08 +00:00
Steven Barth
c63a170cde Fix linking issues 2008-11-30 15:15:03 +00:00
Steven Barth
616f0a199d more compile fixes 2008-11-30 14:50:35 +00:00
Steven Barth
a786110c6f Fix compilation of LuCIttpd 2008-11-30 13:48:56 +00:00
Steven Barth
b33943a6e8 Merge LuCIttpd 2008-11-30 13:19:45 +00:00
Jo-Philipp Wich
59fbc85161 luci/applications: add experimental SIIT setup assistant 2008-11-30 06:00:52 +00:00
Jo-Philipp Wich
dc0dc132c1 package/olsrd-luci: bump package revision 2008-11-29 01:38:40 +00:00
Jo-Philipp Wich
ca6a85fd83 package/olsrd-luci: add exception for Ip6AddrType option
applications/luci-olsr: add support for Ip6AddrType option
2008-11-29 01:36:38 +00:00
Jo-Philipp Wich
b22b8af038 contrib/package/olsrd-luci: don't write Ip4Broadcast to config by default 2008-11-27 00:14:03 +00:00
Jo-Philipp Wich
a430b5c189 contrib/package: bump olsrd to hg rev cac1df64dcd5, should fix compat issues with older olsrd versions 2008-11-26 16:24:28 +00:00
Jo-Philipp Wich
5a3422963b * luci/applications: force success for postinstall scripts 2008-11-06 01:56:01 +00:00
Jo-Philipp Wich
cbaafba1fd * luci/contrib: make luci-app-polipo depend on polipo and luci-admin-core 2008-11-05 23:19:04 +00:00
Jo-Philipp Wich
a519a8c2ed * luci/contrib: add polipo support to makefile 2008-11-05 23:10:21 +00:00
Jo-Philipp Wich
7651fd78f0 * luci: fix postinstall scripts 2008-11-05 22:06:27 +00:00
Jo-Philipp Wich
2b7f0d912e * luci/contrib/olsrd: enable olsrd in postinstall 2008-11-04 20:25:30 +00:00
Jo-Philipp Wich
9033d9b7be * luci/contrib/olsrd: bump package revision 2008-10-28 19:02:19 +00:00
Jo-Philipp Wich
e4f9202707 * luci/contrib/olsrd: disable ff sample interface by default to prevent warning from init script 2008-10-28 19:00:31 +00:00
Jo-Philipp Wich
0942fcc70b * luci/applications: add new mmc_over_gpio configuration, thanks Yanira! 2008-10-27 23:07:46 +00:00
Jo-Philipp Wich
dc00b42e6d * luci: replace all "OpenWRT" occurences with "OpenWrt" 2008-10-27 15:19:58 +00:00
Jo-Philipp Wich
b601dd75c1 * luci/contrib: add asterisk to Makefile 2008-10-23 02:33:56 +00:00
Jo-Philipp Wich
fe5db50285 * luci/themes:
- create new package luci-theme-base
	- add new base package to package feed
	- make openwrt.org and openwrtlight themes depend on theme-base
2008-10-21 00:49:01 +00:00
Jo-Philipp Wich
07679380b8 * luci/contrib: add missing makefile definition for luci-app-livestats 2008-10-19 16:03:01 +00:00
Jo-Philipp Wich
e39b2bff3f * luci/applications: add experimental realtime statistics 2008-10-18 21:51:44 +00:00
Jo-Philipp Wich
e7ea9902de * luci: change svn repo location for package feeds 2008-10-16 13:06:02 +00:00
Jo-Philipp Wich
021a3fcb83 * luci/applications: add init manager 2008-10-03 17:33:29 +00:00
Steven Barth
bf61a13e30 Added tinyproxy application 2008-10-02 17:15:49 +00:00
Jo-Philipp Wich
3f372dd416 * luci/applications: add hd-idle application, thanks Yanira 2008-10-02 13:52:28 +00:00
Jo-Philipp Wich
a4bf60679d * luci/themes: add Freifunk and Freifunk-BNO themes, thanks Stefan Pirwitz 2008-09-29 19:10:51 +00:00
Steven Barth
54dc86d99c Remove unneeded dependencies 2008-09-25 12:52:55 +00:00
Jo-Philipp Wich
5afcf03492 * luci/contrib: update olsrd to v0.5.6-r2 2008-09-24 21:26:50 +00:00
Jo-Philipp Wich
7b7e34c1ff * luci/contrib: register portuguese-brazilian translation in Makefile 2008-09-24 13:41:38 +00:00
Jo-Philipp Wich
2ba7e61dce * luci/applications: add ushare package 2008-09-24 12:46:07 +00:00
Jo-Philipp Wich
d7f7a5b0d7 * luci/contrib: reintroduce lost conffiles section from luci-addons in luci-admin-core 2008-09-23 13:56:32 +00:00
Steven Barth
251502e2cd Kill luci-addons package 2008-09-23 13:15:50 +00:00
Steven Barth
2d3f2a9eaa Change source URLs to local mirror 2008-09-19 14:44:04 +00:00
Steven Barth
464dea8ea4 Remove default latlon_file specification 2008-09-19 11:02:23 +00:00
Jo-Philipp Wich
7d0ebeb7d0 * luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will destroy system /dev/null 2008-09-19 10:36:57 +00:00
Steven Barth
60579b28e8 olsrd-luci: Enable position independent code for certain platforms 2008-09-18 18:30:57 +00:00
Jo-Philipp Wich
c10ce06b6b * luci/contrib: add missing definitions for p910nd package in trunk makefile 2008-09-17 22:26:41 +00:00
Jo-Philipp Wich
e837504281 * luci/contrib/olsr: add patch to fix HNA plugin parameter in dyngw 2008-09-15 23:24:54 +00:00
Steven Barth
b0d49454a6 luci-flash does not need to by verbose 2008-09-15 23:12:59 +00:00
Steven Barth
2df2a057dd Fixed a typo 2008-09-15 20:18:53 +00:00
Steven Barth
dbd1d3c273 Reorganised Freifunk pages
Unified Community configuration
2008-09-15 16:52:58 +00:00
Jo-Philipp Wich
25263f0144 * 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
2008-09-14 23:57:13 +00:00
Jo-Philipp Wich
29e91c2d83 * luci/app-olsr: fix layout of IpcConnect section
* luci/contrib/olsr: fix default config
2008-09-14 23:17:10 +00:00
Jo-Philipp Wich
74c51811c8 * luci/contrib/olsr: fix initscript stop action 2008-09-14 22:53:42 +00:00
Steven Barth
5872bfa084 Overall Freifunk improvements 2008-09-14 21:59:14 +00:00
Jo-Philipp Wich
e491e67588 * luci/contrib: add xrelayd package 2008-09-14 03:51:46 +00:00
Jo-Philipp Wich
e8557bbe60 * luci/contrib: remove BROKEN dependency from freifunk modules 2008-09-14 01:02:55 +00:00
Jo-Philipp Wich
8bba6cf4d0 * luci/contrib/olsr: fix initscript to not kill itself sometimes 2008-09-13 21:45:21 +00:00
Jo-Philipp Wich
fb9fc25c3f * luci/contrib/olsr: remove HNA parameter from default config it's senseless and causes the current initscript to fail 2008-09-13 18:24:27 +00:00
Jo-Philipp Wich
db04fffe13 * luci/contrib/olsr: define conffiles section in Makefile 2008-09-13 17:29:56 +00:00
Jo-Philipp Wich
2a88e23db5 * luci/contrib/olsr: sync initscript and config format to current Kamikaze version 2008-09-13 17:23:58 +00:00
Steven Barth
b1e7465412 Overwritten ask_bool prevented flashing from happening 2008-09-12 19:50:31 +00:00
Steven Barth
2bbc4eb3c3 Revert "Redesigned firmware upgrade process" 2008-09-12 16:12:23 +00:00
Steven Barth
fade8edd2d Redesigned firmware upgrade process 2008-09-12 11:53:08 +00:00
Jo-Philipp Wich
a2683f5ffd * luci/contrib/luci-addons: fix config file overwriting issue 2008-09-07 14:55:09 +00:00
Steven Barth
087bd8afc7 Trigger post-flash reboot manually 2008-09-06 18:55:26 +00:00
Jo-Philipp Wich
be767cb726 * luci/contrib/addons: add luci_hosts infrastructure 2008-09-06 17:20:27 +00:00
Steven Barth
f61bd1a78c Fixed Luasocket build 2008-09-06 15:47:07 +00:00
Steven Barth
1c2ab810b2 Bump version to 0.9 2008-09-06 14:07:21 +00:00
Steven Barth
dbde0216c2 Rewrote UCI apply logic 2008-09-06 13:51:51 +00:00
Jo-Philipp Wich
8a1b678504 * luci/contrib/luci-addons: always create /var/etc in luci_ethers, fixes #113 - thanks KanjiMonster! 2008-09-03 22:33:53 +00:00
Jo-Philipp Wich
e97527fa06 * luci/contrib/olsrd-luci: add timer fix from (http://gredler.at/hg/olsrd/rev/ace7c0970ec) 2008-09-03 09:43:07 +00:00
Jo-Philipp Wich
c842b668b0 * luci/contrib/olsrd-luci: adept config generator to new uci api and fix ifname in interface sections 2008-09-03 00:36:13 +00:00
Jo-Philipp Wich
730b5fad7a * luci/contrib: olsrd-luci: only write sections for existing plugins, change default interface to br-lan 2008-09-01 23:42:49 +00:00
Jo-Philipp Wich
92e315d327 * luci/contrib: olsrd-luci: and now switch to 0.5.6 final while we're at it... 2008-09-01 23:26:19 +00:00
Jo-Philipp Wich
f0a08da45b * luci/contrib: olsrd-luci: fix yet another error 2008-09-01 23:21:49 +00:00
Jo-Philipp Wich
7deb140aca * luci/contrib: olsrd-luci: fix fork fallout 2008-09-01 23:18:10 +00:00
Jo-Philipp Wich
4f30dc4dbb * luci/contrib: change dependencies to use olsrd-luci instead of olsrd 2008-09-01 23:08:37 +00:00
Jo-Philipp Wich
f8b5b746ac * luci/contrib: add fork of openwrt olsrd 2008-09-01 23:02:29 +00:00
Steven Barth
87bed5db45 Added UVC-Streamer application
Contributed by Yanira
Thanks a lot
2008-09-01 21:56:30 +00:00
Steven Barth
11368a364a Shortend the new descriptions 2008-08-28 09:37:10 +00:00
Steven Barth
8ba8eef601 Changed descriptions for Essentials and Administration 2008-08-28 09:26:06 +00:00
Steven Barth
11bcdfd91a Switch back to mainline UCI 2008-08-27 21:32:05 +00:00
Steven Barth
d463d0b835 Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
Minor bugfixes
2008-08-27 08:53:40 +00:00
Steven Barth
9d0c00590d Rewrote advice 2008-08-26 23:56:40 +00:00
Steven Barth
1d55c476ba Add a nice user advise 2008-08-26 23:47:42 +00:00
Steven Barth
28ffe7d704 Fixed typos 2008-08-26 23:20:41 +00:00
Steven Barth
91ba7c42f5 UCI API changes 2008-08-26 23:00:44 +00:00
Steven Barth
df40e4df5e libs/json: Completed JSON library
modules/rpc: Added experimental JSON-RPC API
2008-08-26 17:50:32 +00:00
Steven Barth
451eacf8da CBI-UVL integration part #1 2008-08-24 16:22:49 +00:00
Steven Barth
9cf785aba8 Added LPEG 2008-08-21 18:36:06 +00:00
Steven Barth
23b17ce06f Finally... 2008-08-18 01:32:49 +00:00
Steven Barth
e4e1743adf Catch... 2008-08-18 01:31:34 +00:00
Steven Barth
df97299573 try... 2008-08-18 01:30:15 +00:00
Jo-Philipp Wich
3ea4572c35 * luci/contrib: add uvl to makefile 2008-08-17 23:11:13 +00:00
Steven Barth
97ce1ad8ad Preparing rewrite of WiFi configuration 2008-08-17 18:32:53 +00:00
Steven Barth
3e30400b63 Added Russian base translation (thanks Skryabin Dmitry) 2008-08-17 10:51:38 +00:00
Steven Barth
a31b38435a Resolve some pseudo-recursive dependency 2008-08-15 00:38:11 +00:00
Jo-Philipp Wich
4e26d886eb * luci/contrib: add openwrt.org light theme to Makefile 2008-08-11 16:58:45 +00:00
Steven Barth
ba28c05242 Fixed last commit 2008-08-11 16:14:04 +00:00
Steven Barth
c10065b71c Added new Application luci-samba offering SMB/CIFS network share configuration 2008-08-11 16:05:50 +00:00
Steven Barth
d1998ce924 Added missing dependency which broke LuCI
Removed unneeded Broadcom sanity check
2008-08-09 00:42:35 +00:00
Steven Barth
77ef326e77 Use http instead of https in Makefile 2008-08-07 13:14:35 +00:00
Steven Barth
c9a2925055 libs/core: Outsourced luci.sys to own directory 2008-08-06 21:40:48 +00:00
Steven Barth
50093ed3d9 Moved luci.sys.libpath to luci.util 2008-08-06 20:20:40 +00:00
Steven Barth
b1b0c085de Outsourced IPKG abstraction to own directory 2008-08-06 19:51:48 +00:00
Steven Barth
66ab2700d7 Reenable working Freifunk modules 2008-08-06 19:45:21 +00:00
Steven Barth
e194d33c53 Add bitlib Makefile 2008-08-05 17:14:58 +00:00
Steven Barth
ab7bda0b89 Fixed OpenWRT Makefile, mark Freifunk packages as broken 2008-08-05 16:10:47 +00:00
Steven Barth
a0d4bfceb5 Remove incompatible interface alias script 2008-08-05 10:42:50 +00:00
Steven Barth
1cf78edcbf Remove abandoned firewall configuration file 2008-08-05 00:09:59 +00:00
Steven Barth
9a63ad7c10 applications/luci-fw: Reworked to use the new native UCI-based firewall configuration 2008-08-04 23:36:33 +00:00
Steven Barth
15facd9280 modules/admin-*: Fixes for firmware upgrade and system reset 2008-08-03 16:33:49 +00:00
Steven Barth
e3097c4df3 luci-addons: Fixed keeping of configuration files in luci-flash 2008-08-03 09:52:12 +00:00
Steven Barth
f9190f8945 Improved OpenWRT Makefile 2008-07-26 22:13:31 +00:00
Steven Barth
185e98d7b9 Fixed OpenWRT Makefile 2008-07-26 22:11:26 +00:00
Steven Barth
47774572e0 contrib/package: Add luaposix to OpenWRT feed 2008-07-26 15:33:50 +00:00
Steven Barth
7384e0e6b7 Rewrote host environment targets to work out of the box 2008-07-24 13:55:11 +00:00
Steven Barth
3da2286b3d Improved reloading system, fixed a bug with saving network settings 2008-07-19 14:18:03 +00:00
Steven Barth
3b7e4eaaf8 Added non-stripped debug target for LuCI 2008-07-19 10:27:23 +00:00
Steven Barth
bf4cc6b991 Package description updates 2008-07-18 21:39:23 +00:00
Steven Barth
5c419acf92 Added new applications luci-ddns to luci-full and luci-mini 2008-07-17 21:59:04 +00:00
Steven Barth
fce0b84501 Added new application luci-ntpc to luci-full and luci-mini 2008-07-17 21:01:15 +00:00
Steven Barth
43b9951481 New application luci-upnp for luci-full and luci-mini 2008-07-17 18:11:15 +00:00
Steven Barth
52d49762ed applications/luci-qos: Smaller enhancements, support for luci-mini
applications/luci-fw: Fixed support for luci-mini
libs/web: Removed luci.dispatcher.registered
2008-07-17 16:02:29 +00:00
Steven Barth
0a0712b9d9 Added a note to the Freifunk menu for OpenWRT
modules/admin-mini: Several small fixes and improvements
2008-07-16 15:19:05 +00:00
Jo-Philipp Wich
25c82d7382 * luci: associate luci_ethers reload with luci_ethers uci config 2008-07-15 23:29:21 +00:00
Jo-Philipp Wich
67e4e6fe07 * luci/addons: add empty luci_ethers configuration 2008-07-15 15:30:41 +00:00
Steven Barth
7cb0813e85 modules/admin-mini: some work on lan and wan configuration 2008-07-15 14:33:29 +00:00
Jo-Philipp Wich
157606fbc3 * luci/addons: add initscript for generating /etc/ethers on boot 2008-07-15 13:50:54 +00:00
Steven Barth
97ff4a156f Split up admin-core into admin-core and admin-full, preparing admin-mini 2008-07-15 08:47:36 +00:00
Jo-Philipp Wich
9548b528b6 * luci: added community package for Freifunk Augsburg 2008-07-12 22:05:04 +00:00
Andreas Seidler
b736c37da0 * fixed Makefile for community package for Freifunk Berlin 2008-07-07 18:03:09 +00:00
Andreas Seidler
3c33a2ad82 * Add community package for Freifunk Berlin 2008-07-07 17:47:32 +00:00
Jo-Philipp Wich
0989d06c41 * luci: fix an error in Makefile introduced by french translation 2008-07-07 13:56:18 +00:00
Florian Fainelli
4a74897e1a Add french translations to LuCI 2008-07-07 09:03:30 +00:00
Steven Barth
c33d0c62b0 removed recursive dependency 2008-07-06 15:33:42 +00:00
Steven Barth
03ed5fb304 Add temporary dependency for luci-web to luci-sgi-cgi 2008-07-06 15:26:40 +00:00
Steven Barth
84375a8f1b Remove "incomplete" note of now complete package 2008-07-06 15:25:06 +00:00
Steven Barth
f3cce18547 * Initial luaxyssl Package 2008-07-01 15:45:16 +00:00
Steven Barth
ee324cb3a7 * applications/luci-splash: Rewrote luci-splash using an own daemon implementation
* Minor tweaks in luci.dispatcher
2008-06-29 14:42:53 +00:00