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
|
fc8fa009ee
|
remove bogus ifxmips network config override
SVN-Revision: 12423
|
2008-08-28 14:02:13 +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
|
38b96e6b68
|
fix kconfig for packages that only define =y, =m or =n rules
SVN-Revision: 12414
|
2008-08-27 21:34:01 +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
|
0e00c74946
|
add autoconf (fixes opkg build issues)
SVN-Revision: 12410
|
2008-08-27 20:18:53 +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
|
1979082212
|
ifxmips should not overwrite DEFAULT_PACKAGES
SVN-Revision: 12406
|
2008-08-27 18:48:30 +00:00 |
Gabor Juhos
|
bd8dcb7593
|
generate images for the EASY 5120P-ATA board
SVN-Revision: 12405
|
2008-08-27 18:33:05 +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 |
John Crispin
|
c1bc95ec34
|
fixes cvs download, signed-off by Bruno Randolf
SVN-Revision: 12401
|
2008-08-27 15:24:25 +00:00 |
Felix Fietkau
|
ab8c8b019f
|
enable quilt by default for the kernel tree
SVN-Revision: 12400
|
2008-08-27 14:14:00 +00:00 |
Felix Fietkau
|
1063f8d415
|
fix ./scripts/env delete
SVN-Revision: 12399
|
2008-08-27 14:13:47 +00:00 |
Felix Fietkau
|
949c1386d1
|
build and install a current quilt version in tools/
SVN-Revision: 12398
|
2008-08-27 14:13:32 +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 |
Imre Kaloz
|
a4ad20d76b
|
disable fpu emulation on magicbox -- no idea how it got back there
SVN-Revision: 12390
|
2008-08-25 21:37:00 +00:00 |
Imre Kaloz
|
1c092e2ee7
|
update sibyte config, disable unneeded features
SVN-Revision: 12389
|
2008-08-25 12:18: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 |
Gabor Juhos
|
e8422131f1
|
minor cleanups
SVN-Revision: 12387
|
2008-08-25 07:28:04 +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
|
4f18ba9249
|
Updated Lua host compiler to 5.1.4
SVN-Revision: 12384
|
2008-08-24 16:06:34 +00:00 |
Steven Barth
|
4b7249183c
|
Updated Lua to 5.1.4
SVN-Revision: 12383
|
2008-08-24 15:45:26 +00:00 |
Imre Kaloz
|
e04cee95ae
|
upgrade sibyte to 2.6.26.3
SVN-Revision: 12382
|
2008-08-24 14:41:33 +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
|
d58dd061fe
|
some more s/git-/git /
SVN-Revision: 12380
|
2008-08-24 14:16:49 +00:00 |
Felix Fietkau
|
2311fc9850
|
replace the deprecated git-* command calls with git *
SVN-Revision: 12379
|
2008-08-24 13:40:21 +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 |
Felix Fietkau
|
811b00f646
|
fix make kernel_menuconfig for subtarget kernel config files
SVN-Revision: 12376
|
2008-08-23 23:45:28 +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 |
Gabor Juhos
|
fa959ddab8
|
sync kernel config
SVN-Revision: 12372
|
2008-08-22 19:34:31 +00:00 |