kaloz
707d176121
fix madwifi for the gemini target
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:09:10 +00:00
nbd
5d422a4b0e
network: prevent unnecessary interface down/up cycles if no mac address change is requested
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:09:05 +00:00
nbd
ce35aafec5
network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:07:44 +00:00
hauke
dc3322589a
[mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.
...
Fixes #5245 .
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 17:38:38 +00:00
nico
353dd0a7df
[package] broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number
...
This patch fixes an issue with the broadcom.sh configuration script when
enabling sta mode. Currently sta mode works provided that you have an AP
enabled as well but it doesn't work if you have a sta interface but not an
AP. I found that merely reversing the order of the ap and apsta variables
in the broadcom.sh script corrects this problem, and the attached patch does
exactly that.
Signed-off-by: Eric Bishop <ebishop@bu.edu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:37:11 +00:00
acinonyx
49d35fc6af
[hostap-driver] Add diversity option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:32:34 +00:00
kaloz
c5757539b2
another 2.6.30 related crypto fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:04:06 +00:00
hcg
9ef5191b01
[hotplug2] Removed extra ; in exec rule
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:48:37 +00:00
jow
f1993df80d
[package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 20:42:04 +00:00
nbd
cbfd6ccc24
madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 17:15:09 +00:00
nbd
a75dace023
madwifi: fix excessive stack usage in the wlanconfig tool
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 15:04:45 +00:00
nbd
cbcac8031c
madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 14:45:04 +00:00
florian
372e5282aa
[package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 12:08:15 +00:00
nbd
fa902124b5
madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 02:25:32 +00:00
jow
8433787edb
[PATCH] [hostap-driver] Always escape essid
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:50 +00:00
jow
96beb4ddd8
[PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:13 +00:00
jow
ab58323cda
[OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh script
...
* use common openwrt option naming (e.g. sta instead of manged for mode)
* add support for wds vifs
* add support for monitor mode
* add encryption support
* add antenna selection options
* add hidden ssid option
* other minor fixes
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 21:48:54 +00:00
florian
8e4b965ccb
[package] acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 19:20:07 +00:00
nbd
27e2b99605
madwifi: add sanity checks for monitor mode injection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:41 +00:00
nbd
4b20535d42
madwifi: fix an array overrun in the rate control attach check
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:24 +00:00
juhosg
4e613cd1e8
[package] base-files: set rules file for hotplug2 in the boot script ( closes #5235 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:09:41 +00:00
lars
be59be1a41
[package] libtool: Unset CXX. It is not needed to build libtool, but if set
...
configure preferes CXX over CC to build the global_symbol_pipe test program. So
if there is no c++ compiler or the c++ installation is broken we end up with a
broken libtool script. Fixes #5022
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 15:17:16 +00:00
jow
281be5d6d1
[package] hotplug2 may need -fPIC
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 23:11:29 +00:00
hauke
646ce3c344
[kernel] Config symbol is boolean.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 20:12:37 +00:00
nbd
bdf8b57032
fix kmod-crypto-core compile with 2.6.30 ( #5201 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 11:12:47 +00:00
nbd
49c1258fdf
hotplug2-old: fix path to build dir
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 09:26:09 +00:00
nbd
f2f110a1ea
iptables: export libipq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 00:51:33 +00:00
florian
870ff6020c
[package] delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 ( #4974 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 20:41:21 +00:00
florian
ae1487fbc7
[package] refresh ar7-atm patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:54 +00:00
florian
ee2c29a40f
[package] refresh acx-mac80211 patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:41 +00:00
juhosg
13a73da7c8
[package] base-files: update command line for the new hotplug2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 18:48:54 +00:00
nbd
22c5f2c385
busybox: fix watchdog util compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:55:52 +00:00
florian
eb4a5e76e5
[package] correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:19:38 +00:00
hcg
b697167e03
[hotplug2] added back atm rule
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:31:30 +00:00
hcg
fd838e9faf
[hotplug2] add hotplug2 v1.0
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:21:58 +00:00
hcg
e78f0c2415
[hotplug2] Move hotplug2 v0.9 to hotplug2-old
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:20:54 +00:00
florian
d97cdd4da6
[package] remove the ar7-atm hotplug for the moment since it makes the driver oops
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 09:44:00 +00:00
nbd
b49e880ccb
avila-wdt: add support for disabling the watchdog
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 15:33:18 +00:00
nico
65ad43e4c0
[package] busybox: fix build error in insmod applet on 2.4 ( closes : #5220 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 13:21:48 +00:00
nbd
8316176c4f
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 02:54:29 +00:00
nico
f867e899bd
[package] iproute2: install netlink header and library
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 21:58:24 +00:00
florian
03ee11b2ff
[package] put the 4 ssl libraries into a ssl submenu ( #5156 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 15:04:50 +00:00
florian
e56f132e78
[package] fix typo in the uci firewall script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 10:51:01 +00:00
florian
7d38d3ed62
[package] updated led status on atm events ( #2996 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:32:28 +00:00
florian
27792506a4
[package] allow hotplug events to be triggered with the atm subsystem ( #2996 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:30:45 +00:00
florian
bfd02d5ef0
[package] allow ar7-atm annex a and b co-existence by symlinking firmwares
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 08:43:52 +00:00
nico
e53ecb012e
[package] busybox: update to v1.13.4 ( closes : #4279 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 17:15:39 +00:00
nbd
51d4be989b
fix missing kernel config symbol for ipv6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 14:50:34 +00:00
nico
396dbf68b1
[package] busybox: update to v1.12.4 (partially closes : #4279 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 13:52:31 +00:00
nbd
3ead8ebbe2
enable multicast routing by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 21:26:40 +00:00