Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ath9k: fold patches that were merged upstream into 300-pending_work.patch | Felix Fietkau | 2011-08-01 | 27 | -524/+507 |
| | | | | SVN-Revision: 27860 | ||||
* | gdb: add dependency to libexpat when present | Jonas Gorski | 2011-08-01 | 1 | -2/+3 |
| | | | | | | Also prevent gdb from trying to link against the host's libexpat. SVN-Revision: 27859 | ||||
* | package/kernel: move kmod-fs-mbcache into fs-ext4 | Jonas Gorski | 2011-07-31 | 1 | -23/+9 |
| | | | | | | | mbcache is only needed if xattr support is enabled, but this is only true for ext4 on 2.6.37+, so just bundle it with ext4 when needed. SVN-Revision: 27849 | ||||
* | dropbear: - split port argument at the rightmost colon, allows binding to ↵ | Jo-Philipp Wich | 2011-07-31 | 3 | -7/+38 |
| | | | | | | specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) SVN-Revision: 27843 | ||||
* | qos-scripts: disable by default | Felix Fietkau | 2011-07-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 27832 | ||||
* | hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837) | Felix Fietkau | 2011-07-29 | 1 | -9/+8 |
| | | | | SVN-Revision: 27830 | ||||
* | ath9k: fix switching channel bandwidth from 5/10 back to 20mhz | Felix Fietkau | 2011-07-29 | 2 | -3/+6 |
| | | | | SVN-Revision: 27827 | ||||
* | hostapd: fix wds interface address handling for multi-bssid | Felix Fietkau | 2011-07-29 | 1 | -0/+66 |
| | | | | SVN-Revision: 27823 | ||||
* | hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey ↵ | Felix Fietkau | 2011-07-29 | 1 | -0/+11 |
| | | | | | | eapol frame SVN-Revision: 27822 | ||||
* | swconfig: fix backward compatibility | Gabor Juhos | 2011-07-28 | 2 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | swconfig fails to load uci configuration after the generic switch identifier changes. root@OpenWrt:/# uci show network | grep switch network.@switch[0]=switch network.@switch[0].name=eth0 network.@switch[0].reset=1 network.@switch[0].enable_vlan=1 network.@switch_vlan[0]=switch_vlan network.@switch_vlan[0].device=eth0 network.@switch_vlan[0].vlan=1 network.@switch_vlan[0].ports=0t 2 3 4 5 network.@switch_vlan[1]=switch_vlan network.@switch_vlan[1].device=eth0 network.@switch_vlan[1].vlan=2 network.@switch_vlan[1].ports=0t 1 root@OpenWrt:/# swconfig dev eth0 load /etc/config/network Failed to apply configuration for switch 'switch0' root@OpenWrt:/# swconfig dev switch0 load /etc/config/network Failed to apply configuration for switch 'switch0' SVN-Revision: 27820 |