aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* switch to binutils 2.19.1 by defaultFelix Fietkau2009-03-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete eabi config overridesFelix Fietkau2009-03-145-30/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move cflags default setting to target makefilesFelix Fietkau2009-03-146-10/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: backport a patch from gcc trunk that fixes an internal compiler error ↵Felix Fietkau2009-03-131-0/+71
| | | | | | on arm in version 4.3.3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build autoconf before automake.Lars-Peter Clausen2009-03-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the target-local CONFIG_SITE export. apparently make can't do more than ↵Felix Fietkau2009-03-131-4/+6
| | | | | | one of them in a single line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix stampfile variables for the toolchain build (fixes gcc compile error)Felix Fietkau2009-03-135-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleanup the PS3 makefileGeoff Levand2009-03-121-7/+11
| | | | | | | | | | | o LINUX_VERSION 2.6.28.2 to 2.6.28.7. o Remove petitboot patch facility. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rename defconfig-petitboot defconfig-ps3-petitbootGeoff Levand2009-03-121-0/+0
| | | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove PS3 linux-2.6.27 kernel supportGeoff Levand2009-03-122-32090/+0
| | | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove PS3 linux-2.6.25 kernel supportGeoff Levand2009-03-122-1044/+0
| | | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the PS3 2.6.28 kernel config:Geoff Levand2009-03-121-77/+11
| | | | | | | | | | | | CONFIG_EXT4_FS=y CONFIG_SPARSEMEM_VMEMMAP=n CONFIG_PS3_ADVANCED=y Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the ps3-utils package from 2.2.0 to 2.3.Geoff Levand2009-03-121-4/+8
| | | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the compile: host-install dependency independent of the order in which ↵Felix Fietkau2009-03-121-2/+3
| | | | | | the makefiles were included git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable Host/Install on compile: if package.mk is includedFelix Fietkau2009-03-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the CONFIG_SITE export to target-local exportsFelix Fietkau2009-03-121-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-123-12/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] do not duplicate fifo_size, since RX and TX fifo sizes are the ↵Florian Fainelli2009-03-113-17/+17
| | | | | | same, request_mem_region on the registers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make SPI work in full-duplex mode by defaultFlorian Fainelli2009-03-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] allow flash start address and firmware offset to be set on the ↵Florian Fainelli2009-03-101-11/+24
| | | | | | command line (#4666) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-09Gabor Juhos2009-03-104-90/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] tew-632brp: add default network configurationGabor Juhos2009-03-101-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] include kmod-switch in the default imagesFlorian Fainelli2009-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make robocfg work on brcm63xx as well (#4599)Florian Fainelli2009-03-091-35/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow kmod-switch to be used on brcm63xx (#4599)Florian Fainelli2009-03-093-4/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added directory for generic patches for linux kernel 2.6.29Mirko Vogt2009-03-091-0/+625
| | | | | | | - added ported patch <065-rootfs_split> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix p54usb firmware md5sum (#4759)Florian Fainelli2009-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of an illegal characters warning with packages that contain ↵Felix Fietkau2009-03-091-2/+2
| | | | | | uppercase characters git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move input device nodes to /dev/inputFelix Fietkau2009-03-091-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix KERNEL_PATCHVER for rc kernelsFelix Fietkau2009-03-091-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kconfig.pl: throw warnings into stderr instead of stdoutFelix Fietkau2009-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile ↵Felix Fietkau2009-03-092-1/+6
| | | | | | targets, should fix usage of cross tools with host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-07Gabor Juhos2009-03-089-773/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] package the bcm63xx-spi driverFlorian Fainelli2009-03-082-6/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add bcm63xx_spi based on reading ↵Florian Fainelli2009-03-083-6/+471
| | | | | | shared/opensource/flash/spiflash.c from the consumer releases, needs testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix SPI accessorsFlorian Fainelli2009-03-081-10/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo for the bcm6338 spi IRQ, change platform driver name and ↵Florian Fainelli2009-03-083-2/+5
| | | | | | make the SPI irq be fetchable by platform driver initialization code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] compile and register SPI controller deviceFlorian Fainelli2009-03-082-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make bcm6358 consistend with the other boards namingFlorian Fainelli2009-03-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix some SPI register definitions and platform-device ↵Florian Fainelli2009-03-084-20/+26
| | | | | | registration code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add support for the Numonyx 320S33B SPI flash chip which can be ↵Gabor Juhos2009-03-081-0/+14
| | | | | | found on the TL-WR941NDv2 r1.1 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] sysupgrade: install /bin/sleep into ramdisk too and add ↵Jo-Philipp Wich2009-03-082-3/+4
| | | | | | completition notice (#4747) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] turn some of the kernel dependencies the other way around to make ↵Hauke Mehrtens2009-03-073-13/+13
| | | | | | it easier to support new kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs ↵Hauke Mehrtens2009-03-071-0/+1
| | | | | | CONFIG_CRC16 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] extract the rfkill module to an extra package, only build rfkill ↵Hauke Mehrtens2009-03-073-9/+27
| | | | | | module if it is not integrated into the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and ↵Hauke Mehrtens2009-03-071-2/+1
| | | | | | DELUDE references were removed in r14461 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING ↵Hauke Mehrtens2009-03-072-2/+22
| | | | | | need it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] load module capifs before capiHauke Mehrtens2009-03-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add ssb dependency to b44Hauke Mehrtens2009-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] aec62xx is working with kernel 2.6.28 agagin.Hauke Mehrtens2009-03-071-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14773 3c298f89-4303-0410-b956-a3cf2f4a3e73