Commit Graph

18790 Commits (a5fa9a2647abb068b44128163b3a966c6df094df)

Author SHA1 Message Date
Felix Fietkau a23760cc4b mac80211: add uci support for the ad-hoc multicast rate setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:12 +00:00
Felix Fietkau 168eb41fe8 iw: add support for setting the multicast rate for ibss
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:07 +00:00
Felix Fietkau 6c73dd781e mac80211: add support for setting the multicast rate for ibss
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:00 +00:00
Alexandros C. Couloumbis 240bc2d788 linux/mpc83xx: add preliminary 2.6.36 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 17:59:14 +00:00
Alexandros C. Couloumbis 401f57d030 package/busybox: include an upstream patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 11:14:43 +00:00
Alexandros C. Couloumbis 6d2eb4cbaa package/madwifi: fix mtu setting. (closes #7858)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 10:07:17 +00:00
Felix Fietkau 78a9a8e62d hostapd: fix wpa_supplicant standalone compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 21:31:05 +00:00
Claudio Mignanti 307bfbe677 [brcm63xx] Fix nxp_74hc164 driver compile error (builbot)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:41 +00:00
Claudio Mignanti 0642214afc [kernel] Add some symbols from buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:35 +00:00
Claudio Mignanti 667c28f66e [at91] Don't compile u-boot by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:30 +00:00
Florian Fainelli 16f77b3bea [package] soloscli utility for Solos ADSL2+ modems
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems

Signed-off-by: Nathan Williams <nathan@traverse.com.au>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 13:46:32 +00:00
Florian Fainelli 176fcbe9d8 [feeds] add support for darcs-based feeds
The following patch adds support for darcs-based feeds.
It is tested and works well for my purpose.  I wish it
were committed upstream so that I can share my feed with
other users without converting it to svn/git/whatever.

Best regards,

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23616 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 12:36:51 +00:00
Florian Fainelli 0ae16236fa [buildroot] add support for darcs repositories
This patch adds support for darcs repositories (as sources of packages).

It does *not* add support for darcs:// URI scheme because such a scheme
do not exist (AFAIK).  You must therefore manually set PKG_SOURCE_PROTO
to darcs in your Makefile (and use a regular http:// URI). You also have
to set PKG_SOURCE_VERSION to a string matching a tag contained in the
repository, and PKG_SOURCE_SUBDIR to something sensible
($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance).

Same rationale as for the previous patch ("useless to most, but small
and straightforward so why no add it?).

Best regards,

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 12:36:44 +00:00
Felix Fietkau bdbdb7b8ea hostapd: fix AP+STA reconnects
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 00:19:34 +00:00
Felix Fietkau 30999276f3 hostapd: remove some unnecessary debugging code from the last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:45:41 +00:00
Felix Fietkau f0a8a11ddf hostapd/mac80211: implement support for AP+STA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:54 +00:00
Felix Fietkau 580f1fe582 hostapd: fix SIGHUP for multi-bss
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:49 +00:00
Felix Fietkau e3eb77a40b busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:19 +00:00
Michael Büsch b935c0d30f Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 20:30:43 +00:00
Florian Fainelli 313b48a4ec [x86] add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 18:56:19 +00:00
Florian Fainelli 731db60c8c [kernel] fix lzo decompressor build failure on 2.6.35
The patch fixes the build failure in Linux 2.6.35.7.
Other versions may have the same issue, but I haven't test it.

Signed-off-by: Ramax Lo <ramaxlo@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 18:56:14 +00:00
Mirko Vogt dde811f11a [target s3c24xx] create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:57:24 +00:00
Jo-Philipp Wich d1fba1a1fa [package] base-files: mark /etc/shadow as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23590 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:49:04 +00:00
Felix Fietkau c32d740d5e ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:29:25 +00:00
Felix Fietkau 72cfec3f6e ar71xx: remove some unnecessary patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-22 01:31:47 +00:00
Felix Fietkau d6c7e43a0d move a few more 2.6.36 config options from ar71xx to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:52 +00:00
Felix Fietkau 6a0e4d7c1f remove 2.6.36 config options which no longer exist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:44 +00:00
Felix Fietkau 5e87f86def refresh generic kernel configs using kconfig.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:37 +00:00
Felix Fietkau 9286ca91af ar71xx: the ar7240 dsa driver is no longer used, remove it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:28 +00:00
Felix Fietkau bcfcff1c16 ar71xx: use the new ar7240 switch driver for tl-wa901nd as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:22 +00:00
Felix Fietkau 6da874b3a8 ar71xx: fix more section mismatches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:16 +00:00
Felix Fietkau c5cabb4673 ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port patch to the 2.6.36 patches, add a backport patch to 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:11 +00:00
Felix Fietkau 48c1d5e50c rt8366*: use __devinit instead of __init for the probe function to fix a section mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:05 +00:00
Felix Fietkau bcc27fb388 ar71xx: refresh kernel config for 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:57 +00:00
Felix Fietkau 33dc8f35fe ar71xx: remove unused kernel versions, 2.6.36 should be the next target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:52 +00:00
Felix Fietkau 26bca4c854 add missing kernel config symbols for 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:46 +00:00
Vasilis Tsiligiannis 771ce78932 [package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:54:36 +00:00
Vasilis Tsiligiannis 1ff982fcd9 [package] hostap-driver: Change default channel from 5 to 11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:37:17 +00:00
Vasilis Tsiligiannis ca608f38c4 [package] kernel/modules: Fix CH341 USB-to-serial description (#8097)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:35:22 +00:00
Alexandros C. Couloumbis 92f2a3f13e linux/generic: refresh 2.6.36 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:23:11 +00:00
Felix Fietkau 110205626f ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 00:33:00 +00:00
Michael Büsch 841b0baf14 omap24xx: Update to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 23:13:00 +00:00
Michael Büsch 20f078ba28 Add md5sum for linux-2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 23:07:35 +00:00
Felix Fietkau 62f0cf52ae mac80211: decrease the minstrel_ht sampling interval for faster rate adaption
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:38:31 +00:00
Felix Fietkau c83160c720 mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:01:06 +00:00
Felix Fietkau c7037b7a49 ath9k: fix a small bug in the handling of a few tx descriptor flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:00:57 +00:00
Jo-Philipp Wich 645b887b94 [package] br2684ctl: rework init script
- use common defaults for unit and atmdev
	- add a more reliable stop routine
	- localize variables


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 20:10:17 +00:00
Jo-Philipp Wich 93a0a1bfea [package] pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 17:56:29 +00:00
Felix Fietkau 900d12acb7 ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 14:01:53 +00:00
Alexandros C. Couloumbis a0a87a1754 target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 13:47:59 +00:00