summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm ↵jow2012-03-192-0/+2
| | | | | | and kmod-ata-sis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove my maintainer line from the packagenbd2012-03-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: revert processing order of redirects and rules, ensures ↵jow2012-03-182-4/+4
| | | | | | that rules can be used to filter before redirects are reached git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3-utils git repository fixjow2012-03-181-1/+1
| | | | | | | | | | | | | | | | | The PKG_SOURCE_URL should be git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git rather then http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git or else you will get a fatal error "did you run git update-server-info on the server?" Signed-off-by: Nicola Squartini <tensor5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the 8250 UART module.jow2012-03-181-0/+18
| | | | | | | | | It has been added at the end of other.mk as i couldn't find a better place for it. Signed-off-by: Christian Gagneraud <chris@techworks.ie> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the title and the description of the kmod for DS2433.jow2012-03-181-2/+2
| | | | | | | | | | This kmod has been certainly added by copy/paste but the title and description were not updated. Fix that. The DS2433 is a 1 wire 4kb eeprom with CRC capability. Signed-off-by: Christian Gagneraud <chris@techworks.ie> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adds a kmod for the DS2431jow2012-03-181-0/+13
| | | | | | | | The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud <chris@techworks.ie> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and ↵jow2012-03-181-0/+13
| | | | | | | | humidity sensor) Signed-off-by: Christian Gagneraud <chris@techworks.ie> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox 1.19.4 update patchjow2012-03-189-37/+15
| | | | | | | | This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl 1.0.1 update patchjow2012-03-187-21/+22
| | | | | | | | This patch updates openssl to 1.0.1 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add munin to /etc/servicesjow2012-03-181-0/+1
| | | | | | | | | | | | The muninlite postinst fails to add munin to /etc/services. This patch removes this broken postinst and add an entry for munin in /etc/services. This should have been done when the rest of the /etc/services postinsts were being removed (changesets 26142-26149). Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-usb-net-ipheth (#10157)jow2012-03-181-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-usb-serial-qualcomm (#8283)jow2012-03-181-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-ata-sis (#8259)jow2012-03-181-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: small correction of menuconfig title for ↵jow2012-03-181-1/+1
| | | | | | kmod-video-gspca-ov534-9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-video-gspca-ov534-9jow2012-03-181-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingnbd2012-03-171-0/+137
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update xfsprogs to 3.1.4 to 3.1.7ryd2012-03-176-41/+75
| | | | | | | | Changelog at http://xfs.org/index.php/XFS_Status_Updates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove the queue wake optimization, it may be unreliable in some casesnbd2012-03-161-39/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6to4: set the tunnel remote endpoint to any, put the gateway in the route ↵nbd2012-03-151-2/+1
| | | | | | instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6to4: add netifd supportnbd2012-03-155-134/+411
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix ipv6 issues, add sit tunnel supportnbd2012-03-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: implement find_config()nbd2012-03-151-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl 1.0.0h update patchjow2012-03-134-15/+15
| | | | | | | | | | | Hi this patch updates openssl to 1.0.0h and refreshes all patches. This fixes CVE-2012-0884. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix fw__uci_state_del() procedure (#11132)jow2012-03-132-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] switch: the hardware must be up while configuringjow2012-03-132-2/+3
| | | | | | | | Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.xjow2012-03-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files-network: configure vlan interface name type immediately ↵jow2012-03-132-3/+5
| | | | | | before the vconfig add calls, fixes race condition (#11127) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: optimize waking tx queues, slightly improves performance under loadnbd2012-03-131-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: remove old coldplugging hacks that are no longer necessary since ↵nbd2012-03-131-10/+0
| | | | | | the new main hotplug2 instance calls udevtrigger as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵nbd2012-03-132-130/+1
| | | | | | some hardware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] fix ipt_ttl and ipt_TTL userspace library packagingjow2012-03-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00: merge a fix for random tx stallsnbd2012-03-103-3/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵nbd2012-03-102-1/+23
| | | | | | systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix passing MAC time to mac80211nbd2012-03-102-5/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: increase rx buffers for improved performance with 3x3 chipsetsnbd2012-03-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an ANI improvement patch, improves performance in some environmentsnbd2012-03-101-2/+235
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/ath9k: some more performance improvementsnbd2012-03-105-0/+415
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: more patch reorganization, merge an upstream performance ↵nbd2012-03-1012-93/+205
| | | | | | optimization patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a fix for hardware full sleepnbd2012-03-104-9/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reorganize patches, fold in patches that were merged upstreamnbd2012-03-1012-314/+308
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add the real compat-wireless version + openwrt revision to the ↵nbd2012-03-101-0/+1
| | | | | | compat_version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for the ath79 watchdogjuhosg2012-03-081-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionnbd2012-03-051-2/+2
| | | | | | | | | - preserve hotplug-added interfaces on reload, even if settings change - implement fast config reload for bridge devices - improve bridge device handling reliability - fix bridge stp settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: don't allow to select NAND modules for kernels <3.0juhosg2012-03-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)jow2012-03-053-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: enable ps wide flag by defaultjow2012-03-042-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: cope with variable number of spaces in header lines (#11079)jow2012-03-042-5/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: enable conntrack accounting in sysctl. It used to be a ↵jow2012-03-042-1/+2
| | | | | | compile time option which got deprecated git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: remove trailing whitespaces from lib/functions/boot.shjuhosg2012-03-021-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30776 3c298f89-4303-0410-b956-a3cf2f4a3e73