1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 04:15:51 +03:00
Commit Graph

11127 Commits

Author SHA1 Message Date
florian
0b37fccfb6 Update hostapd to 0.6.3 (#3615)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-07 13:49:36 +00:00
florian
fa1ec9490a Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 18:23:29 +00:00
florian
8ae23f0721 Define the size_t size for cris (#3722)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 12:31:12 +00:00
florian
52aa744f12 Update uml to 2.6.25.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 11:30:11 +00:00
blogic
d2a5507f24 add dma hack to ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 03:08:03 +00:00
blogic
69d0204463 clean up board config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 03:03:06 +00:00
blogic
7863ca9afd make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 00:59:48 +00:00
nbd
80c16a1be2 be a bit more verbose about madwifi errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 00:41:46 +00:00
blogic
f1afa9701c use boards mac on boards with brn loader, on ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 23:22:21 +00:00
blogic
c223e82fd4 lots of ifxmips fixes and features
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 23:06:07 +00:00
nbd
c4b8e2f0b8 spurious initramfs breakage fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 22:11:22 +00:00
kaloz
15fb6e6e69 update targets to 2.6.25.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 16:52:15 +00:00
kaloz
f45adad4a0 update pronghorn patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 16:49:08 +00:00
matteo
fcb2538f2b avr32: update to latest atmel sources
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 14:49:07 +00:00
florian
465c4ee863 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 13:43:55 +00:00
florian
e2e6168015 If the *.img file is larger than 0x1e8000 loading it with
flash -s 0x100000 -d 0xffe08000 -l <length>

on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. 
Signed-off-by: Joerg Albert <jal2@gmx.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 13:38:19 +00:00
hcg
87bde5d7d3 First stage of update for at91 devices to 2.6.25.10 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-04 16:05:00 +00:00
matteo
929b77d999 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-04 00:58:46 +00:00
florian
be01bc2bd6 Put the files created by the lzma decompressor patch in the files/
directory.
Add some early_printk debugging to the lzma decompressor to help
track down problems when upgrading from one kernel version to another


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-03 11:09:37 +00:00
kaloz
9f25933453 update config, make 2.6.26-rc8 the default for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-03 00:21:58 +00:00
kaloz
4e9e90d50f update kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 23:27:00 +00:00
kaloz
7f9217ac14 generate patched zImage for the Pronghorn, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 23:25:52 +00:00
kaloz
20413fb5ba swap uart numbering on Pronghorn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 23:20:33 +00:00
kaloz
4784f4c2bf oops, commited wrong version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 23:19:50 +00:00
kaloz
7518db7816 rename patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 21:38:43 +00:00
kaloz
022e126a6b ixp4xx patches cleanup, round one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 21:37:46 +00:00
nbd
f7bdd481d2 madwifi: fix sequence number check on incoming retransmit checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-01 21:38:40 +00:00
nbd
bd47d6edf9 improve xargs compatibility check (mostly Darwin/Mac OS X related)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-01 21:38:28 +00:00
blogic
2cccfb6609 fixes mdio, adds runtime board configuration for ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-29 14:56:45 +00:00
cyrus
adde7768a2 lua: Fixed some cross-platform issues for PPC (and probably other architectures)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-29 11:38:22 +00:00
blogic
b6fb9a7180 lots of ifxmips cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-29 00:42:45 +00:00
blogic
9309132bb9 make the serial poirt used by prom.c configurable for ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 22:01:37 +00:00
blogic
9cfdd6b07a ifxmips should build uboot by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 21:51:43 +00:00
blogic
faa271ad50 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 21:42:54 +00:00
blogic
6e55fe8822 rename some ifxmips files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 21:26:03 +00:00
blogic
972b40d78c fixes ifxmips watchdog driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 21:18:51 +00:00
nbd
240bf1625e move ifxmips uboot to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 19:53:41 +00:00
nbd
e9e6238a63 compile libnl with -ffunction-sections to make binaries that use genl smaller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:55:21 +00:00
nbd
4cf91506a9 x86: don't attempt to compile grub on darwin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:54:44 +00:00
blogic
00ced30717 adds rt_tables to files installed by ip ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:32:21 +00:00
blogic
22c1090f91 add proper ebu locking to ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:28:31 +00:00
blogic
6ddec82f97 lots of ifxmips cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 16:56:04 +00:00
florian
f0579831aa Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 11:08:52 +00:00
florian
f983aa52ab Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 11:08:01 +00:00
florian
78b528942d Put back 2.6.24 files as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 11:07:07 +00:00
florian
be07fabdd8 Put back 2.6.23 files for rdc, allowing to switch from one kernel version to another for testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 11:06:32 +00:00
kaloz
e2a5cd999c ignore the bootloader's commandline on orion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-27 18:15:46 +00:00
kaloz
672f1e9407 generate webuploadable image for the wnr854t
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-27 12:19:20 +00:00
kaloz
ff8987a16b replacement of the add_header utility used by various vendors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-27 12:18:31 +00:00
kaloz
dd3239e0ac use mtdblock1 as rootfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-27 12:13:37 +00:00