Imre Kaloz
d55f736329
package the e1000e driver
...
SVN-Revision: 16295
2009-06-02 10:02:23 +00:00
Felix Fietkau
4b87e55994
madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
...
SVN-Revision: 16289
2009-06-01 22:35:48 +00:00
Felix Fietkau
569330c102
swconfig: fix kernel version dependency
...
SVN-Revision: 16286
2009-06-01 22:14:06 +00:00
Imre Kaloz
7f9fd5033c
now that the gemini target is working, get rid of the obsolete and buggy storm target
...
SVN-Revision: 16274
2009-06-01 18:15:30 +00:00
Imre Kaloz
9fa14987b8
fix madwifi for the gemini target
...
SVN-Revision: 16270
2009-06-01 18:09:10 +00:00
Felix Fietkau
642870d0cc
network: prevent unnecessary interface down/up cycles if no mac address change is requested
...
SVN-Revision: 16269
2009-06-01 18:09:05 +00:00
Felix Fietkau
154ebf9380
network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones
...
SVN-Revision: 16266
2009-06-01 18:07:44 +00:00
Hauke Mehrtens
9c3bf13939
B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245 .
...
SVN-Revision: 16263
2009-06-01 17:38:38 +00:00
Nicolas Thill
a42072ddf4
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>
SVN-Revision: 16256
2009-06-01 14:37:11 +00:00
Vasilis Tsiligiannis
ca96019f8e
Add diversity option
...
SVN-Revision: 16255
2009-06-01 14:32:34 +00:00
Imre Kaloz
954717298d
another 2.6.30 related crypto fix
...
SVN-Revision: 16253
2009-06-01 14:04:06 +00:00
Hamish Guthrie
590f3042fb
Removed extra ; in exec rule
...
SVN-Revision: 16243
2009-06-01 08:48:37 +00:00
Jo-Philipp Wich
037f0c9629
madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
...
SVN-Revision: 16238
2009-05-31 20:42:04 +00:00
Felix Fietkau
43b2318584
madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
...
SVN-Revision: 16237
2009-05-31 17:15:09 +00:00
Felix Fietkau
664d2873c7
madwifi: fix excessive stack usage in the wlanconfig tool
...
SVN-Revision: 16235
2009-05-31 15:04:45 +00:00
Felix Fietkau
5836e0fb5f
madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
...
SVN-Revision: 16234
2009-05-31 14:45:04 +00:00
Florian Fainelli
0be2193e40
fix drivers firmware loading with the new hotplug2, patch from Russell Senior
...
SVN-Revision: 16231
2009-05-31 12:08:15 +00:00
Felix Fietkau
26099a3c23
madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
...
SVN-Revision: 16224
2009-05-31 02:25:32 +00:00
Jo-Philipp Wich
c7e3690e0e
Always escape essid Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 16222
2009-05-30 22:45:50 +00:00
Jo-Philipp Wich
3d8f202050
Add bssid, frag and rts options and fix mac access control Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 16221
2009-05-30 22:45:13 +00:00
Jo-Philipp Wich
73493cbc83
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>
...
SVN-Revision: 16220
2009-05-30 21:48:54 +00:00
Florian Fainelli
b113caa074
acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
...
SVN-Revision: 16219
2009-05-30 19:20:07 +00:00
Felix Fietkau
ffea0b1aee
madwifi: add sanity checks for monitor mode injection
...
SVN-Revision: 16218
2009-05-30 17:53:41 +00:00
Felix Fietkau
f48e0b1e5f
madwifi: fix an array overrun in the rate control attach check
...
SVN-Revision: 16217
2009-05-30 17:53:24 +00:00
Gabor Juhos
9b5e65f101
base-files: set rules file for hotplug2 in the boot script ( closes #5235 )
...
SVN-Revision: 16215
2009-05-30 17:09:41 +00:00
Lars-Peter Clausen
d36a6dbc41
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
...
SVN-Revision: 16212
2009-05-30 15:17:16 +00:00
Jo-Philipp Wich
12c997d9ec
hotplug2 may need -fPIC
...
SVN-Revision: 16199
2009-05-29 23:11:29 +00:00
Hauke Mehrtens
442cdc9a1b
Config symbol is boolean.
...
SVN-Revision: 16198
2009-05-29 20:12:37 +00:00
Felix Fietkau
82139b165b
fix kmod-crypto-core compile with 2.6.30 ( #5201 )
...
SVN-Revision: 16175
2009-05-29 11:12:47 +00:00
Felix Fietkau
3578cc1b5f
hotplug2-old: fix path to build dir
...
SVN-Revision: 16171
2009-05-29 09:26:09 +00:00
Felix Fietkau
01392262c1
iptables: export libipq
...
SVN-Revision: 16164
2009-05-29 00:51:33 +00:00
Florian Fainelli
553c950287
delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 ( #4974 )
...
SVN-Revision: 16159
2009-05-28 20:41:21 +00:00
Florian Fainelli
92f26dfbef
refresh ar7-atm patches
...
SVN-Revision: 16158
2009-05-28 19:04:54 +00:00
Florian Fainelli
16ad5caa22
refresh acx-mac80211 patches
...
SVN-Revision: 16157
2009-05-28 19:04:41 +00:00
Gabor Juhos
463a6f4bda
base-files: update command line for the new hotplug2
...
SVN-Revision: 16154
2009-05-28 18:48:54 +00:00
Felix Fietkau
98caacae20
busybox: fix watchdog util compile
...
SVN-Revision: 16150
2009-05-28 16:55:52 +00:00
Florian Fainelli
72e25b07b8
correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
...
SVN-Revision: 16147
2009-05-28 16:19:38 +00:00
Hamish Guthrie
0c5d5b0e9b
added back atm rule
...
SVN-Revision: 16137
2009-05-28 13:31:30 +00:00
Hamish Guthrie
b38b823afb
add hotplug2 v1.0
...
SVN-Revision: 16136
2009-05-28 13:21:58 +00:00
Hamish Guthrie
5513f6a9e9
Move hotplug2 v0.9 to hotplug2-old
...
SVN-Revision: 16135
2009-05-28 13:20:54 +00:00
Florian Fainelli
aef879ea10
remove the ar7-atm hotplug for the moment since it makes the driver oops
...
SVN-Revision: 16125
2009-05-28 09:44:00 +00:00
Felix Fietkau
72cc296822
avila-wdt: add support for disabling the watchdog
...
SVN-Revision: 16111
2009-05-27 15:33:18 +00:00
Nicolas Thill
adc83174bf
busybox: fix build error in insmod applet on 2.4 ( closes : #5220 )
...
SVN-Revision: 16107
2009-05-27 13:21:48 +00:00
Felix Fietkau
517728c9f7
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
...
SVN-Revision: 16102
2009-05-27 02:54:29 +00:00
Nicolas Thill
f4e312ddf8
iproute2: install netlink header and library
...
SVN-Revision: 16100
2009-05-26 21:58:24 +00:00
Florian Fainelli
fe98e8c7cd
put the 4 ssl libraries into a ssl submenu ( #5156 )
...
SVN-Revision: 16090
2009-05-26 15:04:50 +00:00
Florian Fainelli
7e2361d46a
fix typo in the uci firewall script
...
SVN-Revision: 16076
2009-05-26 10:51:01 +00:00
Florian Fainelli
075a46c066
updated led status on atm events ( #2996 )
...
SVN-Revision: 16074
2009-05-26 09:32:28 +00:00
Florian Fainelli
ae7afb7cdb
allow hotplug events to be triggered with the atm subsystem ( #2996 )
...
SVN-Revision: 16073
2009-05-26 09:30:45 +00:00
Florian Fainelli
ec662b9141
allow ar7-atm annex a and b co-existence by symlinking firmwares
...
SVN-Revision: 16071
2009-05-26 08:43:52 +00:00
Nicolas Thill
e7133da4aa
busybox: update to v1.13.4 ( closes : #4279 )
...
SVN-Revision: 16063
2009-05-25 17:15:39 +00:00
Felix Fietkau
7584729fb9
fix missing kernel config symbol for ipv6
...
SVN-Revision: 16056
2009-05-25 14:50:34 +00:00
Nicolas Thill
9a16485900
busybox: update to v1.12.4 (partially closes : #4279 )
...
SVN-Revision: 16053
2009-05-25 13:52:31 +00:00
Felix Fietkau
4cb9ba9612
enable multicast routing by default
...
SVN-Revision: 16044
2009-05-24 21:26:40 +00:00
Hauke Mehrtens
93da536a7f
Update crda to version 1.1.0
...
SVN-Revision: 16042
2009-05-24 20:44:57 +00:00
Hauke Mehrtens
7563aadd82
Update to version 0.9.14
...
SVN-Revision: 16041
2009-05-24 20:44:14 +00:00
Felix Fietkau
4f37d65205
move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
...
SVN-Revision: 16031
2009-05-24 17:13:14 +00:00
Felix Fietkau
ce55253763
libnl-tiny: fix potential redefinition of offsetof
...
SVN-Revision: 16030
2009-05-24 16:48:18 +00:00
Hauke Mehrtens
93360fb62d
yenta is build in an other package.
...
SVN-Revision: 16024
2009-05-24 11:31:22 +00:00
Hauke Mehrtens
e80f5ca91e
Remove pcmcia support from ssb.
...
SVN-Revision: 16023
2009-05-24 11:30:06 +00:00
Hauke Mehrtens
19b01b4ffe
Add rtl8180 and rtl8187 support. Based on patch from #5138 .
...
SVN-Revision: 16022
2009-05-24 11:14:00 +00:00
Felix Fietkau
17ae4a4df0
fix mips64el base-files compile
...
SVN-Revision: 16018
2009-05-23 21:16:04 +00:00
Felix Fietkau
443fc5fe1b
madwifi: remove the "turbo" iwpriv command, it does not do anything useful, but it can lead to crashes
...
SVN-Revision: 15992
2009-05-22 17:44:07 +00:00
Florian Fainelli
fa4d544363
allow sta mode to work with psk+aes ( #4687 )
...
SVN-Revision: 15983
2009-05-22 10:30:55 +00:00
Andy Boyett
b7e3af28b1
update compat-wireless to 2009-05-21
...
SVN-Revision: 15976
2009-05-22 07:19:58 +00:00
Felix Fietkau
f5918f5a00
madwifi: fix a rare ad-hoc mode crash
...
SVN-Revision: 15964
2009-05-21 18:23:53 +00:00
Felix Fietkau
5820c0fef2
madwifi: cosmetic fixes for maxrate/minrate
...
SVN-Revision: 15961
2009-05-21 18:11:08 +00:00
Hauke Mehrtens
d21f38210a
refresh patches
...
SVN-Revision: 15958
2009-05-21 10:49:21 +00:00
Hauke Mehrtens
b97b54291d
Make patches apply agagin. The deleted parts were two times in the patches.
...
SVN-Revision: 15957
2009-05-21 10:48:24 +00:00
Jo-Philipp Wich
9137c11605
update ppp to v2.4.4 ( #5102 )
...
SVN-Revision: 15955
2009-05-20 22:36:38 +00:00
Jo-Philipp Wich
89127a67f2
Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15954
2009-05-20 21:52:15 +00:00
Jo-Philipp Wich
ba22d1e333
Fix device name allocation This patch fixes a bug in madwifi where names for wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15950
2009-05-20 21:33:54 +00:00
Jo-Philipp Wich
40872c604e
Build madwifi with compression capability enabled Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15949
2009-05-20 21:32:05 +00:00
Jo-Philipp Wich
d6005ac186
Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15948
2009-05-20 21:16:22 +00:00
Jo-Philipp Wich
f46691236b
Fix packet/connection marking when using halfduplex option This fixes an bug where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15947
2009-05-20 21:12:09 +00:00
Jo-Philipp Wich
e2d1632d1e
Reload modules with parameters specified This patch makes qos-scripts reload a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15945
2009-05-20 21:10:45 +00:00
Jo-Philipp Wich
bd50b95bde
Detect every atheros device present This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 15940
2009-05-20 20:44:19 +00:00
Florian Fainelli
6509fe4657
change the uClibc-0.9.29 check ( #5165 )
...
SVN-Revision: 15937
2009-05-20 16:51:59 +00:00
Florian Fainelli
73de6f2dad
use e2fsprogs 1.40.11 with uClibc 0.9.29 ( #5085 , #5033 )
...
SVN-Revision: 15932
2009-05-20 09:28:36 +00:00
Jo-Philipp Wich
2ee67f7272
base-files: fixup resolv.conf check in udhcpc script
...
SVN-Revision: 15903
2009-05-17 17:56:26 +00:00
Florian Fainelli
459edb94dc
update to r4993
...
SVN-Revision: 15901
2009-05-17 17:09:12 +00:00
Andy Boyett
ee48f5ae78
opkg.conf: update trunk snapshots url
...
SVN-Revision: 15899
2009-05-17 16:49:50 +00:00
Nicolas Thill
cbb75fd9a2
libertas: use last known stable firmware version, move it to "Wireless Drivers" section, rename LICENSE file to match firmware
...
SVN-Revision: 15892
2009-05-17 13:41:10 +00:00
Nicolas Thill
06413b783e
base-files: initialize GZIPED to 0 in sysupgrade since it's used later in numeric comparisons
...
SVN-Revision: 15890
2009-05-17 11:54:44 +00:00
Nicolas Thill
aaa3868c5c
kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"
...
SVN-Revision: 15888
2009-05-17 03:07:24 +00:00
Nicolas Thill
b6bb23e3a8
madwifi: don't try to set an interface essid with an empty value
...
SVN-Revision: 15886
2009-05-17 02:01:03 +00:00
Nicolas Thill
c1a929efbd
openssl: fix annoying build errors when changing upstream versions
...
SVN-Revision: 15880
2009-05-17 00:25:41 +00:00
Felix Fietkau
8567c34340
brcm-2.4: nvram_set has been removed, remove some remaining calls to it
...
SVN-Revision: 15878
2009-05-16 20:02:17 +00:00
Imre Kaloz
8c06d46268
set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831
...
SVN-Revision: 15869
2009-05-15 12:26:18 +00:00
Jo-Philipp Wich
af8500e97d
sysupgrade: use sysrq-trigger if available
...
SVN-Revision: 15865
2009-05-15 12:10:26 +00:00
Imre Kaloz
26b42d5807
cardbus != pcmcia -- disable it in b43
...
SVN-Revision: 15857
2009-05-15 08:58:02 +00:00
Felix Fietkau
f81a781e1a
firewall: automatically set up NOTRACK rules to disable connection tracking for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack
...
SVN-Revision: 15855
2009-05-14 21:46:38 +00:00
Hauke Mehrtens
394a26da94
orinoco is only one module with kernel 2.6.30
...
SVN-Revision: 15852
2009-05-14 19:02:10 +00:00
Hauke Mehrtens
f9532a06b1
Make madwifi compile with kernel 2.6.30.
...
SVN-Revision: 15850
2009-05-14 19:00:11 +00:00
Nicolas Thill
c2e3ae221d
lua: install lua.pc pkgconfig file as well ( closes : #5132 )
...
SVN-Revision: 15848
2009-05-14 17:59:06 +00:00
Imre Kaloz
3b397b7f74
RTCs shouldn't be modules, ever..
...
SVN-Revision: 15837
2009-05-14 09:28:34 +00:00
Felix Fietkau
251a657eaf
madwifi: fix distance setting
...
SVN-Revision: 15824
2009-05-13 13:02:20 +00:00
Hauke Mehrtens
81ebf13b9e
Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.
...
SVN-Revision: 15807
2009-05-12 22:02:19 +00:00
Nicolas Thill
94c1598c3e
libpcap: fix typo in protocol api patch
...
SVN-Revision: 15802
2009-05-12 14:47:19 +00:00
Florian Fainelli
214f8bee10
fix crypto pcompress configuration symbol name w/ 2.6.30
...
SVN-Revision: 15798
2009-05-12 10:53:22 +00:00