Commit graph

2025 commits

Author SHA1 Message Date
Jo-Philipp Wich
9cc54c7f15 modules/admin-{mini,full}: rename option "hwmode" to "mode" since hwmode is now used for hostapd and mode for madwifi... 2009-04-27 00:12:25 +00:00
Steven Barth
d81b3548a9 nixio:
Added binding for getifaddrs(): List network interfaces, their flags,
addresses and statistics
Cleanups
2009-04-26 19:10:36 +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
Steven Barth
a2b916ab73 Merge nixio 0.2 2009-04-21 16:26:45 +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
Markus Wigge
43173b1f31 - removed init- and config-files shipped with the openvpn package
- changed the description for the management port option
- changed PKI options from "Value" to "FileUpload"
- added "pkcs12" option to basic theme
- cleaned the recipes by removing defaults and adding
  approved config options we use for some years now.
- ... more to come.
2009-04-16 15:18:24 +00:00
Jo-Philipp Wich
e152620080 build: also find and remove .gitignore files when installing sources 2009-04-16 10:41:55 +00:00
Jo-Philipp Wich
383cac453b libs/cbi: workaround git deficiencies 2009-04-16 10:36:29 +00:00
Jo-Philipp Wich
f7a726ec9e build/mklar.pl:
- fix heisenbug with file list padding
	- call luac if available
	- include non-lua files
	- include cbi models and controllers
2009-04-14 22:32:57 +00:00
Jo-Philipp Wich
e4fd058c2e build: add mklar.pl script to generate lar archives from luci source tree 2009-04-13 15:47:19 +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
6e56fe21ab modules/freifunk: add some utility scripts from white russian firmware 2009-04-12 20:03:27 +00:00
Jo-Philipp Wich
ccd5ed7cec applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled 2009-04-12 19:54:46 +00:00
Jo-Philipp Wich
8dac35f7cd application/luci-ffwizard-leipzig: don't write system hostname to olsrd config, will be taken from system config 2009-04-12 19:30:57 +00:00
Jo-Philipp Wich
38a52d9a29 libs/sys: sync zoneinfo to tzdata 2009d 2009-04-10 19:32:00 +00:00
Jo-Philipp Wich
59a3cf8605 applications/luci-livestats: properly escape essids (closes OpenWrt ticket #4888) 2009-04-09 14:09:39 +00:00
Steven Barth
0acedfff3e Fix some fallout 2009-04-09 13:59:50 +00:00
Steven Barth
d3cb7ea5fd Freufunk: I CAN HAZ ZEROES PLZKTHX 2009-04-09 13:56:04 +00:00
Jo-Philipp Wich
859a3fee88 libs/web: fix file caches in dispatcher, broke when introducing lua-gz support 2009-04-08 00:08:38 +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
1c383dc244 build: force overwrite of already compressed files for gzip target 2009-04-05 02:00:02 +00:00
Jo-Philipp Wich
baa3404ab3 trunk: add gzip build target 2009-04-05 01:05:01 +00:00
Jo-Philipp Wich
9835296ba2 trunk: prepare LuCI to handle .lua.gz files 2009-04-04 22:54:16 +00:00
Steven Barth
f3deef9ec5 Backport Skip-Button support 2009-04-03 18:08:25 +00:00
Michael Geddes
baab33794b Add mailformat - which format to use for email 2009-03-31 05:13:38 +00:00
Jo-Philipp Wich
1a8cae2874 applications/luci-asterisk: adept meetme example in default config to current format, layout fixes in dialplan overview 2009-03-30 19:53:07 +00:00
Jo-Philipp Wich
7056ef8bac applications/luci-asterisk: fix some titles in dialplan mgmnt. 2009-03-30 19:34:08 +00:00
Jo-Philipp Wich
d0c6e88b95 applications/luci-asterisk: add meetme support, data integrity improvements 2009-03-30 19:29:37 +00:00
Jo-Philipp Wich
7385d0b070 applications/luci-asterisk: fix voicemail storage option, don't load tzdata in mailbox mgmnt. 2009-03-30 17:01:05 +00:00
Jo-Philipp Wich
a5216e09d5 libs/luanet: add svn:ignore property 2009-03-30 14:18:23 +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
5f72f9d547 applications/luci-asterisk: fix link to voicemail boxes, remove dialplanvoice and dialplanmeetme too when removing dialplan sections 2009-03-30 00:24:20 +00:00
Jo-Philipp Wich
36b1bbd9ff applications/luci-asterisk: rework voicemail management 2009-03-29 23:39:40 +00:00