summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ramips: initial board support for MOFI3500-3GNjuhosg2011-04-049-1/+161
| | | | | | | | | | This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/geos: redux of cs5535 versionnbd2011-04-031-1/+1
| | | | | | | | The previous technique didn't work with "make defconfig" correctly. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] create an initramfs image by defaultflorian2011-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: Update to version 2.6.37.6hauke2011-04-0325-34/+36
| | | | | | | Thank you Peter Wagner for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: l2tp: fix possible oops on l2tp_eth module unloadhauke2011-04-031-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing kconfig symbol for 2.6.38nbd2011-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8306: do not overwrite registers in the phy fixup, it could mess up other ↵nbd2011-04-021-0/+6
| | | | | | switches (fixes #8911) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing dependency for the mv_cesa crypto drivernbd2011-04-022-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-04-022-4/+2
| | | | | | | remove unknown package names from DEFAULT:= git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵nbd2011-04-021-0/+1
| | | | | | blkcipher, hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵nbd2011-04-023-3/+3
| | | | | | the profiles, fixes imagebuilder issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] flash_chips: Removed forced recognition of Macronix MX29LV640T ↵cshore2011-04-024-120/+0
| | | | | | flash chip. It should be recognized by the CFI and not need forcing. User has not since replied. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk ↵cshore2011-04-021-5/+1
| | | | | | | | | | hasn't yet been included... therefore KERNEL_PATCHVER hasn't yet been defined. Ergo, we need to use a deferred definition of GEOS_GPIO (and can't use ifeq/endif). Signed-off-by: Philip Prindeville <philipp@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link ↵nbd2011-04-024-0/+4
| | | | | | detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ↵nbd2011-04-023-76/+109
| | | | | | behind the switch instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not ↵nbd2011-04-021-4/+5
| | | | | | run them on every device open, only on tx timeouts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 ↵cshore2011-03-311-1/+1
| | | | | | devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* shmem_set_file: Remove ima_counts_get()mb2011-03-301-12/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 vm_exports.patch: Fix merge error introduced in r26332mb2011-03-301-11/+13
| | | | | | | Thanks to acoul for noticing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Update filesystem selectionhcg2011-03-303-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add uboot-envtools to gumstix buildshcg2011-03-303-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-294-0/+1218
| | | | | | | * adds spi driver, thx daniel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-293-2/+23
| | | | | | | * fix ARV7518PW support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-291-5/+10
| | | | | | | * use netif_rx of the phydev if it is provided git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-292-4/+4
| | | | | | | * shrink the memory window of the wdt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] geos: support cpu MSR register and flashrom for coreboot upgradesflorian2011-03-281-1/+3
| | | | | | | | | | The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time. Allow the user to upgrade his BIOS from Linux. Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update omap24xx kconfigmb2011-03-281-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update 2.6.38 to 2.6.38.2mb2011-03-287-37/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/atheros: add missing netpoll option. (closes #9130)acoul2011-03-281-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The Geos target (and probably others, like net5501) need to grab the new ↵thepeople2011-03-281-3/+8
| | | | | | | | cs5535 gpio driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove 2.6.36 stuffjuhosg2011-03-279-456/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: switch to 2.6.37juhosg2011-03-2710-1/+485
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: UPF_FIXED_TYPE must be set for the serial portsjuhosg2011-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: define GPIO chips separately for each SoCsjuhosg2011-03-277-84/+152
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: move GPIO definitions into a separate header filejuhosg2011-03-275-63/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: setup GPIO chip functions on the flyjuhosg2011-03-271-12/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: use separate register base for GPIO chipsjuhosg2011-03-271-8/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix dir-300 mtd layoutjuhosg2011-03-271-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: enable MDIO on the HW550-3G boardjuhosg2011-03-271-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add sysupgrade and status LED support for HW550-3Gjuhosg2011-03-273-12/+15
| | | | | | | | | This patch adds sysupgrade and status LED support for the Aztech HW550-3G. Some LED GPIOs were changed for clarity. Signed-off-by: Layne Edwards <ledwards76@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "kernel: remove all local symbols from kernel modules at link time to ↵nbd2011-03-264-24/+2
| | | | | | | | reduce their size" Use -x when stripping kernel modules instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use -fno-caller-savesnbd2011-03-262-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵nbd2011-03-2624-24/+24
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove all local symbols from kernel modules at link time to reduce ↵nbd2011-03-254-2/+24
| | | | | | their size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵nbd2011-03-252-24/+0
| | | | | | oprofile fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx]: Correct CTI patchhcg2011-03-231-15/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] kernel: add CTI usb-id's to FTDI driverhcg2011-03-231-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add patch to correct sub-page alignmenthcg2011-03-231-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix image generation in the Image Builder environmentjow2011-03-221-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx]: add 2.6.38 supportkaloz2011-03-2240-0/+6347
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26268 3c298f89-4303-0410-b956-a3cf2f4a3e73