Commit graph

3870 commits

Author SHA1 Message Date
Nicolas Thill
8b22b8e61f r8101: update to v1.014.00, fix build on 2.6.31+
SVN-Revision: 19854
2010-02-25 02:03:33 +00:00
Jo-Philipp Wich
f82546764a busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
2010-02-25 00:48:13 +00:00
Jo-Philipp Wich
675b9b5f54 busybox: disable busybox' own stripping, fixes stripped bb binary in STAGING_DIR_ROOT
SVN-Revision: 19852
2010-02-25 00:42:09 +00:00
Jo-Philipp Wich
fb96235ea5 busybox: implement -q flag for insmod for Linux 2.6 and actually suppress errors when the flag is specified, part 2 of the iptables modprobe fix
SVN-Revision: 19851
2010-02-24 23:59:46 +00:00
Gabor Juhos
5bc415c2d6 package: add VSC73[89]5 microcode for the AP83/PB44 boards
SVN-Revision: 19836
2010-02-24 13:38:54 +00:00
Felix Fietkau
e08dd936ef ath9k: disable RIFS search on some chips to avoid baseband hangs
SVN-Revision: 19829
2010-02-24 03:43:30 +00:00
Jo-Philipp Wich
0ab4d7e848 iptables: fix a segfault when iptables tries to use modprobe, force it to use insmod
SVN-Revision: 19827
2010-02-24 01:59:32 +00:00
Felix Fietkau
f53f060299 madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none work
SVN-Revision: 19822
2010-02-23 06:42:02 +00:00
Jo-Philipp Wich
243e190675 ppp: enable multilink support (#4837)
SVN-Revision: 19811
2010-02-22 02:26:32 +00:00
Hauke Mehrtens
f56666bde4 ext4: fix for commit r19799
SVN-Revision: 19800
2010-02-21 20:26:37 +00:00
Hauke Mehrtens
ad11f6881a ext4: add Support for large (2TB+) block devices and files
CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled.
This is the default option.

This closes #6714.

SVN-Revision: 19799
2010-02-21 20:14:24 +00:00
Florian Fainelli
2ae5683e83 fix accidently commited ancient mac80211 patches in r19789-19791 (#6716)
SVN-Revision: 19797
2010-02-21 15:43:09 +00:00
Florian Fainelli
1373140033 mac80211: make the vlan injection patch more specific
SVN-Revision: 19791
2010-02-21 14:14:32 +00:00
Florian Fainelli
39cd0fa893 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19790
2010-02-21 14:14:28 +00:00
Florian Fainelli
0ddfa39ecb mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19789
2010-02-21 14:14:17 +00:00
Lars-Peter Clausen
07c499f101 linux-atm: Add libtool fixup
SVN-Revision: 19786
2010-02-20 23:42:25 +00:00
Hauke Mehrtens
42d947f5ba make linux-atm depend on its kernel modul atm.ko
This hopfully fixes bug #6709.

SVN-Revision: 19780
2010-02-20 13:20:36 +00:00
Hauke Mehrtens
b52345c9ed allow routed mode operation again
Fix part of bug #6709.

SVN-Revision: 19779
2010-02-20 13:18:34 +00:00
Jo-Philipp Wich
3651c9804b kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
SVN-Revision: 19772
2010-02-20 05:17:39 +00:00
Jo-Philipp Wich
25a5fab34c firewall: fix bad number error in fw_redirect() (#6704)
SVN-Revision: 19765
2010-02-20 03:39:55 +00:00
Jo-Philipp Wich
e9cacfa59a mac80211: fix typo introduced in r19760 (#6707)
SVN-Revision: 19763
2010-02-19 22:44:22 +00:00
Jo-Philipp Wich
2a473ebe19 iptables: fix multiport match for brcm-2.4 Since the netfilter framework in Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation.
SVN-Revision: 19761
2010-02-19 21:25:40 +00:00
Hauke Mehrtens
046caa7e25 rt2800lib depends on rt2x00-usb
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.

SVN-Revision: 19760
2010-02-19 19:13:23 +00:00
Felix Fietkau
e4dadf438e swconfig: Remove unused code
Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19758
2010-02-19 17:33:46 +00:00
Felix Fietkau
6fdcbd0831 ath9k: fix beacon timer restarts after card resets - improves stability in AP mode
SVN-Revision: 19757
2010-02-19 17:22:37 +00:00
Hauke Mehrtens
3889c76a6e remove pcmcia and sdio
This fixes #6701

Remove the pcmcia and sdio interface from b43 driver to not depend on these modules.

SVN-Revision: 19756
2010-02-19 15:41:55 +00:00
Gabor Juhos
a71b06ad65 mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>

SVN-Revision: 19745
2010-02-19 11:52:22 +00:00
Jo-Philipp Wich
bd4f4a9204 kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)
SVN-Revision: 19725
2010-02-19 02:12:48 +00:00
Jo-Philipp Wich
2e449378bf iproute2: make tc depend on kmod-sched (#6681)
SVN-Revision: 19724
2010-02-19 01:58:06 +00:00
Jo-Philipp Wich
5ebe347f07 kernel: add the token bucket filter to kmod-sched (#6681)
SVN-Revision: 19723
2010-02-19 01:56:10 +00:00
Jo-Philipp Wich
4257508e11 iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
SVN-Revision: 19722
2010-02-19 01:44:10 +00:00
Felix Fietkau
31cfd93be4 hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672
SVN-Revision: 19720
2010-02-19 01:34:44 +00:00
Felix Fietkau
d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel)
Since client mode in mac80211is unreliable without using wpa_supplicant,
it would be better to enable wpa_supplicant by default.

With this patch, wpa_supplicant will always be used for mac80211-based
drivers in client mode. This will break client mode for images that
don't include wpa_supplicant or wpad, so maybe I need to add a check
somewhere to see if wpa_supplicant is available, and show the user a
warning if he tries client mode without wpa_supplicant. Suggestions on
where to add this check are welcome.

Tested with ath5k in client mode on open and wpa2-psk network, and
tested on my ath9k based AP as well to make sure it doesn't break AP mode.

SVN-Revision: 19718
2010-02-19 01:07:21 +00:00
Felix Fietkau
b47efaaf4d ath9k: fix rate control fallback rate selection - improves throughput and link stability
SVN-Revision: 19716
2010-02-19 00:47:32 +00:00
Felix Fietkau
b3caca3677 mac80211: move the 2.6.30 compat patch to the other compat patches
SVN-Revision: 19715
2010-02-19 00:47:28 +00:00
Lars-Peter Clausen
8d7a6df6ef kmod-dm: Set CONFIG_DM_LOG_USERSPACE=n
SVN-Revision: 19712
2010-02-18 23:31:08 +00:00
Imre Kaloz
4c1e6a7e39 refresh grub patches
SVN-Revision: 19704
2010-02-18 12:10:12 +00:00
Jo-Philipp Wich
0cfd25119d mac80211: add compile fix for pre-2.6.32 kernels
SVN-Revision: 19692
2010-02-17 22:37:04 +00:00
Felix Fietkau
1797c1217b carl9170: update to version 1.0.1.1 and fix a compile error
SVN-Revision: 19691
2010-02-17 18:27:42 +00:00
Felix Fietkau
dd4893f453 mac80211: update to wireless-testing 2010-02-16
SVN-Revision: 19688
2010-02-17 14:13:27 +00:00
Travis Kemen
ab3d8e0779 fix opkg.conf
SVN-Revision: 19684
2010-02-17 02:34:48 +00:00
Felix Fietkau
63b1d06a31 hostapd: select crda if mac80211 is selected
SVN-Revision: 19667
2010-02-16 18:29:03 +00:00
Felix Fietkau
e9d9efa678 kernel: build the scsi core package even if CONFIG_SCSI=y
SVN-Revision: 19666
2010-02-16 18:28:59 +00:00
Felix Fietkau
19d6a9ce6a kernel: add a package for block2mtd
SVN-Revision: 19665
2010-02-16 18:28:55 +00:00
Felix Fietkau
eca17a4a28 kernel: add a package for kmod-ata-sil
SVN-Revision: 19664
2010-02-16 18:28:50 +00:00
Felix Fietkau
756b82b7ec hostapd: fix wpad compile on powerpc
SVN-Revision: 19663
2010-02-16 18:28:46 +00:00
Felix Fietkau
002a278972 hostapd: move the roboswitch config override to the right place
SVN-Revision: 19662
2010-02-16 18:28:42 +00:00
Lars-Peter Clausen
900de42186 Add audio feature flag.
There are targets which neither have usb host nor pci support but do have audio
capabilities. Those targets should expliclitly specifiy that they support audio
through the new feature flag. The audio feature flag is also implicitly selected
by the usb and pci feature flags.

SVN-Revision: 19643
2010-02-15 20:03:18 +00:00
Felix Fietkau
1d1e4d1035 swconfig: add copyright for Martin Mares
Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19642
2010-02-15 17:29:07 +00:00
Felix Fietkau
7dcd4af070 swconfig: use print_attr_val() in CMD_GET
Use the print_attr_val() function introduced by the previous patch
to simplify the get command.

Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19641
2010-02-15 17:29:04 +00:00
Felix Fietkau
b7d662dce8 swconfig: add show command
Add a "show" command, which displays all attributes of the selected port,
VLAN, or of the whole switch.

Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19640
2010-02-15 17:29:00 +00:00
Felix Fietkau
cfb74b3b81 swconfig: clean up command line parsing
The command line parser was unsystematic and it silently ignored
many illegal combinations of options. Try to clean that up.

Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19639
2010-02-15 17:28:56 +00:00
Felix Fietkau
69d4a1e9b8 ath9k: adjust ack timeout workaround patch based on upstream submission
SVN-Revision: 19638
2010-02-15 17:28:52 +00:00
Jo-Philipp Wich
e48f324dc0 kernel: add xen kmods
SVN-Revision: 19611
2010-02-12 19:01:45 +00:00
Jo-Philipp Wich
2e0d14f9c2 base-files: add /dev/hvcX to hotplug common rules
SVN-Revision: 19608
2010-02-12 18:57:01 +00:00
Jo-Philipp Wich
250b52f673 base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
SVN-Revision: 19597
2010-02-12 02:06:57 +00:00
Travis Kemen
9e5844fda2 Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier
SVN-Revision: 19595
2010-02-12 01:37:02 +00:00
Imre Kaloz
7b367d0313 with no users left, remove support for 2.6.21
SVN-Revision: 19578
2010-02-11 08:37:57 +00:00
Travis Kemen
9788414b55 change the opkg path due to changes in the buildsystem, fixes incorrect path in snapshot images
SVN-Revision: 19575
2010-02-11 02:38:08 +00:00
Travis Kemen
9f3a73d9e2 Add destination ip of the wan adapter useful if you have multiple ip addresses.
SVN-Revision: 19574
2010-02-11 02:33:34 +00:00
Jo-Philipp Wich
87d3ed312c dropbear: performance improvements in init script, quiet mode for start-stop-daemon - patch by Matthias Buecher <mail@maddes.net>
SVN-Revision: 19569
2010-02-10 00:34:32 +00:00
Lars-Peter Clausen
275b0d8cd4 Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner
SVN-Revision: 19568
2010-02-09 18:07:36 +00:00
Gabor Juhos
0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
2010-02-09 16:27:35 +00:00
Lars-Peter Clausen
4e0cd7b7a1 util-linux-ng: Build setterm
SVN-Revision: 19559
2010-02-08 22:05:11 +00:00
Felix Fietkau
e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
2010-02-08 13:42:14 +00:00
Jo-Philipp Wich
520ea8e5f9 base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
SVN-Revision: 19530
2010-02-05 07:57:07 +00:00
Jo-Philipp Wich
76df66cda8 fix wrong numbering of interfaces in wireless detection
SVN-Revision: 19525
2010-02-04 17:11:56 +00:00
Florian Fainelli
dc192096e9 fix the use of proc_dostring w/ 2.6.32+
SVN-Revision: 19512
2010-02-04 09:47:20 +00:00
Felix Fietkau
085737e0b0 mac80211: update to latest wireless-testing from today
SVN-Revision: 19501
2010-02-03 00:43:09 +00:00
Imre Kaloz
c272d54969 add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618
SVN-Revision: 19497
2010-02-02 11:26:53 +00:00
Felix Fietkau
4c776cf093 hostapd: fix a segfault in the error path of the nl80211 bss interface add function
SVN-Revision: 19496
2010-02-02 02:51:06 +00:00
Felix Fietkau
19555b702e /sbin/wifi: improve reliability of restarts by resetting the state properly
SVN-Revision: 19495
2010-02-02 02:19:10 +00:00
Felix Fietkau
52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
2010-02-02 02:19:01 +00:00
Jo-Philipp Wich
7ad9c8615f base-file: revert unrelated change accidentally committed in r19478
SVN-Revision: 19488
2010-02-01 02:00:57 +00:00
Jo-Philipp Wich
5c937a97b0 nvram: request memory locked pages in mmap() and make it available for ar71xx
SVN-Revision: 19486
2010-02-01 01:32:47 +00:00
Felix Fietkau
373b78cb28 wprobe: fix missing return code check
SVN-Revision: 19483
2010-02-01 00:35:00 +00:00
Jo-Philipp Wich
e367f5434a base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable
SVN-Revision: 19478
2010-02-01 00:32:46 +00:00
Felix Fietkau
34c0c72a6e mac80211: make the vlan injection patch more specific
SVN-Revision: 19477
2010-01-31 22:23:47 +00:00
Felix Fietkau
8b08994455 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19476
2010-01-31 22:17:55 +00:00
Felix Fietkau
04e89fe9c5 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19474
2010-01-31 21:27:51 +00:00
Florian Fainelli
b93682af14 quieten the check for devs, thanks nbd
SVN-Revision: 19473
2010-01-31 21:09:53 +00:00
Florian Fainelli
7480065917 /dev/null was used before it was created, so an empty file was created. This prevented the actual device node from being created. The attached patch fixes that, patch from cshore
SVN-Revision: 19472
2010-01-31 21:01:21 +00:00
Felix Fietkau
a8f779a9f7 mac80211: fix rekeying in ap mode with connected powersave stations
SVN-Revision: 19470
2010-01-31 20:58:02 +00:00
Felix Fietkau
869c08cc59 mac80211: fix aggregation setup on wds ap interfaces
SVN-Revision: 19469
2010-01-31 20:57:58 +00:00
Felix Fietkau
c830d6cfe7 add me as a maintainer for a few other packages
SVN-Revision: 19439
2010-01-31 12:24:55 +00:00
Felix Fietkau
5f0bcfe153 mac80211: i maintain this package
SVN-Revision: 19438
2010-01-31 12:18:21 +00:00
Felix Fietkau
d33454d86d stop dropbear at shutdown as well
SVN-Revision: 19430
2010-01-30 18:19:42 +00:00
Felix Fietkau
10ec4fa292 when rebooting, use lazy umounts as fallback (patch by puchu)
SVN-Revision: 19429
2010-01-30 18:17:57 +00:00
Felix Fietkau
541725ce18 stop syslogd before rebooting, otherwise umount might not work properly when logging to a file (thx, puchu)
SVN-Revision: 19428
2010-01-30 18:17:52 +00:00
Felix Fietkau
d46a32fa60 when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu)
SVN-Revision: 19427
2010-01-30 18:17:48 +00:00
Lars-Peter Clausen
51d6591729 libtool: Don't use the libdir path found in .la files. Fixes the build of various packages.
SVN-Revision: 19422
2010-01-30 18:08:45 +00:00
Felix Fietkau
d780bbd5ff hostapd: fix segfault in mac80211 wds ap handling
SVN-Revision: 19420
2010-01-30 16:08:02 +00:00
Hauke Mehrtens
e474081797 Update to version 2.52
Patch 103-ipv6_fix.patch is removed, because the problem the patch was fixing is now fixed in mainline.

Thank you Raphaël HUCK for your patch.
This fixes #6568.

SVN-Revision: 19392
2010-01-29 23:15:44 +00:00
Hauke Mehrtens
c4938bca58 carl9170 depends on usb
SVN-Revision: 19391
2010-01-29 22:55:13 +00:00
Hauke Mehrtens
5f7c02c011 add rt2800lib module
This module is needed by rt2800pci and rt2800usb

SVN-Revision: 19390
2010-01-29 22:54:37 +00:00
Hauke Mehrtens
dc1007a12c compat should not depend on pcmcia or usb remove pcmcia and usb backport form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia.
This hopefully fixes #6586

SVN-Revision: 19389
2010-01-29 22:53:44 +00:00
Hauke Mehrtens
d711afb3be Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589
SVN-Revision: 19386
2010-01-29 21:08:28 +00:00
Felix Fietkau
019ee54580 madwifi: fix/improve station idle timeout handling
SVN-Revision: 19378
2010-01-29 03:55:38 +00:00
Felix Fietkau
8de3096f63 madwifi: make sure that minstrel rc updates still work after a jiffies wraparound
SVN-Revision: 19377
2010-01-29 02:49:13 +00:00
Felix Fietkau
b935b1abe2 madwifi: add sysctl for turning the radio silent
SVN-Revision: 19376
2010-01-29 02:34:52 +00:00
Felix Fietkau
a254a9ff08 base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)
SVN-Revision: 19375
2010-01-29 02:17:11 +00:00
Felix Fietkau
6963fa0604 remove unnecessary dependency added in r19371 (thx, puchu)
SVN-Revision: 19372
2010-01-28 19:38:16 +00:00
Felix Fietkau
1a4a9cea95 openssl: make engines support dynamically configurable (based on a patch by puchu)
SVN-Revision: 19371
2010-01-28 19:28:06 +00:00
Felix Fietkau
7417cfdda3 openssl: add fixes for CVE-2009-1387 and CVE-2009-2409 (thx, puchu)
SVN-Revision: 19369
2010-01-28 19:27:57 +00:00
Felix Fietkau
0f34d88717 openssl: refresh patches
SVN-Revision: 19368
2010-01-28 19:27:53 +00:00
Felix Fietkau
b88fc11e2a preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
SVN-Revision: 19367
2010-01-28 19:27:49 +00:00
Gabor Juhos
b774acb479 package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595)
SVN-Revision: 19364
2010-01-28 18:38:27 +00:00
Felix Fietkau
4e7fded1c4 uci: allow shell scripts to override the config dir (patch by cshore)
SVN-Revision: 19351
2010-01-27 04:59:14 +00:00
Gabor Juhos
af7050699e package: kmod-usb-core depends on kmod-nls-base on 2.6.32
SVN-Revision: 19347
2010-01-26 14:41:29 +00:00
Gabor Juhos
785e45786f base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected
Also, use the default pi_broadcast address if it is not specified

SVN-Revision: 19346
2010-01-26 14:41:26 +00:00
Felix Fietkau
47d1d39b95 carl9170: update to 0.9.9.1
SVN-Revision: 19338
2010-01-26 00:14:50 +00:00
Felix Fietkau
eb694a7a83 mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retransmissions
SVN-Revision: 19337
2010-01-26 00:14:44 +00:00
Felix Fietkau
f596c58ad0 fix missing quote (thx, puchu)
SVN-Revision: 19335
2010-01-25 23:03:53 +00:00
Felix Fietkau
8d689fedac mac80211: restrict the killing of wpa_supplicant processes to the right interface (#5991)
SVN-Revision: 19334
2010-01-25 22:11:21 +00:00
Felix Fietkau
6f0883ae22 wpa_supplicant: add missing dependencies
SVN-Revision: 19333
2010-01-25 21:48:37 +00:00
Felix Fietkau
56bc02a305 add preinit modularization work by Daniel Dickinson (cshore)
SVN-Revision: 19331
2010-01-25 17:11:17 +00:00
Felix Fietkau
35170c4892 opkg: remove an empty patch
SVN-Revision: 19330
2010-01-25 17:10:59 +00:00
Felix Fietkau
e85f50118c madwifi: fix some potential null pointer derefs with wds
SVN-Revision: 19322
2010-01-24 23:39:00 +00:00
Jo-Philipp Wich
21a3932267 iptables: install libip[46]tc into staging dir
SVN-Revision: 19316
2010-01-24 19:59:13 +00:00
Felix Fietkau
226fd49634 mac80211: fix a WARN_ON in client mode
SVN-Revision: 19315
2010-01-24 19:28:11 +00:00
Felix Fietkau
62d7bb6ecd fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)
SVN-Revision: 19313
2010-01-24 14:27:27 +00:00
Felix Fietkau
f8fa94a92c fix another kernel version dependency (thx, maddes)
SVN-Revision: 19312
2010-01-24 14:25:29 +00:00
Felix Fietkau
9f75c26a70 ath9k: improve max rate retry handling
SVN-Revision: 19308
2010-01-24 02:27:31 +00:00
Jo-Philipp Wich
789ec837e9 mac80211: make b43-fwsquash.py work with python 3.x
SVN-Revision: 19307
2010-01-24 02:26:57 +00:00
Jo-Philipp Wich
de1c5f7a85 iptables: --enable-static and --enable-shared don't work well together, drop --enable-static
SVN-Revision: 19304
2010-01-24 00:48:23 +00:00
Jo-Philipp Wich
8d0bb8f5dd base-files: ensure that the ip6addr of the main interface stays the primary ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen
SVN-Revision: 19303
2010-01-23 22:56:07 +00:00
Jo-Philipp Wich
e0fa9a4881 iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
SVN-Revision: 19302
2010-01-23 22:28:32 +00:00
Jo-Philipp Wich
3634de3b80 base-files: try to activate hotplugged partitions as swap and fall back to lazy mount (#6517)
SVN-Revision: 19300
2010-01-23 21:58:01 +00:00
Felix Fietkau
1089b3213d ath9k: fix an initialization error on 2GHz-only cards (based on discussion on ath9k-devel@)
SVN-Revision: 19296
2010-01-23 18:25:45 +00:00
Felix Fietkau
74d986abeb hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files
SVN-Revision: 19295
2010-01-23 18:25:04 +00:00
Felix Fietkau
39b2af1f5b remove obsolete dependencies and checks
SVN-Revision: 19292
2010-01-23 17:07:59 +00:00
Nicolas Thill
815dc97a58 add explicit dependency on kmod-crypto-core when required (closes: #6557)
SVN-Revision: 19291
2010-01-23 16:39:31 +00:00
Felix Fietkau
8499c45a73 hostapd: fix compile error in the roboswitch driver
SVN-Revision: 19290
2010-01-23 15:12:57 +00:00
Felix Fietkau
8e07eba864 hostapd: fix build error
SVN-Revision: 19289
2010-01-23 14:33:42 +00:00
Felix Fietkau
64268c7165 hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
SVN-Revision: 19286
2010-01-23 08:28:26 +00:00
Felix Fietkau
26c953db20 mac80211: improve wifi interface cleanup
SVN-Revision: 19285
2010-01-23 08:28:20 +00:00
Jo-Philipp Wich
1869cdd5bd broadcom-wl: detect all radios when generating config, do wireless setup per-interface (#5308)
SVN-Revision: 19273
2010-01-22 16:16:06 +00:00
Nicolas Thill
405553df58 kernel: specify kmod packages dependencies in a uniform way
SVN-Revision: 19271
2010-01-22 08:18:04 +00:00
Jo-Philipp Wich
946291c8d5 mac80211: fix spurious error return codes in enable_mac80211()
SVN-Revision: 19265
2010-01-22 00:58:52 +00:00
Felix Fietkau
eb1190bb29 mac80211: fix hostapd wmm setting for multiple bss interfaces
SVN-Revision: 19264
2010-01-22 00:55:10 +00:00
Felix Fietkau
91dc246123 mtd: fix typo (thx, Plouj)
SVN-Revision: 19263
2010-01-21 23:48:52 +00:00
Jo-Philipp Wich
0cde46b3e7 add support for OvisLink WL-1600GL
SVN-Revision: 19262
2010-01-21 23:48:23 +00:00
Felix Fietkau
9237420b79 mac80211: fix multi-bss related rx handling bug
SVN-Revision: 19260
2010-01-21 23:38:49 +00:00
Jo-Philipp Wich
2920081f48 broadcom-wl: properly detach nas by using start-stop-daemon to launch it
SVN-Revision: 19257
2010-01-21 20:53:05 +00:00
Jo-Philipp Wich
f3c6c80cb8 broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows switching between open and shared authentication
SVN-Revision: 19256
2010-01-21 20:52:17 +00:00
Andy Boyett
0dcdaa3005 carl1970: fix download url. Closes #6542. Thanks swalker
SVN-Revision: 19253
2010-01-21 08:54:54 +00:00
Gabor Juhos
428f066b77 swconfig: show tagged port flag
SVN-Revision: 19238
2010-01-20 07:06:12 +00:00
Felix Fietkau
ba7bfddaae mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40-
SVN-Revision: 19235
2010-01-20 02:26:05 +00:00
Felix Fietkau
c61daab867 hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
SVN-Revision: 19234
2010-01-20 02:26:00 +00:00
Felix Fietkau
131c3e1c72 ath9k: fix a beacon buffer leak on interface up/down
SVN-Revision: 19233
2010-01-20 02:25:55 +00:00
Jo-Philipp Wich
6eae630652 firewall: fix a race condition preventing interfaces from being added to the firewall on boot
SVN-Revision: 19232
2010-01-19 23:02:11 +00:00
Jo-Philipp Wich
c8e7192064 mtd: treat failure to open FIS partition as fatal when a fis_layout is given, aborts mtd write if reformat is needed and FIS table not available
SVN-Revision: 19231
2010-01-19 21:28:22 +00:00
Felix Fietkau
43c96ad50c hostapd: remove all object files on config changes
SVN-Revision: 19229
2010-01-19 18:23:06 +00:00
Felix Fietkau
9d50c384be mac80211: fix firmware compat stuff for 2.6.32
SVN-Revision: 19222
2010-01-18 14:18:08 +00:00
Jo-Philipp Wich
bf9917d651 base-files: disable bridge firewalling by default
SVN-Revision: 19214
2010-01-18 05:38:44 +00:00
Felix Fietkau
54bbc30687 swconfig: support providing the switch device name in an option instead of the section name - necessary to support switches that contain characters such as "-"
SVN-Revision: 19208
2010-01-18 00:38:04 +00:00
Felix Fietkau
d787e5dfe1 mac80211: remove an obsolete patch
SVN-Revision: 19195
2010-01-17 20:49:33 +00:00
Felix Fietkau
b97cfa4bf5 iw, mac80211: get the frequency info per-netdev instead of per-phy
SVN-Revision: 19194
2010-01-17 20:49:28 +00:00
Felix Fietkau
6f78b03bcb iw: print the current operating frequency in the phy info
SVN-Revision: 19179
2010-01-17 03:07:55 +00:00
Felix Fietkau
9f0c2d0a5b mac80211: allow user space to query the current operating frequency
SVN-Revision: 19178
2010-01-17 03:07:51 +00:00
Felix Fietkau
8bdee4acf7 mac80211: fix mac address handling for multiple phy/vif
SVN-Revision: 19177
2010-01-17 01:52:45 +00:00
Felix Fietkau
20daaf7480 mac80211: upgrade to compat-wireless 2010-01-15
SVN-Revision: 19176
2010-01-17 01:38:07 +00:00
Jo-Philipp Wich
8def1507df remove broadcom-mmc, superseded by broadcom-sdhc
SVN-Revision: 19173
2010-01-16 15:46:43 +00:00
Jo-Philipp Wich
a123c4daaf add broadcom-sdhc - successor of broadcom-mmc (#6343)
SVN-Revision: 19172
2010-01-16 15:45:12 +00:00
Jo-Philipp Wich
39f2b6d957 base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv>
SVN-Revision: 19167
2010-01-16 13:39:13 +00:00
Felix Fietkau
383cadf5d7 ath9k: add a workaround for the tx ack time issue triggered by the timing handling cleanups in 2.4 ghz, calculating the ack timeout the way it is described in 802.11-2007 currently leads to tx timeouts set it to a minimum of what the initvals set (64 usec) until we know what is causing this
SVN-Revision: 19156
2010-01-15 23:12:21 +00:00
Felix Fietkau
7c6b51f9e2 ath9k: fix rts/cts handling
SVN-Revision: 19147
2010-01-15 07:39:35 +00:00
Felix Fietkau
87226cbdc6 ath9k: tweak rx interrupt mitigation settings for better performance
SVN-Revision: 19146
2010-01-15 07:39:31 +00:00
Felix Fietkau
bc28dd7d7d mac80211: add some ibss related fixes from linux-wireless@
SVN-Revision: 19145
2010-01-15 07:39:27 +00:00
Felix Fietkau
b8ef670202 mac80211: fix ht capability detection (thx, stintel)
SVN-Revision: 19144
2010-01-15 02:55:29 +00:00
Felix Fietkau
aa2ebbf15e mac80211: add a missing chunk of the short slot patch
SVN-Revision: 19143
2010-01-15 02:03:25 +00:00
Felix Fietkau
b35e22bd24 mac80211: implement the distance setting
SVN-Revision: 19142
2010-01-15 01:16:52 +00:00
Felix Fietkau
0c66d3eef2 ath9k: fix short slot vs long slot handling, implement support for setting the coverage class
SVN-Revision: 19141
2010-01-15 01:16:48 +00:00
Felix Fietkau
dce797bb74 iw: add patch for setting coverage class / distance
SVN-Revision: 19140
2010-01-15 01:16:44 +00:00
Felix Fietkau
6f5cd22319 mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13
SVN-Revision: 19139
2010-01-15 01:16:40 +00:00
Felix Fietkau
40470f71fc iw: update to 0.9.19
SVN-Revision: 19138
2010-01-15 01:16:34 +00:00
Jo-Philipp Wich
f8973238da wpa_supplicant: fix two syntax errors in wpa_supplicant.sh (#6504)
SVN-Revision: 19128
2010-01-14 18:48:42 +00:00
Jo-Philipp Wich
0f528002ad dropbear: add GatewayPorts (-a) option (#6503)
SVN-Revision: 19127
2010-01-14 18:43:05 +00:00
Jo-Philipp Wich
d9ca4041c5 opkg: fallback to dest->root_dir if specified overlay_root does not exist on filesystem (#6498)
SVN-Revision: 19121
2010-01-13 20:21:39 +00:00
Jo-Philipp Wich
1b452e82b7 wpa_supplicant: add WEP key handling to conform with documented behaviour in mac80211.sh (#6493)
SVN-Revision: 19119
2010-01-13 19:31:47 +00:00
Jo-Philipp Wich
cb30b52ec1 base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends
SVN-Revision: 19118
2010-01-13 18:39:44 +00:00
Felix Fietkau
75d5301b3e mac80211: another minor fix to monitor mode queue selection
SVN-Revision: 19111
2010-01-12 03:10:12 +00:00
Felix Fietkau
1d109f9eb2 mac80211: upgrade to a new unofficial snapshot based on wireless-testing+wireless-2.6
SVN-Revision: 19110
2010-01-12 03:10:03 +00:00
Imre Kaloz
0b9849afbf refresh patch
SVN-Revision: 19102
2010-01-11 09:40:26 +00:00
Felix Fietkau
a0f378097e mac80211: fix some monitor mode queue selection bugs
SVN-Revision: 19099
2010-01-11 05:57:59 +00:00
Jo-Philipp Wich
b28f438a37 ppp: process option dns if peerdns is off (#6474)
SVN-Revision: 19093
2010-01-10 16:28:09 +00:00
Jo-Philipp Wich
f40e9e8d8a dnsmasq: only write search directive if domain is actually set
SVN-Revision: 19090
2010-01-10 15:31:58 +00:00
Jo-Philipp Wich
fd7889cf6f dnsmasq: add local domain as search directive to /tmp/resolv.conf
SVN-Revision: 19086
2010-01-09 21:03:48 +00:00
Felix Fietkau
8ed8fe14b2 hostapd: fix compile error with madwifi enabled
SVN-Revision: 19080
2010-01-08 21:25:40 +00:00
Felix Fietkau
afb9aa89b6 mac80211: fix patch naming
SVN-Revision: 19078
2010-01-08 16:56:39 +00:00
Felix Fietkau
c40e11d79e hostapd: upgrade to latest version
SVN-Revision: 19077
2010-01-08 16:55:19 +00:00
Felix Fietkau
c418fd661f mac80211: various wds related fixes
SVN-Revision: 19076
2010-01-08 16:55:15 +00:00
Jo-Philipp Wich
02d30873eb dnsmasq: Fix setting the network-id for config host sections This renames name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de>
SVN-Revision: 19069
2010-01-08 00:03:08 +00:00
Felix Fietkau
28e836e392 carl9170: enable ht support by default
SVN-Revision: 19068
2010-01-07 22:51:08 +00:00
Felix Fietkau
e5b704d350 carl9170: fix debugfs support
SVN-Revision: 19067
2010-01-07 22:22:10 +00:00
Felix Fietkau
6142c52634 add the carl9170 wifi driver for ar9170 devices
SVN-Revision: 19066
2010-01-07 21:59:57 +00:00
Felix Fietkau
fa78fa7e43 mac80211: export a few ath header files
SVN-Revision: 19065
2010-01-07 21:59:51 +00:00
Felix Fietkau
999a050002 mac80211: fix spurious client reconnects triggered by rejected action frames being interpreted as chan switch announcements
SVN-Revision: 19064
2010-01-07 19:15:30 +00:00
Felix Fietkau
fe32f100a8 mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet)
SVN-Revision: 19063
2010-01-07 19:15:05 +00:00
Jo-Philipp Wich
d7272853a2 opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - went upstream
SVN-Revision: 19061
2010-01-07 12:37:49 +00:00