summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-2011-313/+324
| | | | | | file to the pppd package SVN-Revision: 31041
* kernel: add kmod-acpi-buttonJo-Philipp Wich2012-03-191-1/+16
| | | | SVN-Revision: 31037
* 6in4: add netifd supportFelix Fietkau2012-03-195-103/+279
| | | | SVN-Revision: 31036
* netifd: update to latest version, fixes log buffer handling issues, dns ↵Felix Fietkau2012-03-191-2/+2
| | | | | | issues and various sit tunnel related issues SVN-Revision: 31035
* 6to4: fix interface error handlingFelix Fietkau2012-03-191-4/+4
| | | | SVN-Revision: 31034
* netifd: scan l3 devices on find_config()Felix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31033
* netifd: shut down all interfaces before restarting netifdFelix Fietkau2012-03-191-0/+7
| | | | SVN-Revision: 31032
* kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵Jo-Philipp Wich2012-03-192-0/+2
| | | | | | kmod-ata-sis SVN-Revision: 31029
* madwifi: remove my maintainer line from the packageFelix Fietkau2012-03-191-1/+0
| | | | SVN-Revision: 31021
* firewall: revert processing order of redirects and rules, ensures that rules ↵Jo-Philipp Wich2012-03-182-4/+4
| | | | | | can be used to filter before redirects are reached SVN-Revision: 31014
* ps3-utils git repository fixJo-Philipp Wich2012-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> SVN-Revision: 30993
* Add support for the 8250 UART module.Jo-Philipp Wich2012-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> SVN-Revision: 30989
* Fix the title and the description of the kmod for DS2433.Jo-Philipp Wich2012-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> SVN-Revision: 30988
* Adds a kmod for the DS2431Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30987
* This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and ↵Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | humidity sensor) Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30986
* busybox 1.19.4 update patchJo-Philipp Wich2012-03-189-37/+15
| | | | | | | | This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30985
* openssl 1.0.1 update patchJo-Philipp Wich2012-03-187-21/+22
| | | | | | | | This patch updates openssl to 1.0.1 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30984
* Add munin to /etc/servicesJo-Philipp Wich2012-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> SVN-Revision: 30982
* kernel: add kmod-usb-net-ipheth (#10157)Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30981
* kernel: add kmod-usb-serial-qualcomm (#8283)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30979
* kernel: add kmod-ata-sis (#8259)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30978
* kernel: small correction of menuconfig title for kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-1/+1
| | | | SVN-Revision: 30977
* kernel: add kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30975
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingFelix Fietkau2012-03-171-0/+137
| | | | SVN-Revision: 30968
* Update xfsprogs to 3.1.4 to 3.1.7Jens Muecke2012-03-176-41/+75
| | | | | | Changelog at http://xfs.org/index.php/XFS_Status_Updates SVN-Revision: 30965
* ath9k: remove the queue wake optimization, it may be unreliable in some casesFelix Fietkau2012-03-161-39/+0
| | | | SVN-Revision: 30959
* 6to4: set the tunnel remote endpoint to any, put the gateway in the route ↵Felix Fietkau2012-03-151-2/+1
| | | | | | instead SVN-Revision: 30950
* 6to4: add netifd supportFelix Fietkau2012-03-155-134/+411
| | | | SVN-Revision: 30949
* netifd: fix ipv6 issues, add sit tunnel supportFelix Fietkau2012-03-151-2/+2
| | | | SVN-Revision: 30948
* netifd: implement find_config()Felix Fietkau2012-03-151-1/+14
| | | | SVN-Revision: 30947
* openssl 1.0.0h update patchJo-Philipp Wich2012-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> SVN-Revision: 30939
* firewall: fix fw__uci_state_del() procedure (#11132)Jo-Philipp Wich2012-03-132-3/+3
| | | | SVN-Revision: 30938
* switch: the hardware must be up while configuring Since the removal of the ↵Jo-Philipp Wich2012-03-132-2/+3
| | | | | | 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. SVN-Revision: 30937
* uhttpd: reorder compiler flags to fix native build on Ubuntu 11.xJo-Philipp Wich2012-03-131-1/+1
| | | | SVN-Revision: 30936
* base-files-network: configure vlan interface name type immediately before ↵Jo-Philipp Wich2012-03-132-3/+5
| | | | | | the vconfig add calls, fixes race condition (#11127) SVN-Revision: 30919
* ath9k: optimize waking tx queues, slightly improves performance under loadFelix Fietkau2012-03-131-0/+39
| | | | SVN-Revision: 30918
* base-files: remove old coldplugging hacks that are no longer necessary since ↵Felix Fietkau2012-03-131-10/+0
| | | | | | the new main hotplug2 instance calls udevtrigger as well SVN-Revision: 30916
* ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵Felix Fietkau2012-03-132-130/+1
| | | | | | some hardware SVN-Revision: 30915
* fix ipt_ttl and ipt_TTL userspace library packagingJo-Philipp Wich2012-03-121-0/+1
| | | | SVN-Revision: 30897
* rt2x00: merge a fix for random tx stallsFelix Fietkau2012-03-103-3/+58
| | | | SVN-Revision: 30871
* mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵Felix Fietkau2012-03-102-1/+23
| | | | | | systems SVN-Revision: 30870
* ath9k: fix passing MAC time to mac80211Felix Fietkau2012-03-102-5/+23
| | | | SVN-Revision: 30869
* ath9k: increase rx buffers for improved performance with 3x3 chipsetsFelix Fietkau2012-03-101-1/+1
| | | | SVN-Revision: 30868
* ath9k: merge an ANI improvement patch, improves performance in some environmentsFelix Fietkau2012-03-101-2/+235
| | | | SVN-Revision: 30867
* mac80211/ath9k: some more performance improvementsFelix Fietkau2012-03-105-0/+415
| | | | SVN-Revision: 30866
* mac80211: more patch reorganization, merge an upstream performance ↵Felix Fietkau2012-03-1012-93/+205
| | | | | | optimization patch SVN-Revision: 30865
* ath9k: merge a fix for hardware full sleepFelix Fietkau2012-03-104-9/+28
| | | | SVN-Revision: 30864
* mac80211: reorganize patches, fold in patches that were merged upstreamFelix Fietkau2012-03-1012-314/+308
| | | | SVN-Revision: 30863
* mac80211: add the real compat-wireless version + openwrt revision to the ↵Felix Fietkau2012-03-101-0/+1
| | | | | | compat_version SVN-Revision: 30862
* package/kernel: add package for the ath79 watchdogGabor Juhos2012-03-081-0/+17
| | | | SVN-Revision: 30851