aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* libnl-tiny: Fix for c++ compatibilityFelix Fietkau2011-01-264-9/+9
| | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25101
* dnsmasq: Fix parameter 'limit'Felix Fietkau2011-01-261-0/+1
| | | | | | | | | | 'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh. For getting the expected number of IP addresses served, we have to decrement limit by one. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25100
* ath9k: fix tx queue debug countersFelix Fietkau2011-01-261-0/+101
| | | | SVN-Revision: 25099
* hostapd: update to 20110117Felix Fietkau2011-01-2416-152/+222
| | | | SVN-Revision: 25094
* mac80211: update to wireless-testing 2011-01-24Felix Fietkau2011-01-2416-1567/+1328
| | | | SVN-Revision: 25093
* allow files/ to overwrite existing symlinks (fixes #3508)Felix Fietkau2011-01-231-0/+8
| | | | SVN-Revision: 25078
* add support for arv4518 and arv752DWP22 boardsJohn Crispin2011-01-2323-8/+4001
| | | | SVN-Revision: 25071
* * bump to 2.5.2John Crispin2011-01-222-23/+14
| | | | SVN-Revision: 25067
* ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)Felix Fietkau2011-01-211-1/+0
| | | | SVN-Revision: 25060
* ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵Felix Fietkau2011-01-211-0/+61
| | | | | | behavior SVN-Revision: 25058
* ath9k: disable PA predistortion on AR93xx for now until it is properly fixedFelix Fietkau2011-01-214-3/+35
| | | | SVN-Revision: 25056
* ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵Felix Fietkau2011-01-204-0/+2230
| | | | | | is not going to be maintained anymore SVN-Revision: 25055
* mac80211: add a few tx related fixesFelix Fietkau2011-01-203-0/+222
| | | | SVN-Revision: 25054
* mac80211: update to wireless-testing 2010-01-19Felix Fietkau2011-01-2016-247/+16
| | | | SVN-Revision: 25053
* qos-scripts: Rework qos-stat scriptVasilis Tsiligiannis2011-01-202-17/+60
| | | | SVN-Revision: 25052
* mac80211: fix the br_port_exists compatibility macro for 2.6.38Felix Fietkau2011-01-201-0/+50
| | | | SVN-Revision: 25051
* uci: use latest git, fixes reorder operation and incorperates nested delete ↵Jo-Philipp Wich2011-01-192-24/+4
| | | | | | patch SVN-Revision: 25048
* ppp: don't die on malformed PADS frames that might appear on instable DSL linesJo-Philipp Wich2011-01-192-1/+110
| | | | SVN-Revision: 25044
* base-files: Fix typo in option name for disabling failsafe announcment ↵Daniel Dickinson2011-01-181-1/+1
| | | | | | Thanks to Andrey Zholos for this patch SVN-Revision: 25040
* mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵Felix Fietkau2011-01-181-6/+30
| | | | | | instead of just the authorized state SVN-Revision: 25039
* add a few missing usb related symbols (relevant for mpc85xx)Felix Fietkau2011-01-181-2/+3
| | | | SVN-Revision: 25038
* Revert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends ↵Florian Fainelli2011-01-181-1/+1
| | | | | | | | on iw and crda, since in both cases the module is useless without the userspace." We do not make a kernel module depend on user-space utility. SVN-Revision: 25035
* solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, ↵Daniel Dickinson2011-01-181-1/+1
| | | | | | since in both cases the module is useless without the userspace. SVN-Revision: 25034
* ppp: bump pkg revision after latest changesJo-Philipp Wich2011-01-171-1/+1
| | | | SVN-Revision: 25028
* ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ↵Jo-Philipp Wich2011-01-171-4/+0
| | | | | | ueagle and solos SVN-Revision: 25027
* ppp: synthesize a .device option to make ifup work on pppoa interfaces againJo-Philipp Wich2011-01-172-1/+5
| | | | SVN-Revision: 25025
* mac80211: fix compile errors on powerpcFelix Fietkau2011-01-161-1/+2
| | | | SVN-Revision: 25014
* mac80211: fix frames looping back to a wds stationFelix Fietkau2011-01-151-0/+18
| | | | SVN-Revision: 25008
* ath9k: fix a few more aggregation related issues, should improve stabilityFelix Fietkau2011-01-152-0/+40
| | | | SVN-Revision: 25007
* hostapd: Create one control interface per virtual bssidFelix Fietkau2011-01-141-1/+3
| | | | | | | | | | | | | | | | | | | | Previously hostapd created one control interface /var/run/hostapd-phyX which only contained the first virtual bssid (for example wlan0). In order to access the other virtual bssids with hostapd_cli add all virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface parameter per bssid. Previously the control interface looked like: /var/run/hostapd-phyX/wlan0 Now, the control interface looks like this: /var/run/hostapd-phyX/wlan0 /var/run/hostapd-phyX/wlan1 ... Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24985
* mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵Felix Fietkau2011-01-132-0/+28
| | | | | | libertas, rt2x00) SVN-Revision: 24978
* ath9k: fix spurious decryption crc error regressionFelix Fietkau2011-01-131-0/+56
| | | | SVN-Revision: 24976
* Fix i2c driver and package itClaudio Mignanti2011-01-131-0/+15
| | | | SVN-Revision: 24975
* mac80211: support per-vif wmm option, defaults to 1 if unsetJo-Philipp Wich2011-01-111-2/+4
| | | | SVN-Revision: 24966
* ath9k: reduce the number of false positives triggered by the baseband hang ↵Felix Fietkau2011-01-101-0/+30
| | | | | | check by only running it when beacon transmission is blocked SVN-Revision: 24954
* uhttpd: protect tcp receive operations with select, make tcp keep-alive ↵Jo-Philipp Wich2011-01-096-22/+54
| | | | | | optional (#8272) SVN-Revision: 24952
* kernel: deactivate ext4 SElinux support and extended attributes support in ↵Hauke Mehrtens2011-01-091-4/+0
| | | | | | | | general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville SVN-Revision: 24951
* kernel: fix packaging of kmod-cs5535-gpio, thanks Philip PrindevilleJo-Philipp Wich2011-01-091-1/+1
| | | | SVN-Revision: 24950
* ath9k: add a few aggregation reliability fixesFelix Fietkau2011-01-093-0/+34
| | | | SVN-Revision: 24949
* mac80211: update to wireless-testing 2011-01-05, should improve aggregation ↵Felix Fietkau2011-01-0933-724/+49
| | | | | | reliability in ath9k SVN-Revision: 24948
* package/swconfig: add sanity checks to prevent a segfaultGabor Juhos2011-01-082-1/+16
| | | | SVN-Revision: 24932
* package/mtd: make fixtrx available on ar71xx as wellGabor Juhos2011-01-053-3/+4
| | | | SVN-Revision: 24911
* fix md5sum, use our mirror with a fixed-up filename to make sure we get the ↵Imre Kaloz2011-01-041-4/+4
| | | | | | right fw version SVN-Revision: 24901
* mac80211: fix a race condition during key deletionFelix Fietkau2011-01-041-0/+32
| | | | SVN-Revision: 24895
* use the latest fw releaseImre Kaloz2011-01-031-1/+1
| | | | SVN-Revision: 24894
* tune ath dependencies - carl9170 can be used on targets with usb but without pciImre Kaloz2011-01-031-3/+3
| | | | SVN-Revision: 24893
* package/wprobe: {enhancement} make printing attributes optional. A delay ↵Alexandros C. Couloumbis2011-01-031-9/+18
| | | | | | interval (-d option) of 0 (zero) dumps the data once then exit. (closes #8107) SVN-Revision: 24892
* package/wprobe: fix kernel 2.6.37 compile issuesAlexandros C. Couloumbis2011-01-031-1/+4
| | | | SVN-Revision: 24891
* crda: update to version 1.1.1 and update regulatory database to most recent ↵Hauke Mehrtens2011-01-011-7/+6
| | | | | | official version. SVN-Revision: 24868
* e2fsprogs: revert r24848 as wellJo-Philipp Wich2011-01-011-2/+2
| | | | SVN-Revision: 24867