summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: add package for the ADT7473/7475/7476/7490 sensorsjuhosg2012-05-091-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for the LM85 sensorjuhosg2012-05-091-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move hwmon-vid into a separate packagejuhosg2012-05-091-16/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: remove stray bracked in ppp-up script, thanks swalkerjow2012-05-071-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: wait for wifi modules to settlejogo2012-05-061-0/+3
| | | | | | | | | | On slower devices wifi drivers might take too long for detecting devices, resulting in the wifi detect call not seeing them. This was observed on a bcm6348 with bcm4318 wifi. Adding a one second pause was enough for b43 to expose the device. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: fix installation path for netifd proto handlernbd2012-05-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36hauke2012-05-0614-164/+26
| | | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-usb-serial-airprimehauke2012-05-061-15/+0
| | | | | | | This was removed from kernel 2.6.27 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-usb-videohauke2012-05-061-15/+0
| | | | | | | | | This was remove in kernel 2.6.38 and is not needed any more. The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-usb-videohauke2012-05-061-13/+0
| | | | | | | This was remove in kernel 2.6.38 and is not needed any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add video-videobuf2hauke2012-05-061-2/+24
| | | | | | | This should fix #11349 and #11142 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all ↵hauke2012-05-061-2/+0
| | | | | | | | | kernel versions This module is available on all supported kernel versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add kmod-video-gspca-konica and remove kmod-video-konicahauke2012-05-061-17/+15
| | | | | | | kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-video-ov511 and kmod-video-ovcamchiphauke2012-05-061-35/+0
| | | | | | | These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, add LUAPATH to cmake options - fixes #11398nbd2012-05-061-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ubus: update to current git, package up libubus-luajow2012-05-051-3/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ar7-atm: allow to build on 3.3juhosg2012-05-052-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ar7-atm: refresh patchesjuhosg2012-05-0515-194/+132
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: kill the call manager process on shutdownnbd2012-05-051-0/+74
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: add netifd supportnbd2012-05-053-45/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: remove the defaultroute option from options.pptp, this is managed by ↵nbd2012-05-051-1/+0
| | | | | | generic ppp code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds support for host route dependenciesnbd2012-05-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: compile with the openwrt cflags instead of -O0nbd2012-05-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211]: switch to the new linux-firmware git tree, use the new wl12xx ↵kaloz2012-05-031-10/+12
| | | | | | firmware files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: display errors in init script, code formatting changes, ↵jow2012-05-037-496/+535
| | | | | | bump package version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: added uhttpd.docrootjow2012-05-034-5/+13
| | | | | | | | | | | | | Passes the document-root to the Lua handler by placing it in uhttpd.docroot. It could alternatively be placed in env.DOCUMENT_ROOT which would more closely resemble the CGI protocol; but would mean that it is not available at the time when the handler-chunk is loaded but rather not until the handler is called, without any code savings. Signed-off-by: David Favro <openwrt@meta-dynamic.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed: [PATCH 2/3] uhttpd URL-codec enhancements.jow2012-05-033-21/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | My apologies, the 2nd of those patches had a syntax error -- that's what I get for making a last-minute edit, even to the comments, without testing! :-p Here is the corrected patch. -- David From d259cff104d2084455476b82e92a3a27524f4263 Mon Sep 17 00:00:00 2001 From: David Favro <openwrt@meta-dynamic.com> Date: Fri, 27 Apr 2012 14:17:52 -0400 Subject: [PATCH] uhttpd URL-codec enhancements. * uh_urlencode() and uh_urldecode() now return an error condition for buffer-overflow and malformed-encoding rather than normal return with corrupt or truncated data. As HTTP request processing is currently implemented, this causes a 404 HTTP status returned to the client, while 400 is more appropriate. * Exposed urlencode() to Lua. * Lua's uhttpd.urlencode() and .urldecode() now raise an error condition for buffer-overflow and malformed-encoding rather than normal return with incorrect data. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd URL-codec bug fixes.jow2012-05-031-5/+11
| | | | | | | | | | | | | | | | | | | * Fixed output-buffer-overflow bug in uh_urlencode() and uh_urldecode() [tested input-buffer index against output-buffer length]. In reality, this would not typically cause an overflow on decode, where the output string would be expected to be shorter than the input string; and uh_urlencode() seems to have been unreferenced in the source. * Fixed bug: uh_urlencode() and uh_urldecode() both read one extra byte from the input-string. While this could manifest in C code, the result was most egregious when called from Lua, where it caused an extra null byte to be embedded at the end of the output string. * uh_urlencode() cleanup: removed redundant bitwise-and. Signed-off-by: David Favro <openwrt@meta-dynamic.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/pptp: remove a stray bracketjuhosg2012-05-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix iptables abuse of kernel header files. Use exported headers instead.juhosg2012-05-031-4/+4
| | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix pptp handling of routes to server.juhosg2012-05-032-14/+12
| | | | | | | | | | | | | The existing code is fairly broken. It assumes you're using Legacy IP, and it assumes that the server is reachable via your default route. Via the first default route in the 'route -n' output, in fact, regardless of metric. Fix all those problems by using 'ip route get' to really find the *current* route to the server, and install a host-specific route to match. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ppp-mod-pppol2tp subpackage to pppjuhosg2012-05-034-3/+36
| | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to 1.0.1bflorian2012-05-022-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configsjuhosg2012-05-011-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* relayd: move the interface fixup to the right placenbd2012-04-301-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* relayd: use config_load+fixup_interface instead of scan_interfaces to speed ↵nbd2012-04-301-1/+3
| | | | | | up startup time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files-network: add a fixup_interface function like with the netifd ↵nbd2012-04-301-19/+25
| | | | | | compatibility scripts - allows selective fixup of individual interface sections instead of having to do the full scan_interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* relayd: use an init script instead of a legacy network proto handler (fixes ↵nbd2012-04-304-137/+100
| | | | | | #11276) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a ar93xx ht40 performance fixnbd2012-04-301-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix station lookup issuesnbd2012-04-301-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: load lib80211 after cfg80211 (#11342)nbd2012-04-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add module for the Pericom PT7C4338 RTC chipjuhosg2012-04-291-0/+14
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add i2c module support for Freescale MPC processorsjuhosg2012-04-291-1/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add module for the Booke watchdogjuhosg2012-04-291-0/+18
| | | | | | Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix WDS AP authentication issues (#11261, #11318)nbd2012-04-292-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes address/route list handling issues ↵nbd2012-04-292-2/+3
| | | | | | and fixes dual-stack ppp route handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20120428, fixes some radius issues and wds ap mac address ↵nbd2012-04-2919-83/+94
| | | | | | issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: fix parsing the ipv6-{up,down}-script optionnbd2012-04-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: add missing break into switch case statement.hauke2012-04-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/*] remove special treatment when using glibc - support got droppedmirko2012-04-282-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31504 3c298f89-4303-0410-b956-a3cf2f4a3e73