summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: Fix AddDepends/SetDepends calls with make 3.82jogo2011-08-141-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! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: further tune ICMPv6 default rules according to RFC4890 ↵jow2011-08-143-2/+18
| | | | | | (#9893) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: use first available channel from current phy if channel ↵jow2011-08-131-1/+7
| | | | | | is set to "auto" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON ↵nbd2011-08-137-30/+610
| | | | | | in pci.c and fixes for Rx DMA stop issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crda: update regulatory database to 2011-04-28, adds fixes for NL (#9931)nbd2011-08-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to fix a compile errornbd2011-08-121-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix arp() procedure to properly detect /usr/bin/arpjow2011-08-122-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libubox and ubus to latest, libubox now includes jshnnbd2011-08-116-413/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: drop iptables-utils and ip6tables-utils, ship needed ↵jow2011-08-111-29/+5
| | | | | | symlinks in iptables and ip6tables packages (#9691) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-08-10nbd2011-08-1162-5246/+546
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a regdomain code used on newer ubiquiti networks devicesnbd2011-08-101-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/acx: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | Madwifi does not compile because of VLAN API changes. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Mark mvswitch as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | mvswitch does not compile because of VLAN API changes. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | compat-wireless does not support 3.1 yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: invert dependencies for current kernel featuresjogo2011-08-094-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). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: fix reloading config settings after channel changes or hostapd restart ↵nbd2011-08-081-0/+101
| | | | | | (#8033) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: always store broadcom firmware in b43 and b43legacy dirhauke2011-08-062-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: typo in cs5535 and cs5536 pata driver kernel definitionshauke2011-08-061-4/+4
| | | | | | | closes #9773 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: add support for bcmahauke2011-08-042-45/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch: update for brcm47xx targethauke2011-08-047-102/+83
| | | | | | | | | * remove suport for 2.4 kernel * add support for bcma bus git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtc-rv5c386a: add support for kernel 3.0hauke2011-08-042-178/+30
| | | | | | | remove BKL and adds support for changes in bcm47xx code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: update patcheshauke2011-08-042-2/+2
| | | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)nbd2011-08-041-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some code to control internal driver queue length limitsnbd2011-08-042-0/+457
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of software retries, include hardware a-mpdu ↵nbd2011-08-041-0/+61
| | | | | | retries in retry counting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵nbd2011-08-042-0/+213
| | | | | | to fewer latency spikes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: Fix firewire for 2.6.37+jogo2011-08-021-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a compiler warningnbd2011-08-011-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz)nbd2011-08-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] perf: mark as broken for nowflorian2011-08-011-1/+1
| | | | | | | Until we properly deal with the various versions of libelf we package, mark perf as broken git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing chunks to the compat_firmware_class changenbd2011-08-011-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)nbd2011-08-012-8/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add missing config symbolacinonyx2011-08-011-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent the aggregation code from sending packets to sleeping ↵nbd2011-08-011-0/+22
| | | | | | stations - should fix some latency issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fold patches that were merged upstream into 300-pending_work.patchnbd2011-08-0127-524/+507
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: add dependency to libexpat when presentjogo2011-08-011-2/+3
| | | | | | Also prevent gdb from trying to link against the host's libexpat. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move kmod-fs-mbcache into fs-ext4jogo2011-07-311-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear:jow2011-07-313-7/+38
| | | | | | | | - split port argument at the rightmost colon, allows binding to specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: disable by defaultnbd2011-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837)nbd2011-07-291-9/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix switching channel bandwidth from 5/10 back to 20mhznbd2011-07-292-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wds interface address handling for multi-bssidnbd2011-07-291-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey ↵nbd2011-07-291-0/+11
| | | | | | eapol frame git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix backward compatibilityjuhosg2011-07-282-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' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: remove zero-length patchesnbd2011-07-285-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: version bump to 2.4.5nbd2011-07-2825-1434/+113
| | | | | | | | | | | | | | Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed. 1 patch was added to accommodate pppol2pv3_addr which is referenced in a linux kernel header file, but isn't defined in the kernel header files packaged with PPP. Redux: re-instate the commenting out of the exponential back-off as requested by Felix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: Add generic switch identifiersjogo2011-07-274-5/+10
| | | | | | | | Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: warn when calling /etc/init.d/<script> enable and neither START ↵nbd2011-07-271-0/+4
| | | | | | nor STOP is defined git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: prevent redundant rules if multiple ports and multiple ↵jow2011-07-262-8/+17
| | | | | | icmp types are given in a rule block for both icmp and other protocols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27792 3c298f89-4303-0410-b956-a3cf2f4a3e73