summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [brcm63xx] flashmap and image generation: reduced union bcm_tag to a single ↵florian2010-04-015-679/+266
| | | | | | | | | | | struct combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: fix commit r18413 "128MB ram problem"hauke2010-04-011-9/+16
| | | | | | | This was missing in commit r20072 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove MCU requests for SoC platforms in the rt2x00 driverjuhosg2010-04-012-1/+60
| | | | | | | | | The ralink SoC platforms do not have an MCU. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Cancel firmware loading if file doesn't existacinonyx2010-04-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]: add a subtarget and drivers for the Intel Tolapai SoCkaloz2010-04-0127-1/+13278
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] load firmware to /lib/firmwareblogic2010-03-312-6/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] improve extract codeblogic2010-03-311-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] adds proper md5sum to ifxosblogic2010-03-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] update os abstraction layerblogic2010-03-312-24/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix build error caused by r20631juhosg2010-03-311-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] adds voip supportblogic2010-03-3115-1/+1303
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] fix licensing issues of ifxmips dsl driverblogic2010-03-313-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] uboot only builds with gcc 3.4.6blogic2010-03-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add wpad-mini to the default packagesjuhosg2010-03-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as welljuhosg2010-03-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* select LZMA compressed initramfs by default for ramipsjuhosg2010-03-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selectedjuhosg2010-03-311-0/+1
| | | | | | | | | | When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with the CONFIG_RT2X00_DEBUG flag set to enable debug output. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] cleanup configuration handlingralph2010-03-312-42/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: annotate device register function prototypes with __initjuhosg2010-03-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a typo in rt2x00 configjuhosg2010-03-311-1/+1
| | | | | | | | | Fix a simple typo Signed-off-by: Luis Correia <luis.f.correia@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: register wifi device for the RT2880 based boardsjuhosg2010-03-312-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add wifi device for the RT2880 as welljuhosg2010-03-312-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing config file for the rt2x00juhosg2010-03-311-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: drop refcounting patch in preparation for 10.03, it has ↵jow2010-03-302-1129/+1
| | | | | | unresolved issues resulting in random vm crashes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: register wifi device on the rt305x based boardsjuhosg2010-03-304-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable building of the rt2800 on the ramips targetjuhosg2010-03-304-8/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: sync kernel configjuhosg2010-03-302-14/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] prepare kernel for voipblogic2010-03-305-7/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] httpd failsafe - add image check and flash accessralph2010-03-304-119/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] add preliminary AR9 supportralph2010-03-3019-4/+2496
| | | | | | | | | attention: if caches enabled the network is broken attention: the network of the flash image doesn't work because of enabled caches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* missing patch & config fileralph2010-03-302-0/+9381
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adding httpd - failsafe patchralph2010-03-303-2/+120
| | | | | | | | | flash write routine is not functional yet add configuration (board & dram) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The ralink rt305x board has a wireless card that can be used with the ↵blogic2010-03-302-0/+27
| | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* imagebuilder: don't disable on umlnico2010-03-301-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* imagebuilder: various fixesnico2010-03-301-7/+5
| | | | | | | | | | * only copy host tools from $(STAGING_DIR_HOST)/bin * remove more target patches, and also target files * combine the 3 find commands into a single one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] Fix the base address of the wireless card. Otherwise it is not ↵blogic2010-03-301-1/+1
| | | | | | possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: building gas for arm-*-uclibc systems requires linking ↵juhosg2010-03-305-0/+190
| | | | | | with -lm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to libgcc.a in LIBGCC_Snico2010-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerabilityjow2010-03-292-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix ndisc compilation failure (#6984)florian2010-03-291-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix dependencies for x86 targethauke2010-03-292-10/+10
| | | | | | | | | | kmod-hid and kmod-input-core are directly build into the kernel for the x86 target. No package on x86 should depend on it. This fixes #6963 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix mesh.hauke2010-03-291-0/+45
| | | | | | | This fixes #6774 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel-headers buildnbd2010-03-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] download.mk: fix bzr download methodnico2010-03-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* temporary fix to make toolchain build properly, this is broken since [20569]blogic2010-03-290-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] fixes uboot compile errorblogic2010-03-291-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix a signal related race condition exposed by LuCI on ↵jow2010-03-293-3/+7
| | | | | | fast machines git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update e2fsprogs to 1.41.11 (#6896)florian2010-03-292-13/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix shell syntax (prevent error messages when ↵nico2010-03-291-1/+1
| | | | | | activating initscripts in IB) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a new helper macro to deal with conditional ./configure flagsnbd2010-03-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20570 3c298f89-4303-0410-b956-a3cf2f4a3e73