summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] dnsmasq: Set a list of addnhosts files.jow2009-11-222-2/+6
| | | | | | | | | | | e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to compat-wireless 2009-11-21nbd2009-11-2217-604/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build variants: only build opkg packages for the requested build variant (or ↵nbd2009-11-221-7/+2
| | | | | | any if no variant was specified for the package) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: sysupgrade: restrict find command to plain files to ↵jow2009-11-202-2/+3
| | | | | | avoid duplicates when generating the conffiles tgz archive git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix compiler warning without debug enablednbd2009-11-181-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix bisectability of rc patchesnbd2009-11-182-117/+548
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵nbd2009-11-182-516/+539
| | | | | | also fix tx status reporting for minstrel compatibility git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change ext2/ext3 load order so that lazy mount tries ext3 before ext2nico2009-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: use platform_data on PCI devices in ath9kjuhosg2009-11-164-5/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵nbd2009-11-161-0/+11
| | | | | | ixp4xx devices with more than 64 MB RAM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: adjust patches based on upstream feedbacknbd2009-11-152-32/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add some missing patch chunks that were accidentally left out in ↵nbd2009-11-151-0/+59
| | | | | | the previous commit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control apinbd2009-11-151-0/+1199
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix massive packet loss issue introduced by upstream cleanupsnbd2009-11-151-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: sync with changes to patches submitted upstreamnbd2009-11-152-10/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] change switch config to swconfig style format to remain ↵jow2009-11-151-25/+30
| | | | | | consistent accross platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: honour when building libnetlink.a, completes r18323 and ↵jow2009-11-141-0/+7
| | | | | | fixes #6160 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd-utils] fix build of hostapd-utilshauke2009-11-141-1/+1
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e1000: add CONFIG_E1000_NAPI=y for older kernelsnbd2009-11-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2009-11-13 and add some of my new performance ↵nbd2009-11-1413-385/+528
| | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add config option to enable Atheros wireless debuggingjuhosg2009-11-131-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix endian bugs in STA HT capability handlingnbd2009-11-121-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix HT40 BSS scan checksnbd2009-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* neither avr32 or coldfire has a shared libgcckaloz2009-11-121-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openssl to 0.9.8l -- thanks puchukaloz2009-11-125-3/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: forgot to remove two obsolete patches in last commitjow2009-11-112-23/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: bump to r284jow2009-11-119-969/+27
| | | | | | | | | | | - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable powersave on the sta by default (for performance reasons)nbd2009-11-111-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless-tools: re-enable support for enabling/disabling powersavenbd2009-11-111-25/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a race condition when bringing up wds sta interfaces on the apnbd2009-11-112-2/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e1000: depend on pci support instead of x86 target - some people have ↵nbd2009-11-111-1/+1
| | | | | | minipci cards with this chipset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: automatically add wds sta interfaces of an ap to the right bridgenbd2009-11-112-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: implement wds ap supportnbd2009-11-112-1/+251
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a bug in broadcast handling of wds sta interfacesnbd2009-11-111-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵nbd2009-11-117-33/+55
| | | | | | it works with internal crypto now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use the new build variants feature to clean up the makefilenbd2009-11-102-63/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵nbd2009-11-106-1/+633
| | | | | | hostapd changes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix wpa in client modenbd2009-11-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary MPC83xx supportkaloz2009-11-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix wifi detect with 11n cards that have multiple bandsnbd2009-11-091-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: work around a locking issue, might fix #5996nbd2009-11-071-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: compile the static libraries with $(FPIC), as they are reused by ↵nbd2009-11-051-1/+7
| | | | | | | | other packages for inclusion into shared libraries should fix collectd build failures on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC codenbd2009-11-051-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, forgot the autoloadnbd2009-11-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-leds-alix (#6079, #6105)nbd2009-11-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up the download location for the updated mac80211 version (thx, swalker)nbd2009-11-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix breakage introduced with r18315florian2009-11-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove the patch dir hack in iptables when building with anflorian2009-11-051-6/+0
| | | | | | external tree, this did not work at all. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵nbd2009-11-052-3/+13
| | | | | | | | can fail when TARGET_CFLAGS contains the ":" symbol. Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)nbd2009-11-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18309 3c298f89-4303-0410-b956-a3cf2f4a3e73