1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 18:22:57 +03:00
Commit Graph

7525 Commits

Author SHA1 Message Date
jow
2dca7b4edb [package] uci: mark uci as unsafe for parallel building
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 12:06:37 +00:00
cshore
69b3480700 [package] block-mount: Removed duplicated directory creation in the package install section. The duplicates were a result of the mergin the block-* packages.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 11:30:01 +00:00
cshore
9ceea6145b [package] block-mount: Fixed warning of missing /lib/functions/fsck during boot when no scripts are installed in the directory. Thanks to Maarten Bezemer.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 11:29:59 +00:00
juhosg
3d74008d68 mac80211: move 620-rt2x00_soc_led_support.patch to the correct place
* fixes [26463]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 09:03:33 +00:00
juhosg
3063a1d914 mac80211: update rt2800-{pci,usb} dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 08:43:02 +00:00
juhosg
381fe000fd mac80211: rt2800-lib doesn't depend on rt2x00-usb
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 08:42:59 +00:00
juhosg
59dd24394e mac80211: add WLAN LED support for Ralink RT305x SoC Devices
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 08:42:58 +00:00
blogic
7e48cef3ca [ltq-vmmc]
The makefile was missing the coef source filename, so it would install a directory instead of
the coefficients file, breaking voice applications.

Signed-off-by: Luca Olivetti <luca@ventoso.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 07:37:32 +00:00
florian
dc8a3b1bb1 [package] update busybox to 1.18.4, patch from Peter Wagner
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:31:00 +00:00
florian
9e518cba10 [package] add kmod-hfcpci
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26452 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:30:43 +00:00
florian
9444af102a [package] add kmod-ipt-led
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:30:37 +00:00
nbd
98a6131a74 mac80211: increase delay between aggregation session negotiation attempts - improves interop with intel clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 17:34:55 +00:00
nbd
80fbca446e mac80211: rtl818x depends on kmod-usb-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 17:34:51 +00:00
nbd
7492b6e1a7 busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 03:42:14 +00:00
nbd
22cf12e578 busybox: simplify conditional dependency on librpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:56:05 +00:00
nbd
5e25adcf4a busybox: only add the librpc build dependency for uclibc (#8864)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:55:22 +00:00
nbd
8d65fda8a8 base-files: bridge config, avoid having a random ipv6 ll address
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:23:45 +00:00
nbd
d8d202d0a2 kernel: usb-net depends on kernel MII support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:23:20 +00:00
nbd
e3724dcb28 kernel: add a package for the sierra_net module for sierra wireless 3g devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:23:16 +00:00
nbd
09702f9b67 ath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probably on other devices as well); fixes #9107
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 22:04:38 +00:00
nbd
b3f6846b62 hostapd: write a stampfile when the random pool has been initialized - fixes rejected assoc attempts after hostapd restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 19:44:51 +00:00
nbd
ef4a1fa271 hostapd: update to 20110402, fixes issues with non-QoS clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 19:44:47 +00:00
hauke
6a2bf2fdb9 kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
Thank you Maarten


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 19:31:21 +00:00
nbd
1a74e76fb9 ath9k-htc: enable debugfs support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 16:53:46 +00:00
nbd
f8f2e630ae mac80211: fix duplicate probe request reception (triggering unnecessary probe responses in multi-BSSID setups)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 16:06:42 +00:00
hauke
7eca041904 kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 15:41:04 +00:00
jow
6b730b65ee [package] uboot-ar71xx: fix compilation on FreeBSD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 13:20:11 +00:00
nbd
76707734e8 ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 12:43:21 +00:00
nbd
e337ad8529 ppp: fix fallout from the size reduction patch (thx, frogonwheels)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 02:24:38 +00:00
nbd
997a13bb0d ath9k: fix adhoc beacon issues (#9163)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 01:10:01 +00:00
blogic
d779c21114 [dropbear]
r25831 reduced the size of the dropbear executable by, among other things,
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>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-01 10:55:23 +00:00
jow
b12a3e34a3 [package] firewall: prevent duplicate values in interface state vars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 20:29:17 +00:00
nbd
89a6ccb80c kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 15:59:40 +00:00
florian
430989c4b5 [package] fix USB modules build on octeon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 15:36:26 +00:00
florian
cd80f9c2a7 [octeon] package i2c master driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 15:36:22 +00:00
nbd
ffe10da7ac kernel: add missing dependency for ocf on kmod-crypto-hash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 15:07:09 +00:00
nbd
f6c7475856 mac80211: add all drivers to PKG_CONFIG_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 12:33:14 +00:00
nbd
e6674fcd00 ath9k: fix reported signal strength
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 11:38:39 +00:00
nbd
501544c95e nl80211: send EAP frames as QoS data frames for QoS aware clients, should fix EAP rekeying timeout issues with intel clients (#8830)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 11:38:35 +00:00
nbd
e41573c89a qos-scripts: remove the layer7 based classifiers from the default configuration - they are unreliable and prone to memory leaks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 10:44:27 +00:00
nbd
b4c8bb0cc6 kernel: fix autoload for the crypto_hash module (patch from #9136)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-29 13:31:39 +00:00
nbd
f3e1425ab8 busybox: enable cmp by default (#9133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-29 10:58:42 +00:00
blogic
df7d799ecf [lantiq]
* several updates to the voice packages


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-29 05:17:10 +00:00
nbd
96fee377d5 ubus: update to 2011-03-27 (includes an API simplification for object signatures), use PKG_MIRROR_MD5SUM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 18:21:45 +00:00
nbd
8cbaec27f5 libubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 18:21:40 +00:00
nbd
6f0ee4af94 ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix some AP mode stability issues on these chips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 14:27:32 +00:00
nbd
df53689cd1 uci: fix linking against libdl (#9123)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 12:56:20 +00:00
cshore
3e7449974c [package] block-mount: Merged block-mount, block-extroot, and block-hotplug into a single binary package called block-mount.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 06:40:51 +00:00
cshore
b42622d831 [package] block-mount block-extroot: Bump packages versions forgetten during previous two commits
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 06:02:30 +00:00
cshore
28b23cf59c [package] block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable and /etc/init.d/fstab whole_root_enable to renable a disable rootfs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 05:39:53 +00:00
cshore
fe8722ec59 [package] block-mount block-extroot: Rename /tmp/rom-disabled to /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 05:39:47 +00:00
nbd
4b498b6674 uci: update to fix lua plugin linker issue (#9121)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-27 00:50:19 +00:00
nbd
e9f893f67c uci: install libucimap to the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 22:41:17 +00:00
nbd
e7beb6900e remove ucitrigger, it is unused and will be replaced by something different in the future
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 22:25:59 +00:00
nbd
933895680f uci: update to latest version, uses cmake now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 21:00:20 +00:00
nbd
cbf4a0f140 madwifi: add support for translating country codes into internal country code numbers (based on a patch by Manuel Munz)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 16:56:39 +00:00
nbd
91c9f2c7d5 mac80211: disable an unnecessary backport to reduce code size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 14:06:29 +00:00
nbd
c6607f1b03 mac80211: remove an obsolete backport patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 14:06:25 +00:00
nbd
b179f71e7d remove postinst files for preinstalled packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 23:47:08 +00:00
nbd
8236d49861 kernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to separate packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 21:28:44 +00:00
nbd
2a6f8ab8cf mac80211: add a pending patch to remove the dependency on ecb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 21:28:22 +00:00
nbd
f27317a2dc mac80211: fix zd1211 config override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 21:20:14 +00:00
nbd
1da648ca46 mac80211: update to wireless-testing 2011-03-24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 21:12:28 +00:00
nbd
f17e4f81ac iptables: libiptc.so is only a compatibility stub, split the package into libip4tc and libip6tc and adjust dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 18:02:51 +00:00
nbd
597d73f857 ath9k: fix chip wakeup on interface start - should fix some instability issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 16:36:48 +00:00
nbd
78273cbbc1 hostapd: add more wps config methods to the config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 14:01:05 +00:00
nbd
e4378812ac mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates connects
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 14:00:59 +00:00
nbd
adcfd9d92c redboot-ar231x: mark as broken, the ecos host tool crap needs some rework for tcl on some systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 00:55:25 +00:00
nbd
03f57539d9 mac80211: fix dropping multicast proberequest frames for ad-hoc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-24 13:38:20 +00:00
nbd
b139cef40a ath9k: add a few de-bloating and optimization patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 20:16:58 +00:00
nbd
f8662e2c22 ath9k: merge a pending patch for fixing a stopped queue issue (mostly for client mode)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 20:16:53 +00:00
nbd
5034ff8395 mac80211: update to wireless-testing 2011-03-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 21:00:58 +00:00
nbd
2dbaa78d91 hostapd: make entropy collection contribute to the kernel pool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 21:00:54 +00:00
nbd
d692939b93 ath9k: add a patch from linux-wireless@ for reducing driver size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 00:41:55 +00:00
nbd
f67f1954fb hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 23:02:12 +00:00
jow
f73979c415 [package] ncurses: install ncurses5-config and ncursesw5-config (#9044)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 06:45:20 +00:00
cshore
06a1c1cf6c [package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 05:53:17 +00:00
nbd
3ae6fa1722 mac80211: initialize the last rx time when creating a station
should hopefully finally take care of the nasty reassociation issues which showed up as
Jan  1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity
right after associating, leading to an immediate disconnect.
Will probably fix #8343, #8830 and others.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 03:19:35 +00:00
nbd
77d61d596b ath9k: re-run nfcal only when stuck beacons become more frequent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 02:22:26 +00:00
nbd
909794c243 ath9k: increase ATH_BCBUF, allows creating 8 virtual APs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 02:22:22 +00:00
nbd
0614dd953e ath9k: improve precision of beacon timer calculations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 02:22:17 +00:00
nbd
9217fded49 ath9k: add some minor debugfs cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 02:22:12 +00:00
cshore
b08fa2bc08 [package] block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 19:37:28 +00:00
nbd
7e17f34e6d linux-atm: Solos card requires explicit buffer size to br2684ctl
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.

(Patch by Philip Prindeville)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 01:21:49 +00:00
thepeople
d531cb04e9 Keep firewall.user during sysupgrades
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 00:57:47 +00:00
hauke
fcc5705af1 kernel: fix some problems with kernel 2.6.38
In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-19 17:42:48 +00:00
cshore
bc39a45d02 [package] ncurses: Split terminfo database into a separate package because S-Lang library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be
a lightweight dialog replacement that doesn't depend on the heavy ncurses).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:34:40 +00:00
jow
46dd8a523b [package] base-files: properly handle vlans on top of wireless interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 18:24:51 +00:00
acinonyx
a2113f9fa6 [package] hostapd: fix non-multicall hostapd compile (#9074)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 11:03:12 +00:00
nbd
9a1e861ea1 wireless-tools: remove some more unnecessary stuff from iwconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 03:41:22 +00:00
nbd
15a03feb73 hostapd: add a patch to remove some unnecessary control interface functionality
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 02:15:52 +00:00
nbd
ab31e75d1b hostapd: add a separate config symbol for 802.11n driver support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 20:21:28 +00:00
nbd
db0a51c50a base-files: overlayfs whiteouts depend on a specific xattr entry, which does not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:09:43 +00:00
nbd
ac2c331815 base-files: add initial support for mounting overlayfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:09:39 +00:00
jow
9f59a573f4 [package] base-files: update sysctl.conf for modern kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 15:35:41 +00:00
acinonyx
7f0233431a [package] hostapd: Fix hostap driver for multicall binary builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:37 +00:00
acinonyx
74502402bc [package] hostap-driver: Remove newline at start of config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:32 +00:00
acinonyx
31f5e377a2 [package] acx: Major rework of acx.sh script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:28 +00:00
acinonyx
623478b8a0 [package] hostap-driver: Use 'any' for unspecified SSIDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:23 +00:00
acinonyx
44c312a516 [package] hostap-driver: Fix adhoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 07:23:18 +00:00