Commit graph

442 commits

Author SHA1 Message Date
Jo-Philipp Wich
1ff74a66f6 themes: add freifunk hannover theme 2009-05-24 13:59:42 +00:00
Jo-Philipp Wich
e7f9911ba2 contrib/package/olsrd-luci: bump to hg rev 54e88033741d and enable mintcvtime workarounds 2009-05-24 01:10:13 +00:00
Jo-Philipp Wich
6a9d7ac70c contrib/package/freifunk-watchdog: reset hysteresis counter if test condition is normal 2009-05-16 17:59:30 +00:00
Jo-Philipp Wich
dc4b478e7b contrib/package/freifunk-watchdog: nuke cronjob if wd is disabled and stop is invoked 2009-05-16 17:30:01 +00:00
Jo-Philipp Wich
07b6a704c4 merge r4529 to trunk 2009-05-16 17:19:06 +00:00
Jo-Philipp Wich
81a3c7b2d2 contrib/package/freifunk-watchdog: add sysupgrade hook to terminate ffwatchd before system upgrade 2009-05-13 00:44:27 +00:00
Jo-Philipp Wich
2399dafe57 contrib/package/freifunk-watchdog: workaround CONFIG_WATCHDOG_NOWAYOUT, trap signals 2009-05-13 00:19:03 +00:00
Jo-Philipp Wich
89afc3a1d5 contrib/package/freifunk-watchdog:
- poll /dev/watchdog if available
	- also monitor dropbear
2009-05-12 22:16:24 +00:00
Jo-Philipp Wich
153d287298 contrib/package: make luci-app-splash depend on iptables-mod-nat-extra 2009-05-09 22:20:58 +00:00
Jo-Philipp Wich
011a89028c contrib/package: unmask openvpn app, is not broken anymore 2009-05-09 16:23:39 +00:00
Jo-Philipp Wich
512dee5264 contrib/package: make watchdog dependency conditional 2009-05-09 16:20:54 +00:00
Jo-Philipp Wich
f9228e93e5 contrib/package: make freifunk-community depend on freifunk-watchdog 2009-05-09 16:19:09 +00:00
Jo-Philipp Wich
95814fcd1a contrib/package/freifunk-watchdog: better handle checking for uci updates 2009-05-09 15:28:37 +00:00
Jo-Philipp Wich
d99ce2f89a contrib/package/olsrd-luci: disable icmp redirects on startup and re-enable on stop 2009-05-07 17:23:25 +00:00
Jo-Philipp Wich
f48b4a3744 contrib/package/freifunk-watchdog: fixup build and package dependencies, fix hysteresis counter if both bssid and channel are wrong 2009-05-06 18:24:03 +00:00
Jo-Philipp Wich
34f8367c78 contrib/package: introduce hysteresis in watchdog 2009-05-04 20:02:47 +00:00
Jo-Philipp Wich
970fe52726 contrib/package: fix running check 2009-05-04 17:21:46 +00:00
Jo-Philipp Wich
214511aafc contrib/package: add freifunk watchdog daemon 2009-05-04 16:54:45 +00:00
Steven Barth
67fbe1b33c Remove Luasocket - obsoleted by nixio
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd
Remove lpeg - not in use
Rewrite luci-splashd using nixio
2009-05-01 11:28:34 +00:00
Jo-Philipp Wich
7a3715c5c5 trunk/contrib: use local checkout in Makefile to determine latest revision 2009-04-29 06:25:56 +00:00
Jo-Philipp Wich
76a6ffc9cf luci: add greek translation, thanks Vasilis Tsiligiannis! 2009-04-27 21:36:41 +00:00
Jo-Philipp Wich
61d6197be8 contrib: remove userspace-nvram, went upstream 2009-04-27 00:33:43 +00:00
Jo-Philipp Wich
a8da3a09a3 contrib/userspace-nvram:
- fix checksum calculation
	- better handle invalid cli invokation
	- get rid of hard coded erase size
	- fix data type of crc8 function
