summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add symbols, small fixesHauke Mehrtens2011-04-093-9/+8
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* crypto: The if statement for twofish did not work, deflate depends on ↵Hauke Mehrtens2011-04-091-5/+10
| | | | | | zlib_deflate SVN-Revision: 26569
* sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.Hauke Mehrtens2011-04-091-8/+23
| | | | SVN-Revision: 26568
* iipt-debug: create bundle of netfilter modules for debuggingHauke Mehrtens2011-04-091-0/+18
| | | | | | | | | | Add a bundle for including commonly useful modules for IPtables debugging and development. For now, it just contains xt_TRACE.ko Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26567
* ath5k: add some more performance improvementsFelix Fietkau2011-04-095-0/+444
| | | | SVN-Revision: 26566
* ath5k: rename a misnamed patchFelix Fietkau2011-04-091-0/+0
| | | | SVN-Revision: 26565
* ath5k: add a few fixes that improve performanceFelix Fietkau2011-04-093-0/+147
| | | | SVN-Revision: 26564
* ath5k: fix tx status reportingFelix Fietkau2011-04-091-0/+37
| | | | SVN-Revision: 26563
* kernel: add scsi cdrom supportHauke Mehrtens2011-04-091-0/+18
| | | | | | This closes #9125. SVN-Revision: 26548
* ath9k: properly count retries when frames are filtered due to excessive ↵Felix Fietkau2011-04-091-16/+39
| | | | | | retries when a client is not in powersave mode SVN-Revision: 26545
* mac80211: fix reading the station flags in debugfsFelix Fietkau2011-04-091-0/+9
| | | | SVN-Revision: 26544
* linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.Hauke Mehrtens2011-04-091-1/+21
| | | | | | | | | | | If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be forthcoming with your various settings: encapsulation, VPI/VCI, etc. These you might have to discover yourself. The easiest way to do this is with atmdiag and atmdump. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26542
* kernel: include firmware in the e100 packageFelix Fietkau2011-04-081-0/+7
| | | | SVN-Revision: 26539
* brcm47xx: add Netgear WNR834BV1Hauke Mehrtens2011-04-081-5/+18
| | | | | | | | Thank you realopty for the patch. This closes #7702 SVN-Revision: 26537
* mac80211: add Intel wireless drivers.Hauke Mehrtens2011-04-081-5/+277
| | | | | | | | | | This adds the Intel wireless drivers for their normal cards. Thank you framer99 for the patch, I extended it a little bit. This closes #7227 SVN-Revision: 26534
* ath9k: improve the rx dma stop fix, add more debugging output in case the ↵Felix Fietkau2011-04-082-21/+26
| | | | | | issue still occurs SVN-Revision: 26532
* mac80211: fix support for iftype wdsFelix Fietkau2011-04-083-0/+255
| | | | SVN-Revision: 26531
* kernel/modules: Enable Realtek R8169 not only for x86Vasilis Tsiligiannis2011-04-071-1/+1
| | | | | | | | | | | This enables support for Realtek 8169 based network cards for other platforms than x86. I have a mini-PCI card on ixp4xxx running here. Maybe for the other cards in netdevices.mk a @DEPENDS change from @TARGET_x86 to @PCI_SUPPORT makes also sense. Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26529
* kernel: enable MPPE again, got broken in r26296Felix Fietkau2011-04-071-1/+1
| | | | | | | | | Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org> SVN-Revision: 26507
* mac80211: update to wireless-testing 2011-04-06Felix Fietkau2011-04-0722-517/+362
| | | | | | adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages SVN-Revision: 26506
* block-mount: Reverting 26503. Was already fixed in a better way in commit 26474.Daniel Dickinson2011-04-071-1/+1
| | | | SVN-Revision: 26505
* madwifi: typo(s) in /lib/wifi/madwifi.shVasilis Tsiligiannis2011-04-061-2/+2
| | | | | | | | | | Hi minrate and maxrate are acually not boolean, so, for example "config minrate 11000" in /etc/config/wireless has no effect. Signed-off by: Jan Hetges <tran@ms20.net> SVN-Revision: 26504
* block-mount: fsck.sh should only call pi_include() if dir ↵Vasilis Tsiligiannis2011-04-061-1/+1
| | | | | | | | | | | | | | | | | /lib/functions/fsck exists. /etc/functions.sh:pi_include() checks if the argument exists and prints a warning if not. To prevent this warning if package block-mount is installed but not package e2fsprogs, the script should check if this directory exists before calling pi_include() A wrong patch to suppress this warning was previously posted with subject: [PATCH] Fix typo in name of to be included file Signed-off-by: Mark Vels <mark.vels@team-embedded.nl> SVN-Revision: 26503
* ath9k: fall back to the default noise floor if the calibrated one is not ↵Felix Fietkau2011-04-051-1/+1
| | | | | | available, fixes signal strength display in initial scan SVN-Revision: 26494
* busybox: get rid of the useless extra menuFelix Fietkau2011-04-051-3/+3
| | | | SVN-Revision: 26493
* librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive ↵Felix Fietkau2011-04-051-1/+1
| | | | | | busybox dependencies SVN-Revision: 26492
* base-files: Use -h instead of deprecated -L for symlink checkVasilis Tsiligiannis2011-04-051-1/+1
| | | | SVN-Revision: 26485
* madwifi: Always escape SSID parameterVasilis Tsiligiannis2011-04-051-1/+1
| | | | SVN-Revision: 26484
* base-files: fix minor problem in init.d/bootVasilis Tsiligiannis2011-04-051-1/+1
| | | | | | | | | The script tests for the existance of /dev/root with test -e which fails if /dev/root is a dangling symlink making the call to ln fail. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 26483
* hostapd: add accounting configuration to hostapd uci scriptVasilis Tsiligiannis2011-04-051-7/+17
| | | | | | | | | | | | | | Hello This patch add accounting configuration in hostapd.sh It also change "server, port, key" to "auth_server, auth_port, auth_secret" but keep backward compatibility Please patch backfire & trunk Thanks in advance. Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 26482
* block-mount base-files: Added additional check to pi_include to ensure that ↵Daniel Dickinson2011-04-052-8/+12
| | | | | | a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. SVN-Revision: 26479
* block-mount: Revert 26468: it causes a kernel panic due to pi_include ↵Daniel Dickinson2011-04-051-2/+2
| | | | | | failing due to the included directory being empty. SVN-Revision: 26476
* uci: mark uci as unsafe for parallel buildingJo-Philipp Wich2011-04-041-0/+2
| | | | SVN-Revision: 26470
* block-mount: Removed duplicated directory creation in the package install ↵Daniel Dickinson2011-04-041-4/+1
| | | | | | section. The duplicates were a result of the mergin the block-* packages. SVN-Revision: 26469
* block-mount: Fixed warning of missing /lib/functions/fsck during boot when ↵Daniel Dickinson2011-04-041-1/+2
| | | | | | no scripts are installed in the directory. Thanks to Maarten Bezemer. SVN-Revision: 26468
* mac80211: move 620-rt2x00_soc_led_support.patch to the correct placeGabor Juhos2011-04-041-0/+75
| | | | | | * fixes [26463] SVN-Revision: 26467
* mac80211: update rt2800-{pci,usb} dependenciesGabor Juhos2011-04-041-2/+2
| | | | SVN-Revision: 26465
* mac80211: rt2800-lib doesn't depend on rt2x00-usbGabor Juhos2011-04-041-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26464
* mac80211: add WLAN LED support for Ralink RT305x SoC DevicesGabor Juhos2011-04-041-1/+1
| | | | | | | | | | | | | | This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU request, but do nothing for SoC. This patch checks for SoC and sets the register to enable the WLAN LED (instead of an MCU request). This fixes the WLAN LED for RT305x devices (such as the HW550-3G). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26463
* The makefile was missing the coef source filename, so it would install a ↵John Crispin2011-04-041-0/+1
| | | | | | | | directory instead of the coefficients file, breaking voice applications. Signed-off-by: Luca Olivetti <luca@ventoso.org> SVN-Revision: 26462
* update busybox to 1.18.4, patch from Peter WagnerFlorian Fainelli2011-04-0326-365/+501
| | | | SVN-Revision: 26455
* add kmod-hfcpciFlorian Fainelli2011-04-031-3/+22
| | | | | | | | | | Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> SVN-Revision: 26452
* add kmod-ipt-ledFlorian Fainelli2011-04-031-0/+14
| | | | | | | | | | | Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach <stlman@poczta.fm> SVN-Revision: 26451
* mac80211: increase delay between aggregation session negotiation attempts - ↵Felix Fietkau2011-04-031-0/+49
| | | | | | improves interop with intel clients SVN-Revision: 26444
* mac80211: rtl818x depends on kmod-usb-coreFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26443
* busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPCFelix Fietkau2011-04-031-0/+1
| | | | SVN-Revision: 26437
* busybox: simplify conditional dependency on librpcFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26430
* busybox: only add the librpc build dependency for uclibc (#8864)Felix Fietkau2011-04-032-2/+6
| | | | SVN-Revision: 26429
* base-files: bridge config, avoid having a random ipv6 ll addressFelix Fietkau2011-04-031-1/+1
| | | | | | | | | | | | | | | | | | So far, we are setting the bridge interface up before having added any bridge interface ports. This results in the bridge assigning a random mac address to its bridge interface and therefore IPv6 assigning a matching link local address to the bridge interface as soon as the bridge interface is up. After adding the first bridge port interface, the bridge's mac address is reset correctly, however the IPv6 link local address stays the same. This commit ensures that we are at least having the IPv6 link local address of the first interface added to the bridge instead of a random one. Signed-off-by: Linus Lüssing <linus.luessing@web.de> SVN-Revision: 26426
* kernel: usb-net depends on kernel MII supportFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26425