summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [mac80211] fixes #31068, rename 999-ath9k.patch to ↵blogic2012-03-251-0/+0
| | | | | | 501-ath9k-eeprom_endianess.patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip] Pulse dialing support into pjsip.blogic2012-03-251-0/+34
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] adds ARV4519PW/ARV7519PWblogic2012-03-254-1/+53
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds eeprom endianess check to ath9kblogic2012-03-251-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds ath5k platfrom_device eep supportblogic2012-03-252-0/+67
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl] unbreak dsl firmware loadingblogic2012-03-251-2/+8
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl] fix for 3.2.9blogic2012-03-254-12/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: add missing config_get, localize variables, bump package ↵jow2012-03-232-2/+4
| | | | | | revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: add mx record supportjow2012-03-231-0/+16
| | | | | | | | | | | | | | | | | Adding the following syntax support: config mxhost option domain mydomain.com option relay svr10.ironport.com option pref 50 and this will generate an MX record for mydomain.com pointing at the relay with a given preference. Redux: default the preference to 0 if absent. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: add keywords for SRV RR class/weightjow2012-03-231-2/+5
| | | | | | | | | | | | | | The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as: option port xxxx,class,weight but this is counter-intuitive. Here we fix this. Redux: make the port required. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm ↵jow2012-03-212-2/+3
| | | | | | values (#11161) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: add missing chunk of previous commitjow2012-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: invoke blkid without cache file, this seems to fix ↵jow2012-03-211-2/+2
| | | | | | mounts by uuid or label git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: split service related functions off to /lib/functions/service.shnbd2012-03-204-129/+133
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵nbd2012-03-2011-313/+324
| | | | | | file to the pppd package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-acpi-buttonjow2012-03-191-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: add netifd supportnbd2012-03-195-103/+279
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes log buffer handling issues, dns ↵nbd2012-03-191-2/+2
| | | | | | issues and various sit tunnel related issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6to4: fix interface error handlingnbd2012-03-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: scan l3 devices on find_config()nbd2012-03-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: shut down all interfaces before restarting netifdnbd2012-03-191-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [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