summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* orion: Added initial support for Freecom DT2. Thanks to Zintis.Rod Whitby2009-03-225-0/+572
| | | | SVN-Revision: 14963
* ixp4xx/image: Initial support for fsg3 webupgrade imagesRod Whitby2009-03-221-10/+22
| | | | SVN-Revision: 14962
* tools/firmware-utils: Added encode_crc, for Freecom devices.Rod Whitby2009-03-222-0/+152
| | | | SVN-Revision: 14961
* orion: Create generic and harddisk subtargets, ready for a different kernel ↵Rod Whitby2009-03-223-0/+13
| | | | | | config for harddisk. SVN-Revision: 14960
* enable all blocks on 6338 and uart clock on 6345Florian Fainelli2009-03-212-1/+10
| | | | SVN-Revision: 14957
* b43legacy: Fix compilation.Michael Büsch2009-03-201-5/+7
| | | | | | We must enable DMA and disable PIO (PIO is not usable anyway). SVN-Revision: 14954
* add support for bcm6345 SoC, needs testingFlorian Fainelli2009-03-204-2/+83
| | | | SVN-Revision: 14953
* fix host dependencies for packages that depend on their own host buildFelix Fietkau2009-03-201-4/+5
| | | | SVN-Revision: 14952
* b43: Mask the PHY TX error interrupt for now.Michael Büsch2009-03-191-0/+26
| | | | SVN-Revision: 14951
* Add ps3vram kernel moduleHamish Guthrie2009-03-191-0/+15
| | | | SVN-Revision: 14950
* resync kernel patchesHauke Mehrtens2009-03-192-3/+3
| | | | SVN-Revision: 14949
* The image was selected from a wrong location. Fixes bug #4618Hauke Mehrtens2009-03-191-1/+1
| | | | SVN-Revision: 14948
* activate CONFIG_SND_PCM_OSS and CONFIG_SND_MIXER_OSS in kmod-sound-core. ↵Hauke Mehrtens2009-03-191-5/+7
| | | | | | These symbols are not set at an other place. SVN-Revision: 14947
* Update compat-wireless to 2009-03-18Hauke Mehrtens2009-03-1822-1456/+1424
| | | | | | | | | | Removing of include/net/ieee80211_radiotap.h is not needed, because it is only used by this compat-wireless. There are changes in that file and compat-wireless needs the newest version. Some more symbols are deactivated in the default config file, this will make building faster. The rt2800pci patches are up to date now. SVN-Revision: 14946
* add makefile target alias package/<name>/host/<target> for host buildsFelix Fietkau2009-03-181-0/+1
| | | | SVN-Revision: 14944
* Updated iw to 0.9.10. Thanks to quentinHauke Mehrtens2009-03-181-2/+2
| | | | SVN-Revision: 14943
* Updated regulatory.bin to 2009.03.09. Thanks to quentinHauke Mehrtens2009-03-181-2/+2
| | | | SVN-Revision: 14942
* cleanup imagetagFlorian Fainelli2009-03-181-2/+2
| | | | SVN-Revision: 14941
* Backport of ps3vram from 2.6.29Hamish Guthrie2009-03-185-0/+1369
| | | | SVN-Revision: 14940
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targetHamish Guthrie2009-03-184-3/+7
| | | | SVN-Revision: 14939
* Allow running without "logger" installedMichael Büsch2009-03-181-1/+4
| | | | SVN-Revision: 14938
* Support configurations without syslogd/klogd.Michael Büsch2009-03-181-2/+2
| | | | SVN-Revision: 14937
* NET_CLS_ACT can no longer be built as module in newer kernels, force it to =yFelix Fietkau2009-03-171-1/+1
| | | | SVN-Revision: 14935
* get rid of the ncurses host build - the only reason why it was necessary in ↵Felix Fietkau2009-03-171-20/+1
| | | | | | the first place was because of misuse of the BUILD_CC variable override. SVN-Revision: 14934
* b43: More non-PCI fixesMichael Büsch2009-03-172-5/+38
| | | | SVN-Revision: 14933
* b43: Fix for non-PCI buildsMichael Büsch2009-03-172-11/+24
| | | | SVN-Revision: 14932
* ap81: register GPIO LEDsGabor Juhos2009-03-171-0/+28
| | | | SVN-Revision: 14931
* b43-fwsquash: Fix dependency definitionsMichael Büsch2009-03-171-4/+2
| | | | SVN-Revision: 14930
* b43: Add support for removing unnecessary firmware files to reduce the image ↵Michael Büsch2009-03-173-0/+148
| | | | | | size. SVN-Revision: 14929
* s3c24xx: refresh kernel configFelix Fietkau2009-03-171-4/+0
| | | | SVN-Revision: 14928
* s3c24xx: unbreak openmoko merge patch (mmc changes)Felix Fietkau2009-03-171-418/+383
| | | | SVN-Revision: 14927
* fix missing binutils default version changeFelix Fietkau2009-03-171-1/+1
| | | | SVN-Revision: 14926
* fix a bug which prevented imagetag from correctly initializing the version ↵Florian Fainelli2009-03-171-3/+3
| | | | | | and magic2, use the broadcom default magics, which allows uploading through web interfaces SVN-Revision: 14925
* ap81: register SPI flash, and add default MTD partitionsGabor Juhos2009-03-171-0/+53
| | | | SVN-Revision: 14924
* ap81: register GPIO buttonsGabor Juhos2009-03-171-0/+29
| | | | SVN-Revision: 14923
* ap81: register USB host controllerGabor Juhos2009-03-171-0/+2
| | | | SVN-Revision: 14922
* ap81: register ethernet devices, and add default network configuration fileGabor Juhos2009-03-173-0/+33
| | | | SVN-Revision: 14921
* ap83: remove unnecessary includeGabor Juhos2009-03-171-1/+0
| | | | SVN-Revision: 14920
* bcm47xx: Fix compilation on non-PCI configs.Michael Büsch2009-03-171-13/+25
| | | | SVN-Revision: 14919
* Final updates to default configuration of ps3 petitboot sub-targetHamish Guthrie2009-03-173-1/+5
| | | | SVN-Revision: 14918
* update other 2.6.28.7 targets to 2.6.28.8, tooImre Kaloz2009-03-175-5/+5
| | | | SVN-Revision: 14917
* update to 2.6.28.8Imre Kaloz2009-03-178-9/+9
| | | | SVN-Revision: 14916
* Update kernel configHamish Guthrie2009-03-171-0/+8
| | | | SVN-Revision: 14915
* fix SPI register switch and prepare for UDC, thanks to Henk Vergonet (#4783)Florian Fainelli2009-03-179-19/+134
| | | | SVN-Revision: 14914
* Ensure that bin directory is created for ps3 buildbot buildHamish Guthrie2009-03-171-0/+1
| | | | SVN-Revision: 14913
* ncurses: make sure the timestamp of copied host utils is current, so that it ↵Felix Fietkau2009-03-171-0/+3
| | | | | | doesn't fall back to attempting to use cross-compiled ones SVN-Revision: 14912
* clean up ncurses makefile based on new host build changesFelix Fietkau2009-03-171-85/+30
| | | | SVN-Revision: 14911
* fix quilt variable and stampfile usage for host buildsFelix Fietkau2009-03-172-6/+12
| | | | SVN-Revision: 14910
* fix download reverse dependsFelix Fietkau2009-03-171-2/+4
| | | | SVN-Revision: 14907
* add PKG_HOST_ONLY variable to prevent target buildsFelix Fietkau2009-03-172-2/+2
| | | | SVN-Revision: 14906