summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add a missing kconfig symbol for 2.6.38Felix Fietkau2011-04-021-0/+1
| | | | SVN-Revision: 26417
* rtl8306: do not overwrite registers in the phy fixup, it could mess up other ↵Felix Fietkau2011-04-021-0/+6
| | | | | | switches (fixes #8911) SVN-Revision: 26410
* kernel: add a missing dependency for the mv_cesa crypto driverFelix Fietkau2011-04-022-0/+20
| | | | SVN-Revision: 26406
* remove unknown package names from DEFAULT:=John Crispin2011-04-022-4/+2
| | | | SVN-Revision: 26403
* kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵Felix Fietkau2011-04-021-0/+1
| | | | | | blkcipher, hash) SVN-Revision: 26402
* ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵Felix Fietkau2011-04-023-3/+3
| | | | | | the profiles, fixes imagebuilder issues SVN-Revision: 26401
* flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. ↵Daniel Dickinson2011-04-024-120/+0
| | | | | | It should be recognized by the CFI and not need forcing. User has not since replied. SVN-Revision: 26400
* We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk ↵Daniel Dickinson2011-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 SVN-Revision: 26397
* ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link ↵Felix Fietkau2011-04-024-0/+4
| | | | | | detection SVN-Revision: 26394
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ↵Felix Fietkau2011-04-023-76/+109
| | | | | | behind the switch instead SVN-Revision: 26393
* ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not ↵Felix Fietkau2011-04-021-4/+5
| | | | | | run them on every device open, only on tx timeouts SVN-Revision: 26392
* Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 devices.Daniel Dickinson2011-03-311-1/+1
| | | | SVN-Revision: 26387
* shmem_set_file: Remove ima_counts_get()Michael Büsch2011-03-301-12/+3
| | | | SVN-Revision: 26378
* 2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to ↵Michael Büsch2011-03-301-11/+13
| | | | | | acoul for noticing. SVN-Revision: 26377
* Update filesystem selectionHamish Guthrie2011-03-303-7/+3
| | | | SVN-Revision: 26366
* Add uboot-envtools to gumstix buildsHamish Guthrie2011-03-303-2/+4
| | | | SVN-Revision: 26363
* * adds spi driver, thx danielJohn Crispin2011-03-294-0/+1218
| | | | SVN-Revision: 26355
* * fix ARV7518PW supportJohn Crispin2011-03-293-2/+23
| | | | SVN-Revision: 26354
* * use netif_rx of the phydev if it is providedJohn Crispin2011-03-291-5/+10
| | | | SVN-Revision: 26353
* * shrink the memory window of the wdtJohn Crispin2011-03-292-4/+4
| | | | SVN-Revision: 26352
* geos: support cpu MSR register and flashrom for coreboot upgradesFlorian Fainelli2011-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> SVN-Revision: 26344
* Update omap24xx kconfigMichael Büsch2011-03-281-7/+15
| | | | SVN-Revision: 26333
* Update 2.6.38 to 2.6.38.2Michael Büsch2011-03-287-37/+62
| | | | SVN-Revision: 26332
* linux/atheros: add missing netpoll option. (closes #9130)Alexandros C. Couloumbis2011-03-281-0/+31
| | | | SVN-Revision: 26331
* The Geos target (and probably others, like net5501) need to grab the new ↵Travis Kemen2011-03-281-3/+8
| | | | | | | | cs5535 gpio driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26330
* ramips: remove 2.6.36 stuffGabor Juhos2011-03-279-456/+0
| | | | SVN-Revision: 26329
* ramips: switch to 2.6.37Gabor Juhos2011-03-2710-1/+485
| | | | SVN-Revision: 26328
* ramips: UPF_FIXED_TYPE must be set for the serial portsGabor Juhos2011-03-271-1/+1
| | | | SVN-Revision: 26327
* ramips: define GPIO chips separately for each SoCsGabor Juhos2011-03-277-84/+152
| | | | SVN-Revision: 26326
* ramips: move GPIO definitions into a separate header fileGabor Juhos2011-03-275-63/+52
| | | | SVN-Revision: 26325
* ramips: setup GPIO chip functions on the flyGabor Juhos2011-03-271-12/+5
| | | | SVN-Revision: 26324
* ramips: use separate register base for GPIO chipsGabor Juhos2011-03-271-8/+16
| | | | SVN-Revision: 26323
* ramips: fix dir-300 mtd layoutGabor Juhos2011-03-271-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26322
* ramips: enable MDIO on the HW550-3G boardGabor Juhos2011-03-271-1/+5
| | | | SVN-Revision: 26321
* ramips: add sysupgrade and status LED support for HW550-3GGabor Juhos2011-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> SVN-Revision: 26320
* Revert "kernel: remove all local symbols from kernel modules at link time to ↵Felix Fietkau2011-03-264-24/+2
| | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305
* kernel: use -fno-caller-savesFelix Fietkau2011-03-262-7/+13
| | | | SVN-Revision: 26301
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-2624-24/+24
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* kernel: remove all local symbols from kernel modules at link time to reduce ↵Felix Fietkau2011-03-254-2/+24
| | | | | | their size SVN-Revision: 26298
* kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵Felix Fietkau2011-03-252-24/+0
| | | | | | oprofile fix SVN-Revision: 26297
* Correct CTI patchHamish Guthrie2011-03-231-15/+15
| | | | SVN-Revision: 26276
* kernel: add CTI usb-id's to FTDI driverHamish Guthrie2011-03-231-0/+24
| | | | SVN-Revision: 26275
* Add patch to correct sub-page alignmentHamish Guthrie2011-03-231-0/+22
| | | | SVN-Revision: 26274
* fix image generation in the Image Builder environmentJo-Philipp Wich2011-03-221-1/+3
| | | | SVN-Revision: 26271
* add 2.6.38 supportImre Kaloz2011-03-2240-0/+6347
| | | | SVN-Revision: 26268
* enable the 'big kernel lock' by defaultImre Kaloz2011-03-222-1/+2
| | | | SVN-Revision: 26267
* sysupgrade works on the wp54Travis Kemen2011-03-211-1/+1
| | | | SVN-Revision: 26257
* Update to 2.6.38Claudio Mignanti2011-03-203-77/+10
| | | | SVN-Revision: 26246
* omap24xx: Update to 2.6.38. Remove 2.6.37 filesMichael Büsch2011-03-2016-23433/+1
| | | | SVN-Revision: 26244
* brcm47xx: remove kmod-usb-ohci from WGT634U packages.Hauke Mehrtens2011-03-191-1/+1
| | | | | | | | This package creates some error messages on startup Thank you russell-- for reporting SVN-Revision: 26240