Jo-Philipp Wich
0dc50344f0
fuse24: introduce fuse package for brcm-2.4 ( #5186 )
...
SVN-Revision: 16411
2009-06-11 02:09:53 +00:00
Jo-Philipp Wich
99e23d2144
fuse: update to v2.7.4 ( #5186 )
...
SVN-Revision: 16410
2009-06-11 02:09:13 +00:00
Vasilis Tsiligiannis
f4a81139b7
base-files: Add support for bzipped images in sysupgrade
...
SVN-Revision: 16408
2009-06-10 22:34:14 +00:00
Vasilis Tsiligiannis
57d7cc7666
base-files: Detect and decompressed gzipped images automatically when flashing with sysupgrade
...
SVN-Revision: 16407
2009-06-10 22:22:48 +00:00
Vasilis Tsiligiannis
d1f5700e78
base-files: format hexdump output instead of using awk for sysupgrade
...
SVN-Revision: 16405
2009-06-10 21:52:07 +00:00
Felix Fietkau
f87baeb3e0
wprobe: move measurement task to the kernel, add some configurability (work in progress)
...
SVN-Revision: 16402
2009-06-10 14:37:36 +00:00
Florian Fainelli
67a444c462
fix typo in iptables makefile resulting in patches not being applied ( #5311 )
...
SVN-Revision: 16392
2009-06-09 07:54:46 +00:00
Jo-Philipp Wich
9f4d70e9a3
nvram: refuse nvram operations on the WGT634U
...
SVN-Revision: 16378
2009-06-08 11:59:41 +00:00
Felix Fietkau
e7cbce1f9e
add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
...
SVN-Revision: 16375
2009-06-08 01:27:01 +00:00
Florian Fainelli
74f8ea728a
fix detection of motorola wr850g, thanks to Vinicius Fonseca, ( #4710 )
...
SVN-Revision: 16367
2009-06-07 09:28:29 +00:00
Jo-Philipp Wich
4c9e3682cb
nvram: don't execute nvram fixups on the WGT634U
...
SVN-Revision: 16349
2009-06-06 02:05:10 +00:00
Florian Fainelli
d861885cbf
do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
...
SVN-Revision: 16336
2009-06-04 13:14:00 +00:00
Gabor Juhos
42011abcb6
kernel/modules: package the VSC7385 driver
...
SVN-Revision: 16325
2009-06-04 07:54:10 +00:00
Gabor Juhos
976f690ebd
kernel/modules: move SPI drivers into a new submenu
...
SVN-Revision: 16323
2009-06-04 06:39:36 +00:00
Lars-Peter Clausen
246a5b334d
More libtool madness: Every package which was using c++ and libtool fixup was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool
...
Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.
SVN-Revision: 16317
2009-06-04 00:20:01 +00:00
Vasilis Tsiligiannis
5b72dc3d8f
base-files: fix test experession for sysupgrade
...
SVN-Revision: 16310
2009-06-03 18:15:04 +00:00
Vasilis Tsiligiannis
66f8e1122e
ead: fix missing library error while building tinysrp
...
SVN-Revision: 16309
2009-06-03 13:53:15 +00:00
Vasilis Tsiligiannis
121368fbc8
madwifi: clear variables used in for loop
...
SVN-Revision: 16308
2009-06-03 13:53:10 +00:00
Lars-Peter Clausen
3d3d75a248
libtool: revert r16212. It broke building packages using c++.
...
SVN-Revision: 16305
2009-06-03 10:03:29 +00:00
Hauke Mehrtens
81d3b7905b
Update to compat-wireless-2009-06-02
...
SVN-Revision: 16300
2009-06-02 18:48:52 +00:00
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