Felix Fietkau
|
6aa8c5de64
|
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
SVN-Revision: 12434
|
16 years ago |
Florian Fainelli
|
a35b2385ae
|
this adds hg (Mercurial) SCM checkout support, very similar to the current git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
SVN-Revision: 12433
|
16 years ago |
Felix Fietkau
|
c37665895b
|
Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)
SVN-Revision: 12429
|
16 years ago |
Felix Fietkau
|
b28a095964
|
revert accidental change to madwifi.sh
SVN-Revision: 12428
|
16 years ago |
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
|
16 years ago |
Felix Fietkau
|
2176ae1a6f
|
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
SVN-Revision: 12424
|
16 years ago |
Felix Fietkau
|
fc8fa009ee
|
remove bogus ifxmips network config override
SVN-Revision: 12423
|
16 years ago |
Felix Fietkau
|
20054336c0
|
add back busybox httpd password auth support - fixes x-wrt
SVN-Revision: 12422
|
16 years ago |
Felix Fietkau
|
683789250d
|
madwifi: fix encryption type check
SVN-Revision: 12421
|
16 years ago |
Felix Fietkau
|
a2e70fed22
|
madwifi: only start hostapd when necessary
SVN-Revision: 12420
|
16 years ago |
Felix Fietkau
|
5f30b3de44
|
add autoload for spi-ks8995
SVN-Revision: 12419
|
16 years ago |
Felix Fietkau
|
4ac7d33b7a
|
mtd: add jffs2 cleanmarker for big endian systems
SVN-Revision: 12418
|
16 years ago |
Felix Fietkau
|
6488abc11c
|
ppp: derive interface unit numbers from previous enumeration
SVN-Revision: 12417
|
16 years ago |
Felix Fietkau
|
1c3b76013a
|
fix ppp interface enumeration - don't enumerate already processed interfaces
SVN-Revision: 12416
|
16 years ago |
Felix Fietkau
|
38b96e6b68
|
fix kconfig for packages that only define =y, =m or =n rules
SVN-Revision: 12414
|
16 years ago |
Felix Fietkau
|
e44384cae9
|
upgrade to uci 0.6.1 - lots of cli and lua binding fixes
SVN-Revision: 12413
|
16 years ago |
Felix Fietkau
|
053188e8c5
|
fix uboot-ifxmips compile on mac os x
SVN-Revision: 12412
|
16 years ago |
John Crispin
|
12df593510
|
fixes broken if-then in led init script
SVN-Revision: 12411
|
16 years ago |
Felix Fietkau
|
0e00c74946
|
add autoconf (fixes opkg build issues)
SVN-Revision: 12410
|
16 years ago |
Felix Fietkau
|
d42892ab5e
|
fix busybox compile on mac os x
SVN-Revision: 12409
|
16 years ago |
John Crispin
|
7f6ee846b7
|
make uci firewall backwards compatible to the old firewall.user
SVN-Revision: 12408
|
16 years ago |
John Crispin
|
20216aa44d
|
add proto tcpudp to firewall
SVN-Revision: 12407
|
16 years ago |
John Crispin
|
1979082212
|
ifxmips should not overwrite DEFAULT_PACKAGES
SVN-Revision: 12406
|
16 years ago |
Gabor Juhos
|
bd8dcb7593
|
generate images for the EASY 5120P-ATA board
SVN-Revision: 12405
|
16 years ago |
John Crispin
|
9eaae4c61d
|
fix device duplication in firewall if the balancing of ifup and ifdown is broken
SVN-Revision: 12404
|
16 years ago |
John Crispin
|
924d10d611
|
make sure uci firewall reverts its states when stopped
SVN-Revision: 12403
|
16 years ago |
John Crispin
|
146b47b60a
|
fixes uci firewall init order, Signed-off-by: Roberto Riggio
SVN-Revision: 12402
|
16 years ago |
John Crispin
|
c1bc95ec34
|
fixes cvs download, signed-off by Bruno Randolf
SVN-Revision: 12401
|
16 years ago |
Felix Fietkau
|
ab8c8b019f
|
enable quilt by default for the kernel tree
SVN-Revision: 12400
|
16 years ago |
Felix Fietkau
|
1063f8d415
|
fix ./scripts/env delete
SVN-Revision: 12399
|
16 years ago |
Felix Fietkau
|
949c1386d1
|
build and install a current quilt version in tools/
SVN-Revision: 12398
|
16 years ago |
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
|
16 years ago |
Steven Barth
|
24c318dfe7
|
firewall: Added support for port-ranges as firstPort-lastPort to redirect sections
SVN-Revision: 12396
|
16 years ago |
John Crispin
|
517dfd27e5
|
adds 5 new chains to the uci firewall that can be used to hook custom rules
SVN-Revision: 12395
|
16 years ago |
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
|
16 years ago |
John Crispin
|
974ad00cf3
|
adds several fixes to etrax, make openssl work on etrax
SVN-Revision: 12393
|
16 years ago |
John Crispin
|
4d7f694c43
|
adds more sanity checks to uci firewall
SVN-Revision: 12392
|
16 years ago |
John Crispin
|
aa6c019c11
|
use proto instead of protocol in uci firewall
SVN-Revision: 12391
|
16 years ago |
Imre Kaloz
|
a4ad20d76b
|
disable fpu emulation on magicbox -- no idea how it got back there
SVN-Revision: 12390
|
16 years ago |
Imre Kaloz
|
1c092e2ee7
|
update sibyte config, disable unneeded features
SVN-Revision: 12389
|
16 years ago |
Florian Fainelli
|
d16323d481
|
Fix bridge-utils configuration failure (#3931), thanks sn9
SVN-Revision: 12388
|
16 years ago |
Gabor Juhos
|
e8422131f1
|
minor cleanups
SVN-Revision: 12387
|
16 years ago |
Florian Fainelli
|
1673462564
|
Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
SVN-Revision: 12386
|
16 years ago |
Steven Barth
|
4f18ba9249
|
Updated Lua host compiler to 5.1.4
SVN-Revision: 12384
|
16 years ago |
Steven Barth
|
4b7249183c
|
Updated Lua to 5.1.4
SVN-Revision: 12383
|
16 years ago |
Imre Kaloz
|
e04cee95ae
|
upgrade sibyte to 2.6.26.3
SVN-Revision: 12382
|
16 years ago |
Felix Fietkau
|
e219aaf034
|
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
SVN-Revision: 12381
|
16 years ago |
Felix Fietkau
|
d58dd061fe
|
some more s/git-/git /
SVN-Revision: 12380
|
16 years ago |
Felix Fietkau
|
2311fc9850
|
replace the deprecated git-* command calls with git *
SVN-Revision: 12379
|
16 years ago |
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
|
16 years ago |