summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [ar71xx] add 2.6.31 configjuhosg2009-08-241-0/+229
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.31: refresh generic patchesjuhosg2009-08-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.31: update generic configjuhosg2009-08-241-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add patches for 2.6.31juhosg2009-08-2431-0/+876
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] initialize ndo_tx_timeout field of netdev_opsjuhosg2009-08-241-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] refresh patchesjuhosg2009-08-242-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* also take over the files for 2.6.31mirko2009-08-2311-0/+2627
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ubicom32] default is to generate a ramdisk imageflorian2009-08-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic patchset levelled up to 2.6.31-rc6mirko2009-08-2294-0/+42681
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a new target for ubicom32 (compiles, but untested)nbd2009-08-214-0/+49130
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add nommu target feature flagnbd2009-08-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a heavily cleaned up version of ubicom32 toolchain supportnbd2009-08-211-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3/petitboot: Run petitboot at first startupgeoff2009-08-191-1/+16
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Make ps3-bl-option executablegeoff2009-08-191-0/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] preliminary failsafe support (closes #5726)juhosg2009-08-191-8/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add diag script (closes #5725)juhosg2009-08-191-0/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix package name of kmod-leds-gpiojuhosg2009-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pxcab: Replace TARGET_pxcab with feature powerpc64geoff2009-08-181-1/+1
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* powerpc: Create a powerpc64 config featuregeoff2009-08-183-1/+5
| | | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: General cleanup and update for defconfig-ps3-petitbootgeoff2009-08-181-1190/+8
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Move defconfig-ps3-petitboot to the petitboot profile directorygeoff2009-08-181-0/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Update the Petitboot profile package dependenciesgeoff2009-08-181-3/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Updates for ps3-bl-optiongeoff2009-08-181-46/+52
| | | | | | | | | | | | | Update the ps3 bootloader helper script ps3-bl-option. o Add new option --set-bootloader-timeout. o Use generic name 'bootloader'. o General format cleanup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Rename bl-option to ps3-bl-optiongeoff2009-08-182-1/+1
| | | | | | | | | | | Rename the bootloader helper script bl-option to ps3-bl-option. This change simply renames the file. No other changes are included. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use 2.6.30.5florian2009-08-1720-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] switch to 2.6.27.30florian2009-08-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.30: fix lzma compressed intitramfs support, and decrease ↵juhosg2009-08-161-1/+11
| | | | | | dictionary size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] bump to 2.6.30.4, apply fix from [15119] to x86_64nico2009-08-165-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.30: update layer7 patchjuhosg2009-08-162-29/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fix for commit r17276hauke2009-08-153-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Do not build the mac80211 module in the kernel.hauke2009-08-157-95/+69
| | | | | | | The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patcheshauke2009-08-153-36/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the swconfig utility to the wrt160nl profilenbd2009-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable rtl8306 support by default (for wrt160nl)nbd2009-08-142-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a driver for rtl8306 switchesnbd2009-08-145-0/+1041
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change the linking order of the ag71xx module so that the driver can ↵nbd2009-08-142-12/+12
| | | | | | take advantage of phy fixups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lib80211] fix buildhauke2009-08-133-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] switch to 2.6.30juhosg2009-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing patch which fakes a cardbus controller on top of PCI, ↵florian2009-08-122-0/+332
| | | | | | thanks SGDA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notflorian2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm63xx definition fixes, thanks AndyIflorian2009-08-115-10/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* arm: when linking the kernel, move the section discards after the other ↵nbd2009-08-091-0/+37
| | | | | | sections to fix discarding unused symbol exports git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: add default trigger for the power ledjuhosg2009-08-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable sysupgrade on the WRT160Nljuhosg2009-08-091-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: more mtd parser cleanupjuhosg2009-08-091-68/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert some accidentally committed test/debug changes from the module symbol ↵nbd2009-08-092-24/+24
| | | | | | export patch - should fix #5655 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not exclude the share directory for bison and other programs to ↵florian2009-08-091-1/+5
| | | | | | work (#5629) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Pirelli AG226G board (#5337)florian2009-08-092-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove useless hard reset in the SPI controller driverflorian2009-08-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix assignment instead of comparison in the mtd driver (#5649)florian2009-08-091-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17188 3c298f89-4303-0410-b956-a3cf2f4a3e73