summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-148-7/+14
| | | | | | in a few relevant places SVN-Revision: 31730
* netifd: use the new json_get_vars function in the dhcp helper scriptFelix Fietkau2012-05-141-6/+1
| | | | SVN-Revision: 31727
* ppp: use the new json_get_vars functionFelix Fietkau2012-05-141-17/+2
| | | | SVN-Revision: 31726
* pptp: use the new json_get_vars functionFelix Fietkau2012-05-141-2/+1
| | | | SVN-Revision: 31725
* pptp: use resolveip, schedule restart if dns lookups failFelix Fietkau2012-05-141-1/+12
| | | | SVN-Revision: 31724
* netifd: update to 2012-05-14, fixes a file descriptor leak, fixes a ↵Felix Fietkau2012-05-141-2/+2
| | | | | | use-after-free on host dependencies, adds a command for scheduling proto-shell restarts and adds support for more address options (point to point, broadcast) SVN-Revision: 31723
* pptp: drop the dependency on ip if netifd is selectedFelix Fietkau2012-05-141-1/+1
| | | | SVN-Revision: 31722
* libubox: update to latest version, adds a new function in jshn.shFelix Fietkau2012-05-141-3/+3
| | | | SVN-Revision: 31721
* relayd: fix return code check for resolving network->ifname mappingFelix Fietkau2012-05-141-1/+0
| | | | SVN-Revision: 31712
* package/e2fsprogs: disable building of internal lib{blkid,uuid}Gabor Juhos2012-05-133-2/+43
| | | | | | Also remove an empty patch. SVN-Revision: 31702
* package/util-linux: install development filesGabor Juhos2012-05-131-2/+26
| | | | | | | | Also remove trailing whitespaces from the Makefile. Based on a patch by M. Braun. SVN-Revision: 31701
* ath9k: fix ar9330 internal regulator setupFelix Fietkau2012-05-121-0/+33
| | | | SVN-Revision: 31692
* ath9k: update initvals for ar9330 to fix issues with high power designsFelix Fietkau2012-05-121-0/+301
| | | | SVN-Revision: 31691
* ath9k: fix a rare use-after-free bugFelix Fietkau2012-05-121-0/+67
| | | | SVN-Revision: 31690
* ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx ↵Felix Fietkau2012-05-121-0/+26
| | | | | | DMA" errors SVN-Revision: 31689
* remove kmod-mvswitch, it does not work on kernels <3.2 and is not necessary ↵Felix Fietkau2012-05-111-15/+0
| | | | | | as a module anyway SVN-Revision: 31678
* package/kernel: add package for the ADT7473/7475/7476/7490 sensorsGabor Juhos2012-05-091-0/+15
| | | | SVN-Revision: 31657
* package/kernel: add package for the LM85 sensorGabor Juhos2012-05-091-0/+15
| | | | SVN-Revision: 31656
* package/kernel: move hwmon-vid into a separate packageGabor Juhos2012-05-091-16/+23
| | | | SVN-Revision: 31655
* ppp: remove stray bracked in ppp-up script, thanks swalkerJo-Philipp Wich2012-05-071-1/+0
| | | | SVN-Revision: 31647
* base-files: wait for wifi modules to settleJonas Gorski2012-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. SVN-Revision: 31639
* pptp: fix installation path for netifd proto handlerFelix Fietkau2012-05-061-2/+2
| | | | SVN-Revision: 31636
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-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. SVN-Revision: 31634
* kernel: remove kmod-usb-serial-airprimeHauke Mehrtens2012-05-061-15/+0
| | | | | | This was removed from kernel 2.6.27 SVN-Revision: 31633
* kernel: remove kmod-usb-videoHauke Mehrtens2012-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. SVN-Revision: 31632
* kernel: remove kmod-usb-videoHauke Mehrtens2012-05-061-13/+0
| | | | | | This was remove in kernel 2.6.38 and is not needed any more. SVN-Revision: 31631
* kernel: add video-videobuf2Hauke Mehrtens2012-05-061-2/+24
| | | | | | This should fix #11349 and #11142 SVN-Revision: 31630
* kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all ↵Hauke Mehrtens2012-05-061-2/+0
| | | | | | | | kernel versions This module is available on all supported kernel versions SVN-Revision: 31629
* kernel: add kmod-video-gspca-konica and remove kmod-video-konicaHauke Mehrtens2012-05-061-17/+15
| | | | | | kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica SVN-Revision: 31628
* kernel: remove kmod-video-ov511 and kmod-video-ovcamchipHauke Mehrtens2012-05-061-35/+0
| | | | | | These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead. SVN-Revision: 31627
* ubus: update to latest version, add LUAPATH to cmake options - fixes #11398Felix Fietkau2012-05-061-2/+5
| | | | SVN-Revision: 31622
* ubus: update to current git, package up libubus-luaJo-Philipp Wich2012-05-051-3/+17
| | | | SVN-Revision: 31619
* package/ar7-atm: allow to build on 3.3Gabor Juhos2012-05-052-0/+66
| | | | SVN-Revision: 31613
* package/ar7-atm: refresh patchesGabor Juhos2012-05-0515-194/+132
| | | | SVN-Revision: 31612
* pptp: kill the call manager process on shutdownFelix Fietkau2012-05-051-0/+74
| | | | SVN-Revision: 31606
* pptp: add netifd supportFelix Fietkau2012-05-053-45/+101
| | | | SVN-Revision: 31605
* pptp: remove the defaultroute option from options.pptp, this is managed by ↵Felix Fietkau2012-05-051-1/+0
| | | | | | generic ppp code SVN-Revision: 31604
* netifd: update to latest version, adds support for host route dependenciesFelix Fietkau2012-05-051-2/+2
| | | | SVN-Revision: 31603
* pptp: compile with the openwrt cflags instead of -O0Felix Fietkau2012-05-051-0/+2
| | | | SVN-Revision: 31600
* switch to the new linux-firmware git tree, use the new wl12xx firmware filesImre Kaloz2012-05-031-10/+12
| | | | SVN-Revision: 31575
* uhttpd: display errors in init script, code formatting changes, bump package ↵Jo-Philipp Wich2012-05-037-496/+535
| | | | | | version SVN-Revision: 31572
* uhttpd: added uhttpd.docrootJo-Philipp Wich2012-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> SVN-Revision: 31571
* Fixed: [PATCH 2/3] uhttpd URL-codec enhancements.Jo-Philipp Wich2016-03-203-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. SVN-Revision: 31570
* uhttpd URL-codec bug fixes.Jo-Philipp Wich2012-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> SVN-Revision: 31569
* package/pptp: remove a stray bracketGabor Juhos2012-05-031-1/+0
| | | | SVN-Revision: 31568
* Fix iptables abuse of kernel header files. Use exported headers instead.Gabor Juhos2012-05-031-4/+4
| | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31566
* Fix pptp handling of routes to server.Gabor Juhos2012-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> SVN-Revision: 31565
* Add ppp-mod-pppol2tp subpackage to pppGabor Juhos2012-05-034-3/+36
| | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31564
* openssl: update to 1.0.1bFlorian Fainelli2012-05-022-14/+2
| | | | SVN-Revision: 31551
* move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configsGabor Juhos2012-05-011-3/+1
| | | | SVN-Revision: 31547