2009-04-24 23:38:45 +00:00
Jo-Philipp Wich
18193fa5e9 contrib: add a userspace port of the Broadcom NVRAM kernel api, allows NVRAM manipulation on bcm47xx 2009-04-21 21:59:59 +00:00
Markus Wigge
085a0a9ec0 removed dependancy to openwrt.org theme.
Now it is possible to select a different (custom) theme as the only
available theme on the router.
2009-04-16 16:37:51 +00:00
Jo-Philipp Wich
df11154ba3 contrib/lar: get rid of hardcoded buffer size in larlib 2009-04-13 15:32:04 +00:00
Jo-Philipp Wich
15798344bf contrib/lar: refresh openwrt patch 2009-04-13 15:18:34 +00:00
Jo-Philipp Wich
78d14512ab contrib/lar: remove bitrot from lar.h 2009-04-13 15:18:12 +00:00
Jo-Philipp Wich
eb4a870be6 contrib/lar:
- add lua binding for lar library
	- introduce mmap() support for lua
2009-04-13 15:10:01 +00:00
Jo-Philipp Wich
725b3862ca contrib/package/olsrd-luci: remove hostname from default config 2009-04-12 22:13:29 +00:00
Jo-Philipp Wich
b848def429 contrib/lar:
- unify code style and data types
	- optimizations for string operations
2009-04-07 02:02:15 +00:00
Jo-Philipp Wich
598e9ef533 contrib/lar: add lar support patch for openwrt lua 2009-04-07 00:03:17 +00:00
Jo-Philipp Wich
acf5ea72c7 contrib/lar:
- fix short read of index table
	- properly handle errno by using errno.h
	- extend lar_find_archive() to take a base search path a second argument
	- extend cli.c to allow specifing the base search path
	- print index number in lar.pl
2009-04-06 22:58:44 +00:00
Jo-Philipp Wich
bf1cbdd838 contrib/lar: fix buffer overflow check, define os dir seperator 2009-04-06 18:16:04 +00:00
Jo-Philipp Wich
bfa91018ac contrib/lar: check for buffer overflows in lar_find_archive() and lar_find_member() 2009-04-06 17:54:55 +00:00
Jo-Philipp Wich
50ccdfccce contrib/lar:
- add lar_find_archive() and lar_find_member() to get a member handle from a packagename
	- extend cli to cover new operations
2009-04-06 14:28:17 +00:00
Jo-Philipp Wich
1744f962b0 contrib/lar: small fixes in cli.c 2009-04-06 02:50:29 +00:00
Jo-Philipp Wich
36a9415469 contrib: add "lar" - initial work on lua archive format 2009-04-06 02:35:34 +00:00
Jo-Philipp Wich
baa3404ab3 trunk: add gzip build target 2009-04-05 01:05:01 +00:00
Michael Geddes
baab33794b Add mailformat - which format to use for email 2009-03-31 05:13:38 +00:00
Steven Barth
0ef46dc967 Import luanet library
Relicensed with author's permission
Thanks John
2009-03-30 11:27:43 +00:00
Michael Geddes
5396d3115e Move to 2009c 2009-03-30 07:00:01 +00:00
Michael Geddes
63a2723de7 Can't have globals in includes 2009-03-30 05:07:34 +00:00
Michael Geddes
333458f06c Support voicegeneral 'format' section as list 2009-03-30 05:07:10 +00:00
Michael Geddes
9bc7c1dded Update documentation 2009-03-30 05:06:37 +00:00
Michael Geddes
c6ec0a8f10 Support for zones required for asterisk 2009-03-30 04:02:13 +00:00
Jo-Philipp Wich
275470fe63 contrib/package/olsrd-luci: remove useless menu definitions 2009-03-28 19:38:49 +00:00
Jo-Philipp Wich
5fbbf06611 i18n/japanese: enable in feed 2009-03-28 19:09:55 +00:00
Jo-Philipp Wich
3df2864e13 contrib/package/olsrd-luci: bump to 0.5.6-r4, rebase unbloat patch 2009-03-27 17:46:56 +00:00
Jo-Philipp Wich
a5ffc64063 contrib/package/olsrd-luci: remove garbage from 140-olsrd-optimize-size.patch 2009-03-25 23:47:34 +00:00