Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update acx-mac80211 to 20110821 | Florian Fainelli | 2011-08-26 | 1 | -3/+3 |
| | | | | SVN-Revision: 28089 | ||||
* | udev: bump to 173 | Florian Fainelli | 2011-08-25 | 4 | -14/+117 |
| | | | | | | | | | | | | Yet another update, I inherited a wrong behaviour with older versions. It used to $(INSTALL_BIN) symlinks which results in copying the dereferenced file and not the symlink itself, now uses $(CP) and it's reported working (and running) by at least one person in IRC (using a glibc toolchain with mips). Works and runs on my toolchain (mipsel uClibc) too. Signed-off-by: Daniel Mierswa <impulze@impulze.org> SVN-Revision: 28085 | ||||
* | package: dwc_otg is required for external root on ramips. | Gabor Juhos | 2011-08-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 28074 | ||||
* | mac80211: Fix the location firmware is copied to (libertas_sdio driver loads ↵ | Hamish Guthrie | 2011-08-22 | 1 | -2/+2 |
| | | | | | | firmware from /lib/formware/libertas) SVN-Revision: 28069 | ||||
* | mac80211: configure hostapd logging options | Jo-Philipp Wich | 2011-08-20 | 2 | -2/+5 |
| | | | | SVN-Revision: 28057 | ||||
* | hostapd: introduce options to configure the logging behaviour. The config ↵ | Jo-Philipp Wich | 2011-08-20 | 2 | -3/+39 |
| | | | | | | wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events SVN-Revision: 28056 | ||||
* | Change u-boot console device to reflect change in omap serial driver | Hamish Guthrie | 2011-08-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 28048 | ||||
* | perf: depends on libelf1 | Florian Fainelli | 2011-08-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 28033 | ||||
* | kernel: add kmod-crypto-user | Florian Fainelli | 2011-08-17 | 1 | -0/+16 |
| | | | | | | | | | Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 28026 | ||||
* | add support for DS2482 1-Wire I2C bus master | Florian Fainelli | 2011-08-16 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 28010 | ||||
* | package/maccalc: a simple mac address manipulation utility | Gabor Juhos | 2011-08-15 | 3 | -0/+288 |
| | | | | SVN-Revision: 28004 | ||||
* | package/kernel: create package for the RT305x dwc_otg driver | Gabor Juhos | 2011-08-15 | 1 | -0/+19 |
| | | | | | | Based on a patch by Layne Edwards <ledwards76@gmail.com> SVN-Revision: 27998 | ||||
* | button-hotplug: add autoload feature | Gabor Juhos | 2011-08-15 | 1 | -0/+1 |
| | | | | | | Reported-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27994 | ||||
* | kernel: remove kmod-input-core just for some x86 profiles. | Hauke Mehrtens | 2011-08-15 | 1 | -2/+2 |
| | | | | | | | | Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them. Thank you Philip Prindeville for pointing out this problem. SVN-Revision: 27988 | ||||
* | package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵ | Jonas Gorski | 2011-08-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | | SetDepends/...) Since the SetDepends macro does a: DEPENDS:= ... it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27983 | ||||
* | package/kernel: Fix AddDepends/SetDepends calls with make 3.82 | Jonas Gorski | 2011-08-14 | 1 | -1/+1 |
| | | | | | | | | | | The module definitions depend on 001-depends.mk being the first included, but make 3.82 does not sort the results of wildcards anymore, so do an explicit sort of the includes. Found by Philip Prindeville, thanks! SVN-Revision: 27982 | ||||
* | firewall: further tune ICMPv6 default rules according to RFC4890 (#9893) | Jo-Philipp Wich | 2011-08-14 | 3 | -2/+18 |
| | | | | SVN-Revision: 27979 | ||||
* | mac80211: use first available channel from current phy if channel is set to ↵ | Jo-Philipp Wich | 2011-08-13 | 1 | -1/+7 |
| | | | | | | "auto" SVN-Revision: 27976 | ||||
* | ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON ↵ | Felix Fietkau | 2011-08-13 | 7 | -30/+610 |
| | | | | | | in pci.c and fixes for Rx DMA stop issues SVN-Revision: 27972 | ||||
* | crda: update regulatory database to 2011-04-28, adds fixes for NL (#9931) | Felix Fietkau | 2011-08-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 27970 | ||||
* | libubox: update to fix a compile error | Felix Fietkau | 2011-08-12 | 1 | -3/+3 |
| | | | | SVN-Revision: 27968 | ||||
* | base-files: fix arp() procedure to properly detect /usr/bin/arp | Jo-Philipp Wich | 2011-08-12 | 2 | -2/+2 |
| | | | | SVN-Revision: 27965 | ||||
* | update libubox and ubus to latest, libubox now includes jshn | Felix Fietkau | 2011-08-11 | 6 | -413/+23 |
| | | | | SVN-Revision: 27963 | ||||
* | iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in ↵ | Jo-Philipp Wich | 2011-08-11 | 1 | -29/+5 |
| | | | | | | iptables and ip6tables packages (#9691) SVN-Revision: 27961 | ||||
* | mac80211: update to 2011-08-10 | Felix Fietkau | 2011-08-11 | 62 | -5246/+546 |
| | | | | SVN-Revision: 27958 | ||||
* | ath9k: add a regdomain code used on newer ubiquiti networks devices | Felix Fietkau | 2011-08-10 | 1 | -0/+26 |
| | | | | SVN-Revision: 27947 | ||||
* | package/acx: mark as broken for linux 3.1 | Jonas Gorski | 2011-08-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 27938 | ||||
* | package/madwifi: mark as broken for linux 3.1 | Jonas Gorski | 2011-08-09 | 1 | -1/+1 |
| | | | | | | Madwifi does not compile because of VLAN API changes. SVN-Revision: 27937 | ||||
* | package/kernel: Mark mvswitch as broken for linux 3.1 | Jonas Gorski | 2011-08-09 | 1 | -1/+1 |
| | | | | | | mvswitch does not compile because of VLAN API changes. SVN-Revision: 27936 | ||||
* | package/mac80211: mark as broken for linux 3.1 | Jonas Gorski | 2011-08-09 | 1 | -1/+1 |
| | | | | | | compat-wireless does not support 3.1 yet. SVN-Revision: 27935 | ||||
* | package/kernel: invert dependencies for current kernel features | Jonas Gorski | 2011-08-09 | 4 | -7/+7 |
| | | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934 | ||||
* | b43: fix reloading config settings after channel changes or hostapd restart ↵ | Felix Fietkau | 2011-08-08 | 1 | -0/+101 |
| | | | | | | (#8033) SVN-Revision: 27930 | ||||
* | mac80211: always store broadcom firmware in b43 and b43legacy dir | Hauke Mehrtens | 2011-08-06 | 2 | -0/+17 |
| | | | | | | | | This is always used to build a firmware for linux systems also if we are on freebsd. This is one patch from #9897 SVN-Revision: 27926 | ||||
* | kernel: typo in cs5535 and cs5536 pata driver kernel definitions | Hauke Mehrtens | 2011-08-06 | 1 | -4/+4 |
| | | | | | | closes #9773 SVN-Revision: 27924 | ||||
* | broadcom-diag: add support for bcma | Hauke Mehrtens | 2011-08-04 | 2 | -45/+151 |
| | | | | SVN-Revision: 27905 | ||||
* | switch: update for brcm47xx target | Hauke Mehrtens | 2011-08-04 | 7 | -102/+83 |
| | | | | | | | * remove suport for 2.4 kernel * add support for bcma bus SVN-Revision: 27904 | ||||
* | rtc-rv5c386a: add support for kernel 3.0 | Hauke Mehrtens | 2011-08-04 | 2 | -178/+30 |
| | | | | | | remove BKL and adds support for changes in bcm47xx code SVN-Revision: 27903 | ||||
* | brcm47xx: update patches | Hauke Mehrtens | 2011-08-04 | 2 | -2/+2 |
| | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902 | ||||
* | ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error) | Felix Fietkau | 2011-08-04 | 1 | -1/+9 |
| | | | | SVN-Revision: 27891 | ||||
* | ath9k: add some code to control internal driver queue length limits | Felix Fietkau | 2011-08-04 | 2 | -0/+457 |
| | | | | SVN-Revision: 27890 | ||||
* | ath9k: reduce the number of software retries, include hardware a-mpdu ↵ | Felix Fietkau | 2011-08-04 | 1 | -0/+61 |
| | | | | | | retries in retry counting SVN-Revision: 27889 | ||||
* | ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵ | Felix Fietkau | 2011-08-04 | 2 | -0/+213 |
| | | | | | | to fewer latency spikes SVN-Revision: 27888 | ||||
* | kernel: Fix firewire for 2.6.37+ | Jonas Gorski | 2011-08-02 | 1 | -3/+71 |
| | | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874 | ||||
* | mac80211: fix a compiler warning | Felix Fietkau | 2011-08-01 | 1 | -3/+6 |
| | | | | SVN-Revision: 27870 | ||||
* | broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz) | Felix Fietkau | 2011-08-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 27868 | ||||
* | perf: mark as broken for now | Florian Fainelli | 2011-08-01 | 1 | -1/+1 |
| | | | | | | | Until we properly deal with the various versions of libelf we package, mark perf as broken SVN-Revision: 27867 | ||||
* | mac80211: add missing chunks to the compat_firmware_class change | Felix Fietkau | 2011-08-01 | 1 | -0/+60 |
| | | | | SVN-Revision: 27864 | ||||
* | mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864) | Felix Fietkau | 2011-08-01 | 2 | -8/+17 |
| | | | | SVN-Revision: 27863 | ||||
* | kernel/modules: Add missing config symbol | Vasilis Tsiligiannis | 2011-08-01 | 1 | -2/+3 |
| | | | | SVN-Revision: 27862 | ||||
* | ath9k: prevent the aggregation code from sending packets to sleeping ↵ | Felix Fietkau | 2011-08-01 | 1 | -0/+22 |
| | | | | | | stations - should fix some latency issues SVN-Revision: 27861 |