summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* move CONFIG_XFS_DEBUG to generic configNicolas Thill2008-07-305-4/+1
| | | | SVN-Revision: 12007
* ethernet driver updates * new mii bus code, mac0 and mac1 can use the mac0's ↵Gabor Juhos2008-07-2911-285/+508
| | | | | | miii bus from now on * swap eth0 & eth1 on RB433/450 SVN-Revision: 11995
* fix the name of the micrel PHY driverGabor Juhos2008-07-291-1/+1
| | | | SVN-Revision: 11990
* Generate gzipped package lists - Can be used by changing the src line in ↵Andy Boyett2008-07-291-2/+4
| | | | | | /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg SVN-Revision: 11981
* switch to the production phy ids on the CambriaImre Kaloz2008-07-281-3/+1
| | | | SVN-Revision: 11979
* add a fix to prevent startup crashes on i386 when built with gcc < 4.3Nicolas Thill2008-07-281-0/+13
| | | | SVN-Revision: 11969
* update to 2.6.26Gabor Juhos2008-07-2815-1/+787
| | | | SVN-Revision: 11968
* make use DMA_BIT_MASKGabor Juhos2008-07-281-4/+4
| | | | SVN-Revision: 11966
* atheros: 2.6.26 patchesMatteo Croce2008-07-2710-0/+543
| | | | SVN-Revision: 11965
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-271-0/+7
| | | | SVN-Revision: 11962
* fix a bug in the USB driver debug codeGabor Juhos2008-07-271-4/+4
| | | | SVN-Revision: 11961
* sync 2.6.26 configGabor Juhos2008-07-272-20/+0
| | | | SVN-Revision: 11955
* add missing symbols to 2.6.26 defconfigGabor Juhos2008-07-271-0/+11
| | | | SVN-Revision: 11954
* disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xxFelix Fietkau2008-07-261-1/+0
| | | | SVN-Revision: 11949
* fix kernel oops in the redboot partition parser when ↵Felix Fietkau2008-07-264-12/+12
| | | | | | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition SVN-Revision: 11948
* initial 2.6.26 supportGabor Juhos2008-07-2620-0/+1629
| | | | SVN-Revision: 11946
* cleanup trailing whitespaces in 2.6.26 patchesGabor Juhos2008-07-2614-623/+726
| | | | SVN-Revision: 11945
* Remove 2.6.23 files, we will stick to 2.6.24 for rdcFlorian Fainelli2008-07-269-2645/+0
| | | | SVN-Revision: 11944
* Resync some kernel configuration optionsFlorian Fainelli2008-07-266-2/+4
| | | | SVN-Revision: 11941
* make boot quiet a bitGabor Juhos2008-07-261-6/+6
| | | | SVN-Revision: 11939
* add backported HSO driverImre Kaloz2008-07-262-1/+2917
| | | | SVN-Revision: 11938
* fix yaffs on 2.6.26Gabor Juhos2008-07-261-0/+69
| | | | SVN-Revision: 11936
* fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵Gabor Juhos2008-07-261-1/+6
| | | | | | #2788) SVN-Revision: 11935
* allow mkfwimage to fail during atheros builds. sometimes images get too big ↵Felix Fietkau2008-07-261-2/+2
| | | | | | for devices that use this image format, but this must not break the normal image build for other atheros devices SVN-Revision: 11934
* update to 2.6.25.12Gabor Juhos2008-07-2643-780/+519
| | | | SVN-Revision: 11933
* add chip_fixup patch of the platform_nand driver to 2.6.26 as wellGabor Juhos2008-07-251-0/+32
| | | | SVN-Revision: 11922
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵Travis Kemen2008-07-251-0/+10
| | | | | | back in ubiquiti image generation. SVN-Revision: 11920
* parse mac address on RouterBOARDsGabor Juhos2008-07-225-29/+78
| | | | SVN-Revision: 11910
* fix sierra patchesTravis Kemen2008-07-222-1508/+0
| | | | SVN-Revision: 11909
* fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)Gabor Juhos2008-07-221-4/+8
| | | | SVN-Revision: 11908
* fix compile error (closes #3799)Gabor Juhos2008-07-222-7/+9
| | | | SVN-Revision: 11907
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵Florian Fainelli2008-07-222-12/+0
| | | | | | well SVN-Revision: 11905
* fix sysupgrade endian issuesTravis Kemen2008-07-221-1/+1
| | | | SVN-Revision: 11900
* This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz, re-based ↵Travis Kemen2008-07-212-0/+1508
| | | | | | | | | | | | | | | | | against 2.4.35 and repaired for obvious breakage (didn't use its device table, etc.). Changes from Linksys tree: - Remove 'vendor' and 'product' parameters; these aren't used in the mainstream driver and seem to only have served to break it. - Remove bogus 'sierra_device_ids' table, used with above. - Changed references to 'sierra_device_ids' back to id_table - Changed non-standard CONFIG_USB_SERIAL_SIERRA_3G (line 886) to current module standard CONFIG_USB_SERIAL_SIERRAWIRELESS - Added #include to enable pl2303 hack to remain until I can figure out if it's still necessary. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11899
* This series of patches closes the support gap on one of the explicitly ↵Travis Kemen2008-07-213-6/+1510
| | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898
* Fix routerboard boot partition name in wget2nand (#3791)Florian Fainelli2008-07-211-1/+1
| | | | SVN-Revision: 11897
* update mvswitch for 2.6.25 and 2.6.26 as wellFelix Fietkau2008-07-214-58/+140
| | | | SVN-Revision: 11896
* add missing defines for mvswitchFelix Fietkau2008-07-211-1/+15
| | | | SVN-Revision: 11895
* surprise :pGabor Juhos2008-07-2153-18/+6654
| | | | SVN-Revision: 11894
* The gpiommc configfs interface needs locking.Michael Büsch2008-07-211-0/+60
| | | | SVN-Revision: 11892
* Update gpiommc to use configfsMichael Büsch2008-07-204-231/+594
| | | | SVN-Revision: 11887
* some more mvswitch fixes: - initialize the vlan destination map properly - ↵Felix Fietkau2008-07-191-27/+54
| | | | | | workaround for moving node bug: clear the ATU database on every PHY poll SVN-Revision: 11881
* add extra safety for the packet mangling in the mvswitch driverFelix Fietkau2008-07-191-1/+1
| | | | SVN-Revision: 11880
* Update UML to 2.6.26Florian Fainelli2008-07-191-1/+1
| | | | SVN-Revision: 11873
* adds ifxmips profilesJohn Crispin2008-07-192-0/+34
| | | | SVN-Revision: 11871
* 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)Florian Fainelli2008-07-191-6/+6
| | | | SVN-Revision: 11870
* Update GPIO-based MMC driverMichael Büsch2008-07-184-302/+917
| | | | SVN-Revision: 11864
* Working korina driver for 2.6.24, still needs fixing in the tx tasklet which ↵Florian Fainelli2008-07-171-47/+37
| | | | | | introduces high latency when transmitting packets, rx path works ok SVN-Revision: 11853
* 2.6.24 moved watchdog drivers to drivers/watchdogFlorian Fainelli2008-07-171-0/+0
| | | | SVN-Revision: 11852
* Disable ubsec ssb by default on WGT634U until it gets fixedFlorian Fainelli2008-07-161-1/+1
| | | | SVN-Revision: 11846