summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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
* kernel: add a package for the sierra_net module for sierra wireless 3g devicesFelix Fietkau2011-04-031-0/+14
| | | | SVN-Revision: 26424
* ath9k: fix missing chip wakeups causing instability issues on at least ↵Felix Fietkau2011-04-021-0/+127
| | | | | | AR5416 (probably on other devices as well); fixes #9107 SVN-Revision: 26418
* hostapd: write a stampfile when the random pool has been initialized - fixes ↵Felix Fietkau2011-04-021-3/+42
| | | | | | rejected assoc attempts after hostapd restart SVN-Revision: 26415
* hostapd: update to 20110402, fixes issues with non-QoS clientsFelix Fietkau2011-04-0214-310/+95
| | | | SVN-Revision: 26414
* kernel: remove double definition of depends in crypto-mv-cesa and make it ↵Hauke Mehrtens2011-04-021-7/+6
| | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413
* ath9k-htc: enable debugfs supportFelix Fietkau2011-04-021-1/+1
| | | | SVN-Revision: 26412
* mac80211: fix duplicate probe request reception (triggering unnecessary ↵Felix Fietkau2011-04-021-0/+18
| | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2Hauke Mehrtens2011-04-021-0/+1
| | | | SVN-Revision: 26407
* uboot-ar71xx: fix compilation on FreeBSDJo-Philipp Wich2011-04-021-0/+11
| | | | SVN-Revision: 26404
* ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵Felix Fietkau2011-04-021-0/+1
| | | | | | the profiles, fixes imagebuilder issues SVN-Revision: 26401
* ppp: fix fallout from the size reduction patch (thx, frogonwheels)Felix Fietkau2011-04-021-0/+40
| | | | SVN-Revision: 26398
* ath9k: fix adhoc beacon issues (#9163)Felix Fietkau2011-04-022-0/+28
| | | | SVN-Revision: 26395
* r25831 reduced the size of the dropbear executable by, among other things,John Crispin2011-04-012-10/+1
| | | | | | | | | | | | | | | | | disabling support for keyboard-interactive authentication. The default sshd configuration on Mac OS X only permits keyboard-interactive and public-key authentication, so unless a public key is set up, the default OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch re-enables keyboard-interactive authentication. In my tests, this increases the size of the stripped dropbear executable by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a small space savings isn't worthwhile when the resultant executable is severely hamstrung. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 26390
* firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-302-2/+5
| | | | SVN-Revision: 26382
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵Felix Fietkau2011-03-301-1/+1
| | | | | | kmod-crypto-hash) SVN-Revision: 26375
* fix USB modules build on octeonFlorian Fainelli2011-03-301-1/+3
| | | | SVN-Revision: 26374
* package i2c master driverFlorian Fainelli2011-03-301-0/+15
| | | | SVN-Revision: 26373
* kernel: add missing dependency for ocf on kmod-crypto-hashFelix Fietkau2011-03-301-1/+1
| | | | SVN-Revision: 26372
* mac80211: add all drivers to PKG_CONFIG_DEPENDSFelix Fietkau2011-03-301-0/+9
| | | | SVN-Revision: 26369
* ath9k: fix reported signal strengthFelix Fietkau2011-03-301-0/+27
| | | | SVN-Revision: 26368
* nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵Felix Fietkau2011-03-301-0/+195
| | | | | | fix EAP rekeying timeout issues with intel clients (#8830) SVN-Revision: 26367
* qos-scripts: remove the layer7 based classifiers from the default ↵Felix Fietkau2011-03-301-6/+0
| | | | | | configuration - they are unreliable and prone to memory leaks SVN-Revision: 26364
* kernel: fix autoload for the crypto_hash module (patch from #9136)Felix Fietkau2011-03-291-1/+1
| | | | SVN-Revision: 26358
* busybox: enable cmp by default (#9133)Felix Fietkau2011-03-291-1/+1
| | | | SVN-Revision: 26356
* * several updates to the voice packagesJohn Crispin2011-03-298-155/+345
| | | | SVN-Revision: 26351
* ubus: update to 2011-03-27 (includes an API simplification for object ↵Felix Fietkau2011-03-271-2/+3
| | | | | | signatures), use PKG_MIRROR_MD5SUM SVN-Revision: 26319