Felix Fietkau
52bb4fac97
madwifi: upgrade to 2008-09-09 HAL
...
SVN-Revision: 12573
2008-09-12 19:52:45 +00:00
Felix Fietkau
22585e578b
sysupgrade: add optional delay before rebooting
...
SVN-Revision: 12572
2008-09-12 19:51:30 +00:00
Steven Barth
5a4e88710b
Prevent unwanted shell expansion
...
SVN-Revision: 12568
2008-09-11 12:23:20 +00:00
John Crispin
6eefb5071d
fixes script that mounts usd storage when it gets attached
...
SVN-Revision: 12548
2008-09-08 09:30:57 +00:00
Steven Barth
05118305ec
dnsmasq: Use a more intelligent way of parsing dhcp-options using the new UCI list datatype
...
SVN-Revision: 12547
2008-09-07 20:07:55 +00:00
Felix Fietkau
fefd23fe13
restore the /tmp/resolv.conf symlink when stopping dnsmasq
...
SVN-Revision: 12546
2008-09-07 15:22:25 +00:00
Felix Fietkau
71b6a22476
madwifi: add missing include file for the tools multicall binary
...
SVN-Revision: 12541
2008-09-05 23:27:37 +00:00
Felix Fietkau
f7ad843fdc
madwifi: select the right hal binary for EABI on ARM
...
SVN-Revision: 12540
2008-09-05 23:27:27 +00:00
Felix Fietkau
359c7e3eb6
upgrade to uci 0.6.2 (bugfixes)
...
SVN-Revision: 12535
2008-09-04 23:46:02 +00:00
Felix Fietkau
e08253b1c2
change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags
...
SVN-Revision: 12511
2008-09-03 13:19:41 +00:00
Felix Fietkau
081d16fed0
remove 0-byte files
...
SVN-Revision: 12501
2008-09-02 13:36:56 +00:00
Felix Fietkau
6e426abba1
nuke ipkg, now that we use opkg, we don't need it anymore
...
SVN-Revision: 12500
2008-09-02 11:47:50 +00:00
Felix Fietkau
059e7be269
remove ipkg from busybox
...
SVN-Revision: 12498
2008-09-02 11:28:38 +00:00
Felix Fietkau
2a58b9c729
remove awx from busybox, refresh patches
...
SVN-Revision: 12497
2008-09-02 11:18:47 +00:00
Felix Fietkau
e833cd9c61
BusyBox httpd Accept Header Patch
...
With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.
Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
SVN-Revision: 12496
2008-09-02 11:16:43 +00:00
Felix Fietkau
dd8a612816
madwifi upstream does not work on wisoc
...
SVN-Revision: 12489
2008-09-02 09:45:36 +00:00
Felix Fietkau
76c95e5692
fix madwifi upstream compile for mips ( #3952 )
...
SVN-Revision: 12488
2008-09-02 09:44:50 +00:00
Travis Kemen
347913a53c
add option to cache local queries, from sn9
...
SVN-Revision: 12485
2008-09-02 01:37:06 +00:00
Lars-Peter Clausen
fbdb8046c2
Fix enabling of init scripts.
...
SVN-Revision: 12482
2008-09-02 00:23:59 +00:00
John Crispin
38516cd780
fixes usb storage mounting
...
SVN-Revision: 12465
2008-09-01 17:42:35 +00:00
Nicolas Thill
0fa02d0f80
Change even more dependencies on kmod-video-core after [12460]
...
SVN-Revision: 12462
2008-09-01 14:18:32 +00:00
Nicolas Thill
5506066981
Fix AT91 MMC host controller path on 2.6.25
...
SVN-Revision: 12458
2008-09-01 13:21:34 +00:00
Florian Fainelli
027563a593
Use a newer acx firmware
...
SVN-Revision: 12455
2008-09-01 11:51:02 +00:00
Felix Fietkau
b2e997983b
madwifi: fix compile warning
...
SVN-Revision: 12450
2008-09-01 11:03:46 +00:00
Felix Fietkau
29edfd71dc
improve wds sta mode compatibility
...
SVN-Revision: 12449
2008-09-01 11:03:08 +00:00
Nicolas Thill
5f84265c34
Make ide-core depend on pci support, remove dupe Kconfig item
...
SVN-Revision: 12448
2008-08-31 21:27:38 +00:00
Florian Fainelli
b9489c5983
Correctly set b/g rate tables for mac80211, thanks sn9
...
SVN-Revision: 12445
2008-08-31 11:35:51 +00:00
Florian Fainelli
b25f2f5edb
Update acx-mac80211 to a more recent snapshot, thanks sn9
...
SVN-Revision: 12439
2008-08-30 12:25:38 +00:00
Felix Fietkau
fff4882561
fix madwifi hal target for mips*
...
SVN-Revision: 12435
2008-08-30 09:59:00 +00:00
Felix Fietkau
6aa8c5de64
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
...
SVN-Revision: 12434
2008-08-29 17:02:15 +00:00
Felix Fietkau
c37665895b
Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)
...
SVN-Revision: 12429
2008-08-29 09:59:39 +00:00
Felix Fietkau
b28a095964
revert accidental change to madwifi.sh
...
SVN-Revision: 12428
2008-08-29 01:07:53 +00:00
Andy Boyett
a12f23ba98
Use unsigned longs for bitwise operations in awk, thanks benoar. - Resolves the ipcalc.sh bug on some arches, closes #3012 , #3946 - Submitted upstream as busybox bug #4774
...
SVN-Revision: 12427
2008-08-28 16:40:53 +00:00
Felix Fietkau
2176ae1a6f
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
...
SVN-Revision: 12424
2008-08-28 14:10:55 +00:00
Felix Fietkau
20054336c0
add back busybox httpd password auth support - fixes x-wrt
...
SVN-Revision: 12422
2008-08-28 12:58:59 +00:00
Felix Fietkau
683789250d
madwifi: fix encryption type check
...
SVN-Revision: 12421
2008-08-28 12:41:55 +00:00
Felix Fietkau
a2e70fed22
madwifi: only start hostapd when necessary
...
SVN-Revision: 12420
2008-08-28 12:13:36 +00:00
Felix Fietkau
5f30b3de44
add autoload for spi-ks8995
...
SVN-Revision: 12419
2008-08-28 00:15:31 +00:00
Felix Fietkau
4ac7d33b7a
mtd: add jffs2 cleanmarker for big endian systems
...
SVN-Revision: 12418
2008-08-28 00:15:22 +00:00
Felix Fietkau
6488abc11c
ppp: derive interface unit numbers from previous enumeration
...
SVN-Revision: 12417
2008-08-28 00:15:10 +00:00
Felix Fietkau
1c3b76013a
fix ppp interface enumeration - don't enumerate already processed interfaces
...
SVN-Revision: 12416
2008-08-27 22:19:42 +00:00
Felix Fietkau
e44384cae9
upgrade to uci 0.6.1 - lots of cli and lua binding fixes
...
SVN-Revision: 12413
2008-08-27 21:16:20 +00:00
Felix Fietkau
053188e8c5
fix uboot-ifxmips compile on mac os x
...
SVN-Revision: 12412
2008-08-27 21:02:01 +00:00
John Crispin
12df593510
fixes broken if-then in led init script
...
SVN-Revision: 12411
2008-08-27 20:33:13 +00:00
Felix Fietkau
d42892ab5e
fix busybox compile on mac os x
...
SVN-Revision: 12409
2008-08-27 19:35:47 +00:00
John Crispin
7f6ee846b7
make uci firewall backwards compatible to the old firewall.user
...
SVN-Revision: 12408
2008-08-27 19:16:54 +00:00
John Crispin
20216aa44d
add proto tcpudp to firewall
...
SVN-Revision: 12407
2008-08-27 18:54:52 +00:00
John Crispin
9eaae4c61d
fix device duplication in firewall if the balancing of ifup and ifdown is broken
...
SVN-Revision: 12404
2008-08-27 18:31:34 +00:00
John Crispin
924d10d611
make sure uci firewall reverts its states when stopped
...
SVN-Revision: 12403
2008-08-27 16:48:54 +00:00
John Crispin
146b47b60a
fixes uci firewall init order, Signed-off-by: Roberto Riggio
...
SVN-Revision: 12402
2008-08-27 15:55:21 +00:00
Florian Fainelli
89632fef34
This patch enables the new ath5k driver. Works for me with X86 Alix board an AR2413 minipci card. iw and iwconfig works.
...
Signed-off-by: Dirk Nehring <dnehring@gmx.net>
SVN-Revision: 12397
2008-08-27 14:09:29 +00:00
Steven Barth
24c318dfe7
firewall: Added support for port-ranges as firstPort-lastPort to redirect sections
...
SVN-Revision: 12396
2008-08-27 14:04:52 +00:00
John Crispin
517dfd27e5
adds 5 new chains to the uci firewall that can be used to hook custom rules
...
SVN-Revision: 12395
2008-08-27 12:03:48 +00:00
Florian Fainelli
6b04ad55f9
A WPA(2) pre-shared key can either be specified as a 8 to 63 character passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. ( #3935 )
...
Signed-off-by: thomas@archlinux.org
SVN-Revision: 12394
2008-08-26 17:19:00 +00:00
John Crispin
974ad00cf3
adds several fixes to etrax, make openssl work on etrax
...
SVN-Revision: 12393
2008-08-26 11:36:06 +00:00
John Crispin
4d7f694c43
adds more sanity checks to uci firewall
...
SVN-Revision: 12392
2008-08-26 11:07:04 +00:00
John Crispin
aa6c019c11
use proto instead of protocol in uci firewall
...
SVN-Revision: 12391
2008-08-26 07:23:29 +00:00
Florian Fainelli
d16323d481
Fix bridge-utils configuration failure ( #3931 ), thanks sn9
...
SVN-Revision: 12388
2008-08-25 10:06:25 +00:00
Florian Fainelli
1673462564
Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
...
SVN-Revision: 12386
2008-08-25 05:21:42 +00:00
Steven Barth
4b7249183c
Updated Lua to 5.1.4
...
SVN-Revision: 12383
2008-08-24 15:45:26 +00:00
Felix Fietkau
e219aaf034
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
...
SVN-Revision: 12381
2008-08-24 14:28:04 +00:00
Felix Fietkau
62333dabe1
improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test
...
SVN-Revision: 12378
2008-08-24 13:37:56 +00:00
Travis Kemen
86ab7cb9de
fix bridge utils for brcm-2.4 from http://dev.luci.freifunk-halle.net/001-brcm2.4-fix-bridge-utils.patch
...
SVN-Revision: 12377
2008-08-24 02:40:20 +00:00
Florian Fainelli
6c56733f40
Fix hostapd with open access point and per-device configuration, thanks sn9
...
SVN-Revision: 12375
2008-08-23 21:21:04 +00:00
Felix Fietkau
f2c022c927
upgrade uci to 0.6.0 - many bugfixes and an API cleanup
...
SVN-Revision: 12373
2008-08-23 14:26:31 +00:00
Nicolas Thill
7075c9f917
oops, fix typo in [12368]
...
SVN-Revision: 12369
2008-08-22 05:03:37 +00:00
Nicolas Thill
2ac5a81ab4
install ppp development headers
...
SVN-Revision: 12368
2008-08-22 05:02:04 +00:00
Gabor Juhos
8d28e6dc68
fix the CF driver on 2.6.26.x, and create a package for it
...
SVN-Revision: 12364
2008-08-21 16:52:06 +00:00
Felix Fietkau
4419978f84
madwifi: keep a/g mode and pureg setting in sync across vaps
...
SVN-Revision: 12363
2008-08-21 14:54:51 +00:00
Nicolas Thill
f04069c30b
fix kmod-ipt-imq module generation ( closes : #3896 )
...
SVN-Revision: 12361
2008-08-21 13:17:47 +00:00
Nicolas Thill
89124c8a0a
move more extra packages from ./trunk to ./packages
...
SVN-Revision: 12359
2008-08-20 22:00:41 +00:00
Nicolas Thill
6922a3692d
add missing dependencies on libblkid/libuuid for mount-utils/swap-utils (should close : #3730 ), bump release number
...
SVN-Revision: 12356
2008-08-20 16:04:21 +00:00
Nicolas Thill
43dc17c66c
add a patch to use relative symlinks for development shared libraries
...
SVN-Revision: 12355
2008-08-20 16:01:33 +00:00
Felix Fietkau
13970a65ce
disable ath9k on all platforms without pci support, not just uml
...
SVN-Revision: 12354
2008-08-20 15:46:46 +00:00
Felix Fietkau
8a08f95e42
upgrade to uci 0.5.0, adds list handling support
...
SVN-Revision: 12353
2008-08-20 15:38:51 +00:00
Nicolas Thill
f52f0ecb9c
disable ath9k on uml
...
SVN-Revision: 12352
2008-08-20 15:33:05 +00:00
Nicolas Thill
257ee32b7d
disable ipv6 systcl call, as ipv6 is not enabled by default
...
SVN-Revision: 12351
2008-08-20 15:29:11 +00:00
Nicolas Thill
be1b3822d9
remove empty patches left over after [12348]
...
SVN-Revision: 12350
2008-08-20 15:20:19 +00:00
Imre Kaloz
1e82faaa5e
upgrade busybox to v1.11.1 and add current upstream fixes
...
SVN-Revision: 12348
2008-08-20 14:00:34 +00:00
Imre Kaloz
e3d9bc5779
rename patch
...
SVN-Revision: 12347
2008-08-20 13:58:09 +00:00
Imre Kaloz
97ebf00292
upgrade bridge-utils to v1.4
...
SVN-Revision: 12346
2008-08-20 13:56:57 +00:00
Felix Fietkau
1ffa647fe1
fix uci_set_state for empty values
...
SVN-Revision: 12345
2008-08-20 12:34:17 +00:00
John Crispin
fd26ece7f1
fixes variables, oops
...
SVN-Revision: 12344
2008-08-20 11:45:23 +00:00
John Crispin
3cf1a8932b
adds the option to have no proto for a interface, usefull if the uci states need to be set, but interface bring up is handled somewhere else
...
SVN-Revision: 12343
2008-08-20 11:17:40 +00:00
John Crispin
9e17c77236
add section names to dnsmasq config
...
SVN-Revision: 12342
2008-08-19 22:05:41 +00:00
Felix Fietkau
e0ab01285d
madwifi: more wds sta related fixes
...
SVN-Revision: 12341
2008-08-19 18:22:03 +00:00
Felix Fietkau
f27fd2ecc3
enable TCP ECN by default (see #3001 for more information)
...
SVN-Revision: 12334
2008-08-17 13:01:59 +00:00
Felix Fietkau
8ab217accc
fix some firewall script typos (patch from #3897 )
...
SVN-Revision: 12332
2008-08-17 12:01:01 +00:00
Travis Kemen
b3b5e54099
add /etc/firewall.user to be backed up becuase it is an example in /etc/config/firewall
...
SVN-Revision: 12326
2008-08-16 18:01:18 +00:00
Felix Fietkau
1bdd7d0460
add vif selection fix for the broadcom-wl wifi script (thx, sn9)
...
SVN-Revision: 12324
2008-08-16 17:00:27 +00:00
Felix Fietkau
3f9fcf1c06
fix madwifi napi polling packet counting final fix for #3880
...
SVN-Revision: 12323
2008-08-16 17:00:13 +00:00
Travis Kemen
a15a10c85a
remove unneeded line
...
SVN-Revision: 12321
2008-08-16 16:46:11 +00:00
Travis Kemen
0b2111d1fb
remove /etc/firewall.* from being kept as they no longer are used in trunk
...
SVN-Revision: 12320
2008-08-16 16:04:51 +00:00
Travis Kemen
99dd3e13fc
make opkg the default package manager, disable busybox ipkg from building by default
...
SVN-Revision: 12319
2008-08-16 06:35:14 +00:00
Travis Kemen
64a8d6c405
fix typo, proto should be protocol
...
SVN-Revision: 12318
2008-08-16 06:33:22 +00:00
John Crispin
7681547293
trigger error if dport is used when no proto is defined
...
SVN-Revision: 12317
2008-08-15 20:18:13 +00:00
Travis Kemen
e7c9479ae4
fix symlinks when installing opkg into a image
...
SVN-Revision: 12316
2008-08-15 04:13:21 +00:00
Florian Fainelli
38d1cb8cbd
Fix negative calculation of the tmpfs for devices with few RAM ( #3557 )
...
SVN-Revision: 12315
2008-08-14 22:21:35 +00:00
John Crispin
3403cbe948
remove /etc/functions.sh call from led hotplug script
...
SVN-Revision: 12312
2008-08-14 19:07:22 +00:00
Nicolas Thill
58fb9f67ec
move qc-usb from trunk to packages as well (see [12260])
...
SVN-Revision: 12304
2008-08-14 10:53:12 +00:00
Florian Fainelli
68bdb68247
Fix opkg compilation with ccache, thanks sn9
...
SVN-Revision: 12303
2008-08-13 21:12:26 +00:00
Florian Fainelli
2c6b679ceb
Update b43 to work in AP mode
...
SVN-Revision: 12300
2008-08-13 19:37:40 +00:00
Florian Fainelli
1d05e688ab
Allow mac80211 drivers to work in master mode
...
SVN-Revision: 12299
2008-08-13 19:35:29 +00:00
Florian Fainelli
2a888f2e23
Update hostapd to 0.6.4
...
SVN-Revision: 12298
2008-08-13 19:32:40 +00:00
Gabor Juhos
da77408537
i2c-gpio-custom: minor bugfix
...
SVN-Revision: 12297
2008-08-13 18:48:48 +00:00
Florian Fainelli
02780ec100
Fix putting mac80211 interfaces in monitor and managed modes
...
SVN-Revision: 12293
2008-08-13 14:06:16 +00:00
Florian Fainelli
dbb59f014a
Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should only be set for 802.1x setups
...
SVN-Revision: 12292
2008-08-13 13:30:27 +00:00
Florian Fainelli
8c8b85b54c
Add generic wpa_supplicant calls and use them for mac80211 and madwifi.
...
SVN-Revision: 12289
2008-08-12 14:22:42 +00:00
John Crispin
c9f2df5cea
fixes firewall makefile description
...
SVN-Revision: 12285
2008-08-11 22:28:52 +00:00
John Crispin
5627667654
uci firewall - make uci firewall default and remove old code - fix up dependencies
...
SVN-Revision: 12284
2008-08-11 22:27:36 +00:00
Florian Fainelli
4b5488ebfa
Add 802.1x client configuration support and corresponding documentation ( #2069 )
...
SVN-Revision: 12283
2008-08-11 21:38:50 +00:00
John Crispin
43e28bf153
uci_firewall - fixes hotplug.d script
...
SVN-Revision: 12282
2008-08-11 20:51:51 +00:00
John Crispin
0f5cbca010
uci firewall - remove implicit creation of zones, based on network interfaces
...
SVN-Revision: 12281
2008-08-11 20:46:17 +00:00
Felix Fietkau
5745e536d4
madwifi: napi polling fix - fix u_int negative comparison - add some reserve for polling packets (ff has two frames in one descriptor)
...
SVN-Revision: 12280
2008-08-11 14:36:50 +00:00
Felix Fietkau
2e46841afd
switch the br2684 default to routed mode instead of bridged mode, as it's more common
...
SVN-Revision: 12277
2008-08-11 13:02:44 +00:00
Felix Fietkau
0778290e26
add missing dependency
...
SVN-Revision: 12270
2008-08-10 15:49:52 +00:00
Felix Fietkau
166de52b8f
fix kmod-ide-core packaging for 2.6.26+
...
SVN-Revision: 12269
2008-08-10 14:37:23 +00:00
Felix Fietkau
b1683b748d
add missing kconfig symbol for generic ide
...
SVN-Revision: 12268
2008-08-10 14:37:18 +00:00
Felix Fietkau
26aa731dc1
fix aes on x86 (thx, Acinonyx)
...
SVN-Revision: 12267
2008-08-10 12:06:23 +00:00
Felix Fietkau
91a01e4106
move some webcam/sound related stuff from trunk to packages
...
SVN-Revision: 12260
2008-08-09 20:36:05 +00:00
Florian Fainelli
d7c8f38007
Make sure we will have lower case MAC addresses when doing WDS
...
SVN-Revision: 12259
2008-08-09 10:00:49 +00:00
Florian Fainelli
a53aa71c83
Do not run telnet if either dropbear or openssh server are running ( #3839 )
...
SVN-Revision: 12258
2008-08-09 09:50:12 +00:00
Florian Fainelli
22aa7c6406
Support encrypted WDS connections ( #2463 )
...
SVN-Revision: 12251
2008-08-09 00:18:25 +00:00
Felix Fietkau
753e5b492d
add support for appending a file to jffs2 during reflash on the fly
...
SVN-Revision: 12250
2008-08-08 22:43:19 +00:00
Florian Fainelli
e71cdf8127
package iproute2 has problems building on recent BSD-derived platforms because some programs to be run on the host use malloc.h in an incompatible way.
...
package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.
I think a similar approach should work for other BSD-derived platforms,
replacing the
#ifndef __APPLE__
with
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)
or perhaps even with just
#ifdef __linux__
if the set of platforms where malloc.h is ok is small or restricted
to just linux
In any case, the patch is below. (#3869 )
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
SVN-Revision: 12249
2008-08-08 21:49:17 +00:00
Felix Fietkau
c05eb4ba63
add basic interface alias support. for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example:
...
config alias test
option interface lan
option ipaddr 192.168.1.1
option netmask 255.255.0.0
SVN-Revision: 12241
2008-08-07 15:28:48 +00:00
Florian Fainelli
9c8bb0241f
Add 11gdt, 11adt, 11ast and fh modes ( #3824 )
...
SVN-Revision: 12240
2008-08-07 15:28:07 +00:00
Gabor Juhos
db4d23b457
add 2.6.26 specific files
...
SVN-Revision: 12239
2008-08-07 13:50:02 +00:00
Steven Barth
6b6d027172
added support for the timer-trigger to uci LED support
...
SVN-Revision: 12236
2008-08-07 11:01:46 +00:00
Mike Baker
1139608784
allow ctrl-c to trigger preinit
...
SVN-Revision: 12231
2008-08-07 07:17:03 +00:00
Felix Fietkau
e9ea28b0af
use $(FPIC) in a few places where it matters
...
SVN-Revision: 12225
2008-08-06 22:10:29 +00:00
Florian Fainelli
ce8903f1ce
kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
...
SVN-Revision: 12223
2008-08-06 20:20:02 +00:00
Gabor Juhos
6c0474b383
ebtables: useless without kmod-eptables
...
SVN-Revision: 12214
2008-08-06 15:28:49 +00:00
Felix Fietkau
4d795ca98f
spca5xx-le does not work with linux 2.6.26+
...
SVN-Revision: 12194
2008-08-06 01:21:02 +00:00
Felix Fietkau
b4727d665e
fix qc-usb compile on atheros
...
SVN-Revision: 12185
2008-08-05 23:20:42 +00:00
Felix Fietkau
dde1f5fb54
fix ov51x-jpeg compile
...
SVN-Revision: 12183
2008-08-05 22:56:34 +00:00
Felix Fietkau
0cc7199e71
install libshared into the staging dir (required by wrt-radauth)
...
SVN-Revision: 12181
2008-08-05 22:32:26 +00:00
Felix Fietkau
e0b43982fb
fix nw802-2.4 compile
...
SVN-Revision: 12180
2008-08-05 22:31:32 +00:00
Felix Fietkau
7bb55d1b91
madwifi: fix crash on ad-hoc interface init
...
SVN-Revision: 12161
2008-08-05 20:53:39 +00:00
Felix Fietkau
c2cf1d04c9
mark mac80211 as broken on avr32
...
SVN-Revision: 12147
2008-08-05 18:02:34 +00:00
Florian Fainelli
d3dd2b6ae5
Fix ipkg compilation with ccache, thanks sn9
...
SVN-Revision: 12137
2008-08-05 14:04:23 +00:00
Florian Fainelli
1b0318158d
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
...
SVN-Revision: 12136
2008-08-05 13:42:36 +00:00
Gabor Juhos
3527e7a649
modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
...
SVN-Revision: 12133
2008-08-05 09:52:23 +00:00
Felix Fietkau
cf8eecaad5
some more fixes for wds sta separation
...
SVN-Revision: 12127
2008-08-05 07:19:07 +00:00
Travis Kemen
56172a1eba
update opkg to 4564, fixes a couple of memory leaks
...
SVN-Revision: 12115
2008-08-05 00:48:44 +00:00
John Crispin
dd3f4dd178
move json-c to packages feed
...
SVN-Revision: 12114
2008-08-05 00:34:30 +00:00
John Crispin
936f53e69c
EOF for fonera-mp3 packages
...
SVN-Revision: 12113
2008-08-05 00:33:04 +00:00
John Crispin
13bbd5932b
move foxboard utils to packages feed
...
SVN-Revision: 12111
2008-08-05 00:30:41 +00:00
John Crispin
72396bd614
add uci led support - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system
...
SVN-Revision: 12104
2008-08-04 22:56:46 +00:00
Nicolas Thill
4c195465a8
rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26
...
SVN-Revision: 12098
2008-08-04 16:59:16 +00:00
John Crispin
21bbdc24c3
adds a new uci firewall - iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ...
...
SVN-Revision: 12089
2008-08-04 11:51:58 +00:00
John Crispin
e4a0bfec3c
fixes whitespace error
...
SVN-Revision: 12088
2008-08-04 11:47:46 +00:00
John Crispin
b73eedd62b
work aroung error message during boot if swapon is nt installed
...
SVN-Revision: 12087
2008-08-04 08:50:16 +00:00
John Crispin
863afccae8
remove warning from hotplug2, which pops up 10 times during boot
...
SVN-Revision: 12086
2008-08-04 08:04:16 +00:00
Felix Fietkau
b75a7811eb
madwifi: more fixes and cleanups for wds sta separation
...
SVN-Revision: 12082
2008-08-03 21:00:34 +00:00
Felix Fietkau
8ff90e326e
network scripts: revert the network state after running ifdown, not before
...
SVN-Revision: 12081
2008-08-03 21:00:01 +00:00
Imre Kaloz
8de805b27c
update ath9k to latest git version
...
SVN-Revision: 12079
2008-08-03 14:28:21 +00:00
Felix Fietkau
e77ddf9252
make grub compilable under fedora core 8 and other newer distros
...
SVN-Revision: 12076
2008-08-02 15:15:33 +00:00
Andy Boyett
5a0f48c499
Fix broken hso kmod definition
...
SVN-Revision: 12074
2008-08-02 07:35:51 +00:00
Andy Boyett
fb8ef51362
net/usb: only package hso for 2.6.26
...
SVN-Revision: 12069
2008-08-02 03:19:42 +00:00
Travis Kemen
e6d14f7cd7
try to clean up some kernel configs
...
SVN-Revision: 12067
2008-08-02 02:33:15 +00:00
Felix Fietkau
245c16ba5d
madwifi: disable bogus vlan handling code which actually breaks vlan
...
SVN-Revision: 12065
2008-08-01 13:42:36 +00:00
Florian Fainelli
7836449276
OCF cannot be built under UML
...
SVN-Revision: 12064
2008-08-01 10:05:12 +00:00
Felix Fietkau
aee15469df
use the same hotplug2 parameters for initramfs and regular
...
SVN-Revision: 12059
2008-08-01 03:09:20 +00:00
Felix Fietkau
37c7e13a5f
move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well
...
SVN-Revision: 12058
2008-08-01 03:01:42 +00:00
Felix Fietkau
d98002bd59
avoid duplicate vlan add events
...
SVN-Revision: 12057
2008-08-01 03:01:25 +00:00
Felix Fietkau
8970a1213b
enable wds sta interface splitting by default
...
SVN-Revision: 12056
2008-08-01 00:38:47 +00:00
Felix Fietkau
1201ed1baa
madwifi: remove wds type of wifi-iface without essid, imho it never worked properly and is unsupported now, regular ap/sta with option wds 1 is preferred
...
SVN-Revision: 12055
2008-08-01 00:26:44 +00:00
Felix Fietkau
a5e83a8bed
use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface
...
SVN-Revision: 12053
2008-07-31 22:50:43 +00:00
Felix Fietkau
60f834421c
madwifi: fix race condition triggered by active split wds sta interfaces during vap delete
...
SVN-Revision: 12052
2008-07-31 22:41:31 +00:00
Felix Fietkau
d298a4a411
fix multicast/authframe handling for wds ap with split sta interfaces
...
SVN-Revision: 12051
2008-07-31 21:11:27 +00:00
Felix Fietkau
434f4269ea
initialize the CONFIG_APPEND variable
...
SVN-Revision: 12050
2008-07-31 21:11:15 +00:00
Felix Fietkau
709eae54e4
madwifi: add some beacon setup/update related fixes (based on Bruno Randolf's patchset)
...
SVN-Revision: 12049
2008-07-31 18:59:25 +00:00
Felix Fietkau
d6d5c715b9
fix madwifi packet injection
...
This patch from madwifi commit 3337 makes packet injection work.
Signed-off-by: Petr Liebmann <petrliebman@googlemail.com>
SVN-Revision: 12048
2008-07-31 17:37:09 +00:00
Felix Fietkau
c688bb1d11
madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets untested, does not work with 2.6.26
...
SVN-Revision: 12047
2008-07-31 17:27:55 +00:00
Felix Fietkau
b479f15c09
another one ...
...
SVN-Revision: 12045
2008-07-31 16:16:56 +00:00
Felix Fietkau
6a8c0256d0
upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
...
SVN-Revision: 12044
2008-07-31 15:56:35 +00:00
Imre Kaloz
a273f991f7
sync ath9k with latest git code
...
SVN-Revision: 12038
2008-07-31 09:51:31 +00:00
Felix Fietkau
6a4edcadc1
fix config_clear(), see #3054
...
SVN-Revision: 12036
2008-07-31 03:04:32 +00:00
Felix Fietkau
473493c834
enable iw for all 2.6 versions
...
SVN-Revision: 12035
2008-07-31 02:43:42 +00:00
Felix Fietkau
fbc77ede0a
fix duplicate "doth" interface option in madwifi
...
SVN-Revision: 12032
2008-07-31 02:25:43 +00:00
Felix Fietkau
1081dbcb41
broadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts
...
SVN-Revision: 12030
2008-07-31 01:33:14 +00:00
Felix Fietkau
cf2cd1c384
upgrade to uci 0.4.6 - fixes a parser glitch
...
SVN-Revision: 12028
2008-07-31 01:10:22 +00:00
Felix Fietkau
11df62d176
link default routes added by the network scripts to the appropriate interface ( #2621 )
...
SVN-Revision: 12027
2008-07-30 22:49:25 +00:00
Felix Fietkau
ee56e9ec59
network scripts: properly maintain the network state's list of assigned interfaces
...
SVN-Revision: 12026
2008-07-30 22:39:56 +00:00
Felix Fietkau
8c453b693c
functions.sh: add list_contains function for checking whether a list contains a specific element
...
SVN-Revision: 12025
2008-07-30 22:39:43 +00:00
Felix Fietkau
4d883da9bf
functions.sh: add a function for removing an item from a list in a shell variable
...
SVN-Revision: 12024
2008-07-30 20:35:22 +00:00
Felix Fietkau
3380590790
upgrade to uci 0.4.5 - adds extra input validation
...
SVN-Revision: 12023
2008-07-30 20:18:15 +00:00
Felix Fietkau
69ed8ba037
clean up the directory layout of the uci shell api
...
SVN-Revision: 12022
2008-07-30 19:25:36 +00:00
Felix Fietkau
4053fb48cf
nuke uci-sh, it is obsolete and no longer works
...
SVN-Revision: 12021
2008-07-30 19:25:08 +00:00
Felix Fietkau
4cb7df23e9
allow packages to optionally append config file contents in the environment by setting a flag and calling config_load multiple times
...
SVN-Revision: 12020
2008-07-30 19:21:09 +00:00
Felix Fietkau
c5ecc1790a
fix hotplug2 event processing deadlock
...
when bringing up ethernet on ixp4xx, the driver may request
a firmware while hotplug2 waits for the netdev bringup to complete.
change the event processing loop to keep an event backlog to allow
unthrottled events to pass through while throttled events are being waited for
SVN-Revision: 12019
2008-07-30 19:02:01 +00:00
John Crispin
79aebec9e0
creates a passwd's shadow file if busybox supports the feature, fixes #2887
...
SVN-Revision: 12017
2008-07-30 17:09:01 +00:00
John Crispin
93ce64320a
adds option to select tls provider when using wpa_supplicant, fixes #3770
...
SVN-Revision: 12016
2008-07-30 17:04:50 +00:00
Florian Fainelli
cc99e5b35d
Disable smash stacking support by default, but allow to enable it as an experimental feature
...
SVN-Revision: 12010
2008-07-30 12:54:28 +00:00
Florian Fainelli
890c213508
x86_64 also needs -fPIC to create lua shared libraries
...
SVN-Revision: 12008
2008-07-30 10:04:03 +00:00
Felix Fietkau
10b74a2455
madwifi: add some extra sanity checking
...
SVN-Revision: 12006
2008-07-30 07:05:12 +00:00
Felix Fietkau
55b55f6861
madwifi: change the network scripts to use the new wds sta separation feature
...
SVN-Revision: 12005
2008-07-30 05:22:16 +00:00
Felix Fietkau
e606b1603b
properly keep track of bridged interfaces in the network state
...
SVN-Revision: 12004
2008-07-30 05:22:02 +00:00
Felix Fietkau
df292e17b1
madwifi: wds updates - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces
...
SVN-Revision: 12003
2008-07-30 04:45:24 +00:00
John Crispin
fba71e7fb1
fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674
...
SVN-Revision: 12002
2008-07-30 00:58:36 +00:00
John Crispin
411e1a0757
fixes ipkg dependency bug for spi modules, #3272
...
SVN-Revision: 12001
2008-07-30 00:27:21 +00:00
John Crispin
a817bad21f
add lm sensor and clean up dependency, fixes #3821
...
SVN-Revision: 11999
2008-07-29 23:49:16 +00:00
John Crispin
b639fc4b00
fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
...
SVN-Revision: 11998
2008-07-29 23:40:19 +00:00
Travis Kemen
a4dbc3ddb3
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
...
SVN-Revision: 11994
2008-07-29 17:23:52 +00:00
Travis Kemen
c4f368d258
move curl back to packages
...
SVN-Revision: 11992
2008-07-29 13:12:54 +00:00
Travis Kemen
f988ff9a3a
removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it
...
SVN-Revision: 11991
2008-07-29 12:57:43 +00:00
Florian Fainelli
3d6f8816dc
Fix nfs kernel modules for 2.4 kernels
...
SVN-Revision: 11989
2008-07-29 10:57:02 +00:00
Florian Fainelli
3832f60af7
opkg depends on curl
...
SVN-Revision: 11988
2008-07-29 10:24:32 +00:00
Florian Fainelli
182c9bc339
Move curl from packages to trunk, opkg depends on it
...
SVN-Revision: 11987
2008-07-29 10:23:59 +00:00
Steven Barth
a1031eeb23
lua: Remove -fPIC for non-powerpc platforms
...
SVN-Revision: 11985
2008-07-29 10:14:11 +00:00
Travis Kemen
53332ba9c2
add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg
...
SVN-Revision: 11983
2008-07-29 04:16:43 +00:00
Andy Boyett
2ddbb426c8
Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds
...
SVN-Revision: 11982
2008-07-29 03:36:23 +00:00
Andy Boyett
6b045c7dc6
Generate gzipped package lists - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg
...
SVN-Revision: 11981
2008-07-29 03:36:11 +00:00
Andy Boyett
28ddc0a2ae
Port the full ipkg to Kamikaze - Does not suffer from most of the issues the busybox implementation experiences - busybox ipkg is still the default package manager - Removes /usr/bin/ipkg on install if it is a symlink - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox - Supports gzip'd package lists, results in substantial space savings
...
SVN-Revision: 11980
2008-07-29 03:35:55 +00:00
John Crispin
9c2e5b0b82
fixes download path for mac80211
...
SVN-Revision: 11975
2008-07-28 18:10:55 +00:00
Nicolas Thill
a5df818e0d
fix libraries packaging for uml on x86_64
...
SVN-Revision: 11970
2008-07-28 14:19:02 +00:00
John Crispin
5e942a9011
fixes dbus param of dnsmasq, #3818 , thanks the.loeki
...
SVN-Revision: 11967
2008-07-28 07:59:40 +00:00
Florian Fainelli
8e626bffb7
Do not run ldconfig while cross-compiling zlib
...
SVN-Revision: 11959
2008-07-27 13:17:05 +00:00
Andy Boyett
0abeea4e60
usb-serial: Fix swapped dependencies for belkin and ch341
...
SVN-Revision: 11953
2008-07-27 03:39:11 +00:00
Florian Fainelli
e63040663d
Allow madwifi devices to be set in monitor mode
...
SVN-Revision: 11943
2008-07-26 18:32:54 +00:00
Florian Fainelli
63622fbbec
ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load ( #3813 )
...
SVN-Revision: 11942
2008-07-26 18:24:59 +00:00
Imre Kaloz
4a3cc5d9a7
add backported HSO driver
...
SVN-Revision: 11938
2008-07-26 17:01:54 +00:00
Gabor Juhos
3035d2e7c9
button-hotplug: fix compile warnings
...
SVN-Revision: 11937
2008-07-26 16:32:12 +00:00
Gabor Juhos
9b2e1bdd8d
fix Dell TrueMobile 2300 v1/v2 detection and network configuration ( closes #2788 )
...
SVN-Revision: 11935
2008-07-26 16:10:44 +00:00
Felix Fietkau
bdfc0556b8
refresh madwifi patches
...
SVN-Revision: 11932
2008-07-25 22:41:13 +00:00
Felix Fietkau
22a637325e
wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming
...
SVN-Revision: 11931
2008-07-25 22:37:50 +00:00
Felix Fietkau
e7c5e72479
wpa_supplicant: improve scan cache reliability
...
SVN-Revision: 11930
2008-07-25 22:37:36 +00:00
Felix Fietkau
144e506288
madwifi: preempt any running scan when wpa_supplicant triggers a new assoc
...
SVN-Revision: 11929
2008-07-25 22:37:21 +00:00
Felix Fietkau
21dbb0d64d
madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings
...
SVN-Revision: 11928
2008-07-25 22:37:06 +00:00
Felix Fietkau
8aab13b562
madwifi: add some roaming fixes by ubnt
...
SVN-Revision: 11927
2008-07-25 22:36:51 +00:00
Felix Fietkau
c0dc50fb55
rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant), fixes some stale node or reconnect loop issues
...
SVN-Revision: 11926
2008-07-25 22:36:33 +00:00
Felix Fietkau
9866151941
madwifi: reduce the packet loss impact of forced background scans triggered by the configured threshold
...
SVN-Revision: 11925
2008-07-25 22:36:18 +00:00
Felix Fietkau
192e5ac41d
madwifi: improve hidden ssid handling in sta mode
...
SVN-Revision: 11924
2008-07-25 22:35:56 +00:00
Felix Fietkau
80710bb7cc
madwifi: fix queue stop/start during key updates
...
SVN-Revision: 11923
2008-07-25 22:35:36 +00:00
Travis Kemen
0425daa86d
keep /etc/group over reflash as well
...
SVN-Revision: 11919
2008-07-24 16:36:39 +00:00
Andy Boyett
df9f22f73c
usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
...
SVN-Revision: 11914
2008-07-24 06:25:47 +00:00
Andy Boyett
09e2dcc255
dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshed
...
SVN-Revision: 11913
2008-07-24 05:24:52 +00:00
Travis Kemen
f20dd0803c
add dropbear keys, passwd and firewall configuration to be saved during reflash
...
SVN-Revision: 11912
2008-07-24 02:24:59 +00:00
Nicolas Thill
a760ff5861
fix variable names in tests
...
SVN-Revision: 11911
2008-07-22 21:19:05 +00:00
Florian Fainelli
5d5385684d
Fix nfs modules options and modules, only package modules that are built for all targets ( #3796 )
...
SVN-Revision: 11906
2008-07-22 10:14:02 +00:00
Imre Kaloz
3ff4b7ee10
patch causes problems on some platforms, nuke it
...
SVN-Revision: 11904
2008-07-22 08:01:35 +00:00
Imre Kaloz
9f43812a07
bump ath9k package version number, too
...
SVN-Revision: 11903
2008-07-22 07:31:11 +00:00
Imre Kaloz
b8eb34e5c3
sync ath9k with the git tree
...
SVN-Revision: 11902
2008-07-22 07:24:47 +00:00
Travis Kemen
7346ef83e1
fix sysupgrade endian issues
...
SVN-Revision: 11900
2008-07-22 01:11:30 +00:00
Travis Kemen
1a47f8142d
This series of patches closes the support gap on one of the explicitly supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com>
...
SVN-Revision: 11898
2008-07-21 20:36:16 +00:00
Florian Fainelli
7f3193a673
Default to port 1812 for radius authentication when doing 802.1x
...
SVN-Revision: 11890
2008-07-21 09:58:16 +00:00
Matteo Croce
077e9a7e7a
ath9k: correct package description
...
SVN-Revision: 11889
2008-07-20 21:51:19 +00:00
Steven Barth
e870bdf403
Updated Dnsmasq to 2.45
...
SVN-Revision: 11888
2008-07-20 20:17:00 +00:00
Michael Büsch
204728376c
Update gpiommc to use configfs
...
SVN-Revision: 11887
2008-07-20 19:34:09 +00:00
Felix Fietkau
d7bdc37560
add another endianness fix for ath9k, ar9160 now works on ixp4xx, at least in sta mode :)
...
SVN-Revision: 11886
2008-07-20 16:32:43 +00:00
Felix Fietkau
2043a450da
ath9k: remove software descriptor swapping, hw already does that
...
SVN-Revision: 11885
2008-07-20 12:37:13 +00:00
Felix Fietkau
d53ff609b5
add the new ath9k driver (loads successfully on an AR9160 card, but still seems to have some rf issues)
...
SVN-Revision: 11884
2008-07-20 11:44:14 +00:00
Felix Fietkau
12d206d9eb
update compat-wireless to a newer version, but leave it at the old version for brcm47xx (b43 does not compile with the new one)
...
SVN-Revision: 11883
2008-07-20 11:43:56 +00:00
Felix Fietkau
67039dcf9e
fix madwifi mode setting
...
SVN-Revision: 11882
2008-07-20 00:51:00 +00:00
Florian Fainelli
f8e0d6edb9
Package common nfs kernel modules separately, add missing modules to nfsd ( #3558 )
...
SVN-Revision: 11875
2008-07-19 16:56:24 +00:00
Felix Fietkau
9dc4917da8
rename patches-r3776 to patches-testing
...
SVN-Revision: 11868
2008-07-18 22:57:30 +00:00
Felix Fietkau
8aa31d7ce0
fix hal module load msg
...
SVN-Revision: 11867
2008-07-18 22:51:04 +00:00
Felix Fietkau
16731f482f
refresh madwifi-testing patches
...
SVN-Revision: 11866
2008-07-18 22:50:46 +00:00
Felix Fietkau
4d144eee67
fix some madwifi-testing bugs
...
SVN-Revision: 11865
2008-07-18 22:49:27 +00:00
Michael Büsch
f4b516ef34
Update GPIO-based MMC driver
...
SVN-Revision: 11864
2008-07-18 20:53:08 +00:00
Felix Fietkau
9d5543e8b9
fix some unused variables
...
SVN-Revision: 11863
2008-07-18 18:57:01 +00:00
Steven Barth
5fd9e811c6
Updated Dnsmasq to 2.43
...
SVN-Revision: 11862
2008-07-18 15:32:42 +00:00
Felix Fietkau
923008ecc8
fix wpa_cli compile
...
SVN-Revision: 11861
2008-07-18 15:28:24 +00:00
Florian Fainelli
af36f6132c
Allow kexec-tools to be built for mipsel, tested on a routerboard 500
...
SVN-Revision: 11856
2008-07-18 11:43:50 +00:00
Felix Fietkau
1cc6486b0b
remove a wrong patch chunk in the madwifi update
...
SVN-Revision: 11855
2008-07-17 22:06:52 +00:00
Felix Fietkau
b83f384981
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
...
SVN-Revision: 11851
2008-07-17 02:30:08 +00:00
Andy Boyett
d549476c02
Fix menuconfig - Description for the no timestamp check option was swallowing all entries below it in menuconfig
...
SVN-Revision: 11850
2008-07-17 01:09:49 +00:00
Felix Fietkau
0fb8aa363f
add some madwifi fixes and enhancements by Sven-Ola, refresh patches
...
SVN-Revision: 11848
2008-07-16 16:30:03 +00:00
Florian Fainelli
7ac73f8362
ubsec ssb is only available on brcm47xx
...
SVN-Revision: 11847
2008-07-16 10:15:12 +00:00
Florian Fainelli
b66bc61287
button-hotplug does not build for 2.4 kernels
...
SVN-Revision: 11845
2008-07-16 09:41:36 +00:00
Florian Fainelli
3b32c22893
Add ubsec ssb from Daniel Mueller <daniel@danm.de> ( #2417 )
...
SVN-Revision: 11841
2008-07-15 17:12:30 +00:00
Florian Fainelli
f11d6c2d84
Support for setting monitor mode ( #1306 )
...
SVN-Revision: 11838
2008-07-15 17:03:10 +00:00
Travis Kemen
e49fcefa5c
fix md5sum
...
SVN-Revision: 11835
2008-07-15 05:04:33 +00:00
Felix Fietkau
1fc2cf08a6
Upgrade wpa_supplicant to 0.6.3 and add some improvements (mainly for roaming with ap_scan=1) Remove arch specific config files (they seem rather pointless) Remove the dependency on OpenSSL (use small built-in SSL functions)
...
SVN-Revision: 11833
2008-07-15 01:40:55 +00:00
Matteo Croce
caa500233b
acx: fix firmware download URL
...
SVN-Revision: 11821
2008-07-14 10:23:36 +00:00
Florian Fainelli
1d3d606613
Build zd1211rw ( #3759 )
...
SVN-Revision: 11819
2008-07-14 08:57:37 +00:00
Florian Fainelli
24aff1f20a
Enable wl500gp workaround to enable 32MB ram ( #864 )
...
SVN-Revision: 11812
2008-07-13 22:11:36 +00:00
Florian Fainelli
8162875807
Enable russian codepage 1251 ( #819 )
...
SVN-Revision: 11810
2008-07-13 21:59:49 +00:00
Imre Kaloz
a2e1b4ab11
enable the cryptodev engine on ixp4xx
...
SVN-Revision: 11805
2008-07-13 16:02:14 +00:00
Imre Kaloz
37401f38d3
fix cryptodev compile
...
SVN-Revision: 11804
2008-07-13 15:18:26 +00:00
Imre Kaloz
13d8b1a32a
add ocf kernel patch
...
SVN-Revision: 11803
2008-07-13 15:16:54 +00:00
Felix Fietkau
899a187d65
madwifi: add an optional threshold for low-rssi disconnection. This can be useful when letting wpa_supplicant control roaming.
...
SVN-Revision: 11799
2008-07-12 22:24:45 +00:00
Felix Fietkau
09bcffddf1
madwifi: improve beacon miss handling to increase the reliability of STA mode links
...
SVN-Revision: 11798
2008-07-12 22:24:36 +00:00
Felix Fietkau
a466930858
madwifi: drop stale AP nodes from the client list when disconnecting. Fixes some reassoc issues.
...
SVN-Revision: 11797
2008-07-12 22:24:26 +00:00
Felix Fietkau
27361b2d0b
madwifi: add a preliminary fix for the reassoc check, but disable reassoc entirely for now until we've figured out why it fails frequently.
...
SVN-Revision: 11796
2008-07-12 22:24:17 +00:00
Felix Fietkau
1e91acfb39
madwifi: some misconfigured APs broadcast NULL BSSIDs, which can confuse the STA. Ignore those when scanning.
...
SVN-Revision: 11795
2008-07-12 22:24:05 +00:00
Felix Fietkau
8f186693ec
madwifi: add an optional background scanning threshold triggered by low rssi (useful for passing updated scan results to the wpa_supplicant ahead of time, before losing connectivity entirely)
...
SVN-Revision: 11794
2008-07-12 22:23:55 +00:00
Felix Fietkau
53bbcb6ad4
madwifi: recognize hidden essid with length=1 containing a nullbyte
...
SVN-Revision: 11793
2008-07-12 22:23:46 +00:00
Felix Fietkau
59373f6fda
madwifi: make STA mode interfaces disassociate if transmission of assoc/auth critical packets failed.
...
SVN-Revision: 11792
2008-07-12 22:23:36 +00:00
Felix Fietkau
059dc41f06
refresh some madwifi patches
...
SVN-Revision: 11791
2008-07-12 22:23:21 +00:00
Imre Kaloz
df40fbdaa7
switch to a different NPE-C firmware
...
SVN-Revision: 11790
2008-07-12 16:28:50 +00:00
Imre Kaloz
3800c1921a
add ocf support to openssl, and use it by default if engines are enabled
...
SVN-Revision: 11789
2008-07-12 15:43:16 +00:00
Imre Kaloz
e3dcb74486
enable openssl engine support on ixp4xx
...
SVN-Revision: 11788
2008-07-12 15:42:00 +00:00
John Crispin
981105308f
fixes zd1211rw compile and cleans up mac80211 Makefile
...
SVN-Revision: 11787
2008-07-12 15:04:36 +00:00
Imre Kaloz
51c200b9bf
cleanup
...
SVN-Revision: 11786
2008-07-12 13:49:10 +00:00
Imre Kaloz
d8c79faf41
switch to the IXP4xx microcode with crypto support
...
SVN-Revision: 11779
2008-07-12 02:06:55 +00:00
Imre Kaloz
fc80a07184
generate package for the new IXP4xx crpyto driver
...
SVN-Revision: 11777
2008-07-12 02:00:55 +00:00
Imre Kaloz
a4d444f859
create crypto packages for aead and authenc
...
SVN-Revision: 11774
2008-07-12 01:57:22 +00:00
Florian Fainelli
6ce90189ad
Fix hostapd compilation which was broken only for 2.6.25 ( #3733 ). Thanks to Hauke Mehrtens.
...
SVN-Revision: 11763
2008-07-10 14:23:06 +00:00
Matteo Croce
1c70591c3d
sit depends on tunnel4
...
SVN-Revision: 11755
2008-07-09 21:51:36 +00:00
Peter Denison
2746844d62
revert r11749: b43 should not depend on crypto modules, mac80211 should
...
SVN-Revision: 11754
2008-07-09 19:05:47 +00:00
Peter Denison
6381e4e679
Make b43 module depend on crypto modules
...
SVN-Revision: 11749
2008-07-08 17:48:29 +00:00
Florian Fainelli
efd3eac055
Update libpcap to 0.9.8 ( #3571 )
...
SVN-Revision: 11742
2008-07-07 14:41:48 +00:00
Florian Fainelli
c4f83e0b0c
Add support for WRT600N and WRT600N v1.1 ( #3535 )
...
SVN-Revision: 11740
2008-07-07 14:17:02 +00:00
Florian Fainelli
216556954e
Update hostapd to 0.6.3 ( #3615 )
...
SVN-Revision: 11738
2008-07-07 13:49:36 +00:00
Florian Fainelli
0b0061e01b
Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365
...
SVN-Revision: 11734
2008-07-06 18:23:29 +00:00
John Crispin
9e6c38917c
make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
...
SVN-Revision: 11676
2008-07-06 00:59:48 +00:00
Felix Fietkau
9be32c744b
be a bit more verbose about madwifi errors
...
SVN-Revision: 11675
2008-07-06 00:41:46 +00:00
Florian Fainelli
ed3aeb2031
This adds dhcp-boot support to dnsmasq-init: option name "virt0" option filename "pxelinux.0" option servername "mainframe0.dev" option serveraddress "9.3.2.1"
...
closes #3529
SVN-Revision: 11663
2008-07-05 13:43:55 +00:00
Felix Fietkau
c9e08e9105
madwifi: fix sequence number check on incoming retransmit checks
...
SVN-Revision: 11614
2008-07-01 21:38:40 +00:00
Steven Barth
76215afdec
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
...
SVN-Revision: 11608
2008-06-29 11:38:22 +00:00
John Crispin
7174ef488e
backport a fix to suppress warning when loading dnsmasq on >=2.6.25.7. this patch can be removed when dnsmasq 2.43 is released
...
SVN-Revision: 11604
2008-06-28 21:42:54 +00:00
Felix Fietkau
783bb0e81c
move ifxmips uboot to package/
...
SVN-Revision: 11601
2008-06-28 19:53:41 +00:00
Felix Fietkau
f5bdb5432f
compile libnl with -ffunction-sections to make binaries that use genl smaller
...
SVN-Revision: 11600
2008-06-28 17:55:21 +00:00
Felix Fietkau
2b5ce63303
x86: don't attempt to compile grub on darwin
...
SVN-Revision: 11599
2008-06-28 17:54:44 +00:00
John Crispin
04453591af
adds rt_tables to files installed by ip ipkg
...
SVN-Revision: 11598
2008-06-28 17:32:21 +00:00
Andy Boyett
3dbe2e1093
ebtables: Update to 2.0.8-2
...
SVN-Revision: 11556
2008-06-22 18:41:25 +00:00
Andy Boyett
0ddeec5cd5
gmp: Update to 4.2.2
...
SVN-Revision: 11555
2008-06-22 18:41:09 +00:00
Andy Boyett
82a7b76158
e2fsprogs: Update to 1.40.11
...
SVN-Revision: 11554
2008-06-22 18:40:53 +00:00
Andy Boyett
83d041b094
arptables: Update to 0.0.3-3
...
SVN-Revision: 11553
2008-06-22 18:40:30 +00:00
Florian Fainelli
61f7b17ef0
Add support for Connexant USB ADSL modemds ( #3553 )
...
SVN-Revision: 11549
2008-06-21 13:21:49 +00:00
Felix Fietkau
4d58c059f0
upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)
...
SVN-Revision: 11548
2008-06-20 17:39:56 +00:00
Andy Boyett
652fa86fe7
grub: Natively build grub only on x86 linux hosts, cross compile everywhere else. - Closes #3560
...
SVN-Revision: 11542
2008-06-20 01:43:20 +00:00
Florian Fainelli
11d0725b61
Remove the sleep since we delayed bringing up the interface
...
SVN-Revision: 11534
2008-06-18 17:42:10 +00:00
Florian Fainelli
e2e80ab38a
Delay bringing up the interface because some cards requires setting the mode before bringing it up ( #3541 )
...
SVN-Revision: 11533
2008-06-18 17:09:02 +00:00
Andy Boyett
3e8ab1ed20
linux-uvc: Upgrade to revision 215
...
SVN-Revision: 11519
2008-06-17 05:39:05 +00:00
Andy Boyett
5a7529a58d
Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories.
...
SVN-Revision: 11517
2008-06-17 00:44:10 +00:00
Yuji Mano
0b5f602421
Revert previous bad commit r11512
...
SVN-Revision: 11513
2008-06-16 19:37:00 +00:00
Yuji Mano
5ee48c0b00
Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11512
2008-06-16 19:14:13 +00:00
Imre Kaloz
b3e20537ca
libnl: backport memleak fix
...
SVN-Revision: 11500
2008-06-16 12:43:16 +00:00
Imre Kaloz
593c2b7cec
fix libnl compile with older kernels
...
SVN-Revision: 11499
2008-06-16 12:42:36 +00:00
Felix Fietkau
f2e997ac38
remove some unused crap
...
SVN-Revision: 11472
2008-06-15 11:15:35 +00:00
Felix Fietkau
ddd809f9e5
(6/6) bcm57xx: package
...
This is the bcm57xx package. I have tested default vlan functions,
but I dont have the equipment to test more advanced setups. The default
vlan setup seems to be working fine. I also added the activate_gpio
parameter which will make the driver activate the switch via gpio before
probing for it.
I'm not sure which method is best for autoload. For the wrt350n, I
need the activate_gpio parameter. But its probably not a good idea
to add that to the autoload file. On a system without a bcm57xx switch,
isn't it a bad idea to mess with the gpios looking for the switch? Ideally,
wouldn't it be best to load the bcm57xx module from broadcom-diag, after
it has determined which router its on? I tried using 'request_module' from
there, but had no success. For now, I am relying on preinit to load
the bcm57xx module with activate_gpio param, after it has failed to load
switch_robo and switch_adm.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11471
2008-06-15 11:11:28 +00:00
Felix Fietkau
40990382e5
(4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered
...
This patch prevents switch-robo.c from attempting robo_probe on a port
that is already registered. robo_probe will adjust kernel reference counts
if it detects a switch on the port. If this patch wasn't applied, the
wrt350n would hang on reboot, waiting for the network driver reference count
to reach zero indefinitely.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11469
2008-06-15 11:10:27 +00:00
Felix Fietkau
f7e09198fe
(1/6) bcm57xx: init from diag
...
I've been working to finish up the bcm57xx module package nbd
posted a few months ago. I am no expert, just had some spare
time and some motivation. Here is the background:
https://dev.openwrt.org/ticket/2744
This first patch disables the bcm57xx gpio setup in broadcom-diag.
The switch needs to be initialized by the driver so the driver can
then reset the switch ASAP. If the switch isn't reset quickly enough,
it will forward packets between the WAN and LAN, which will cause
problems with modems that only allow one mac to access the internet.
Tested on wrt350n.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11466
2008-06-15 11:09:27 +00:00
Peter Denison
464ed48321
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
...
SVN-Revision: 11462
2008-06-13 21:05:26 +00:00
Felix Fietkau
7c029b0355
another patch fix
...
SVN-Revision: 11455
2008-06-13 08:56:06 +00:00
Felix Fietkau
ad9bc6ab09
fix a small comment
...
SVN-Revision: 11454
2008-06-13 07:30:21 +00:00
Felix Fietkau
01c61b0d64
fix ANI and make use of it in all modes except for monitor
...
SVN-Revision: 11453
2008-06-13 01:51:31 +00:00
John Crispin
456893e798
make ip-up scripts aware of network settings
...
SVN-Revision: 11446
2008-06-11 20:03:08 +00:00
John Crispin
0bf765b362
system now knows which timezone it is in
...
SVN-Revision: 11445
2008-06-11 19:59:16 +00:00
Florian Fainelli
6d88031192
Add syskonnect yukon2 support ( #2568 )
...
SVN-Revision: 11437
2008-06-11 15:51:23 +00:00
Felix Fietkau
62bef2bced
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs
...
SVN-Revision: 11409
2008-06-09 10:17:36 +00:00
Peter Denison
ea8b4cb0d7
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501
...
SVN-Revision: 11407
2008-06-08 20:19:19 +00:00
Gabor Juhos
50a749e9a7
add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines
...
SVN-Revision: 11401
2008-06-07 18:25:32 +00:00
Felix Fietkau
06447d5cfa
oops. accidentally committed the wrong patch version
...
SVN-Revision: 11395
2008-06-07 15:11:21 +00:00
Felix Fietkau
60e3586f6f
fix madwifi on linux 2.4
...
SVN-Revision: 11385
2008-06-06 23:53:03 +00:00
John Crispin
51b28d44a9
use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell
...
SVN-Revision: 11380
2008-06-06 18:49:23 +00:00
Imre Kaloz
7a72cfdd2a
add little endian arm wpa_supplicant config file
...
SVN-Revision: 11369
2008-06-05 17:15:12 +00:00