aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: create even more network configs from the uci-defaults scriptGabor Juhos2011-11-0717-394/+45
| | | | | | | | Create the default network configuration dynamically for the AR724x/AR9331 boards. Some other boards are using the same configuration, so convert those as well. SVN-Revision: 28820
* ar71xx: create more network configs from the uci-defaults scriptGabor Juhos2011-11-076-80/+8
| | | | | | | Create the default network configuration dynamically for the boards with swapped eth0, eth1 interfaces. SVN-Revision: 28819
* ar71xx: create a bunch of network configs from the uci-defaults scriptGabor Juhos2011-11-078-83/+10
| | | | | | | Create the default network configuration dynamically for the boards with a single ethernet interface. SVN-Revision: 28818
* ar71xx: create generic network config from an uci-defaults scriptGabor Juhos2011-11-073-17/+66
| | | | SVN-Revision: 28817
* ar71xx: remove AP81 defconfig, it is the same as the generic configGabor Juhos2011-11-071-16/+0
| | | | SVN-Revision: 28816
* ar71xx: change generated Buffalo firmware versionsGabor Juhos2011-11-071-4/+4
| | | | | | | | | With version 1.76 the upgrade may fail with newer Buffalo firmwares with a message like this: "You can not update the firmware because the firmware version is earlier than 1.82. Please use 1.82 or later version for firmware update." SVN-Revision: 28815
* update 3.1 patchesImre Kaloz2011-11-074-55/+10
| | | | SVN-Revision: 28814
* update arm mach-typesImre Kaloz2011-11-071-6/+253
| | | | SVN-Revision: 28813
* ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boardsGabor Juhos2011-11-071-0/+2
| | | | SVN-Revision: 28812
* ar71xx: wrap long lines in the upgrade scriptGabor Juhos2011-11-071-6/+45
| | | | SVN-Revision: 28811
* ar71xx: fix WHR-HP-G300N firmware partition offsetGabor Juhos2011-11-071-1/+1
| | | | SVN-Revision: 28810
* ar71xx: add default network configuration for the WHR-HP-GNGabor Juhos2011-11-071-0/+24
| | | | SVN-Revision: 28807
* ar71xx: build image for the Buffalo WHR-HP-GNGabor Juhos2011-11-072-0/+18
| | | | SVN-Revision: 28806
* ar71xx: add support for the Buffalo WHR-HP-GN boardGabor Juhos2011-11-074-0/+8
| | | | SVN-Revision: 28805
* ar71xx: build image for the Buffalo WHR-G301NGabor Juhos2011-11-072-0/+18
| | | | SVN-Revision: 28804
* ar71xx: add support for the Buffalo WHR-G301N boardGabor Juhos2011-11-075-0/+32
| | | | SVN-Revision: 28803
* ar71xx: fix WHR-HP-G300N image generationGabor Juhos2011-11-071-3/+4
| | | | SVN-Revision: 28802
* ar71xx: enable WHR-HP-G300N support in kernel configGabor Juhos2011-11-071-1/+1
| | | | SVN-Revision: 28801
* ar71xx: fix WHR-HP-G300N MTD partitionsGabor Juhos2011-11-071-1/+2
| | | | SVN-Revision: 28800
* omap24xx: Add cbus tahvo locking fix.Michael Büsch2011-11-052-17/+31
| | | | SVN-Revision: 28767
* omap24xx: Fix n810bm compilationMichael Büsch2011-11-051-60/+58
| | | | SVN-Revision: 28766
* kernel: swconfig: add a missing unlock in error pathGabor Juhos2011-11-041-1/+3
| | | | SVN-Revision: 28753
* add timeserver config to target specific system configs as wellJo-Philipp Wich2011-11-045-8/+26
| | | | SVN-Revision: 28750
* kernel: merge regression fixes for the netfilter patches to the 3.1 kernel ↵Felix Fietkau2011-11-033-9/+12
| | | | | | patches (patch by tripolar) SVN-Revision: 28734
* lantiq: remove obseleted folder. we use 3.1 nowJohn Crispin2011-11-031-13/+0
| | | | SVN-Revision: 28728
* lantiq: bump to 3.1John Crispin2011-11-03113-47364/+1072
| | | | SVN-Revision: 28721
* ar71xx: add missing AR71XX_MACH_TL_WR741ND_V4Gabor Juhos2011-11-011-0/+1
| | | | SVN-Revision: 28709
* ar71xx: build image for the TL-WR741ND v4 boardGabor Juhos2011-11-011-0/+6
| | | | SVN-Revision: 28708
* ar71xx: add initial support for the TL-WR741ND v4 boardGabor Juhos2011-11-019-1/+197
| | | | | | The ethernet port LEDs are not working yet. SVN-Revision: 28706
* ar71xx: add AR933X GMAC register definesGabor Juhos2011-11-011-0/+19
| | | | SVN-Revision: 28705
* ar71xx: combine LEDs setup in one fileGabor Juhos2011-11-0113-305/+144
| | | | SVN-Revision: 28704
* ar71xx: unify LED names on Planex boardsGabor Juhos2011-11-014-16/+14
| | | | SVN-Revision: 28703
* ar71xx: unify LED names on Buffalo boardsGabor Juhos2011-11-015-17/+15
| | | | SVN-Revision: 28702
* ar71xx: unify LED names on TP-Link boardsGabor Juhos2011-11-0112-47/+36
| | | | SVN-Revision: 28701
* ar71xx/all0258n: sysupgrade supportGabor Juhos2011-11-012-0/+168
| | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28700
* ar71xx/all0258n: add default configGabor Juhos2011-11-012-0/+17
| | | | | | | | This adds default network and uboot-env settings for the ALL0258N. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28699
* ar71xx: remove default network config of the mzk-w04nu board as wellGabor Juhos2011-11-011-16/+0
| | | | | | It works with the generic config. SVN-Revision: 28695
* ar71xx: remove LED setup of nonexistent interfaces on RB750Gabor Juhos2011-10-311-24/+0
| | | | SVN-Revision: 28693
* ar71xx: remove default network config of the wnr2000 boardGabor Juhos2011-10-311-16/+0
| | | | | | It is the same as the generic configuration. SVN-Revision: 28692
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* omap24xx: Default to linux-3.1Michael Büsch2011-10-301-1/+1
| | | | SVN-Revision: 28687
* omap24xx: Fix n810 LCD initializationMichael Büsch2011-10-304-21/+75
| | | | SVN-Revision: 28685
* omap24xx: Fix n810 bootMichael Büsch2011-10-308-206/+184
| | | | SVN-Revision: 28683
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵Gabor Juhos2011-10-301-2/+2
| | | | | | | | | | | 32-bit value Aparently $magic_long was meant here instead of $magic when comparing with 32-bit values. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28678
* omap24xx: Refresh 3.1 configMichael Büsch2011-10-291-0/+1
| | | | SVN-Revision: 28677
* omap24xx: Refresh 3.1 patchesMichael Büsch2011-10-2919-207/+233
| | | | SVN-Revision: 28676
* Fix tusb patchMichael Büsch2011-10-291-12/+0
| | | | SVN-Revision: 28675
* omap24xx: Fix MUSB compileMichael Büsch2011-10-291-32/+61
| | | | SVN-Revision: 28674
* omap24xx: Add n800 touchscreen and keypad drivers. Thanks to Marat Radchenko.Michael Büsch2011-10-296-12/+3043
| | | | SVN-Revision: 28673
* omap24xx: Add 3.1 patchset.Michael Büsch2011-10-2918-0/+10250
| | | | SVN-Revision: 28672