1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00
Commit Graph

10222 Commits

Author SHA1 Message Date
Felix Fietkau
4941100523 gcc: backport a patch from gcc trunk that fixes an internal compiler error on arm in version 4.3.3
SVN-Revision: 14865
2009-03-13 22:35:39 +00:00
Lars-Peter Clausen
2d305f4fb7 Build autoconf before automake.
SVN-Revision: 14864
2009-03-13 21:49:11 +00:00
Felix Fietkau
e4a5d86b54 fix the target-local CONFIG_SITE export. apparently make can't do more than one of them in a single line
SVN-Revision: 14863
2009-03-13 16:16:54 +00:00
Felix Fietkau
ec6b3bf2be fix stampfile variables for the toolchain build (fixes gcc compile error)
SVN-Revision: 14862
2009-03-13 12:50:23 +00:00
Geoff Levand
44553edacc Cleanup the PS3 makefile
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>

SVN-Revision: 14859
2009-03-12 19:43:37 +00:00
Geoff Levand
2fd00f03aa Rename defconfig-petitboot defconfig-ps3-petitboot
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 14858
2009-03-12 19:36:56 +00:00
Geoff Levand
034be741e2 Remove PS3 linux-2.6.27 kernel support
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 14857
2009-03-12 19:25:11 +00:00
Geoff Levand
c9bb944b5e Remove PS3 linux-2.6.25 kernel support
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 14856
2009-03-12 19:22:58 +00:00
Geoff Levand
6ff5de18f5 Update the PS3 2.6.28 kernel config:
CONFIG_EXT4_FS=y
  CONFIG_SPARSEMEM_VMEMMAP=n
  CONFIG_PS3_ADVANCED=y

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 14855
2009-03-12 19:10:52 +00:00
Geoff Levand
29d7e458f0 Update the ps3-utils package from 2.2.0 to 2.3.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 14854
2009-03-12 18:55:47 +00:00
Felix Fietkau
b29f9112df make the compile: host-install dependency independent of the order in which the makefiles were included
SVN-Revision: 14853
2009-03-12 14:07:08 +00:00
Felix Fietkau
252c2229f8 enable Host/Install on compile: if package.mk is included
SVN-Revision: 14852
2009-03-12 14:00:26 +00:00
Felix Fietkau
76683dc7b2 move the CONFIG_SITE export to target-local exports
SVN-Revision: 14851
2009-03-12 13:57:56 +00:00
Florian Fainelli
6495fa36ea add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366
SVN-Revision: 14850
2009-03-12 08:54:04 +00:00
Florian Fainelli
8065eb4a55 do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_mem_region on the registers
SVN-Revision: 14848
2009-03-11 10:32:44 +00:00
Florian Fainelli
51125fb616 make SPI work in full-duplex mode by default
SVN-Revision: 14841
2009-03-10 15:28:29 +00:00
Florian Fainelli
0e3c23cdb2 allow flash start address and firmware offset to be set on the command line (#4666)
SVN-Revision: 14832
2009-03-10 09:18:47 +00:00
Gabor Juhos
70acd94cb1 mac80211: update compat-wireless to 2009-03-09
SVN-Revision: 14831
2009-03-10 08:50:11 +00:00
Gabor Juhos
ceb3b8c837 tew-632brp: add default network configuration
SVN-Revision: 14830
2009-03-10 08:14:26 +00:00
Florian Fainelli
add058c382 include kmod-switch in the default images
SVN-Revision: 14827
2009-03-09 21:58:49 +00:00
Florian Fainelli
2d6c8c64a3 make robocfg work on brcm63xx as well (#4599)
SVN-Revision: 14826
2009-03-09 21:57:47 +00:00
Florian Fainelli
04909ca614 allow kmod-switch to be used on brcm63xx (#4599)
SVN-Revision: 14825
2009-03-09 21:57:11 +00:00
Mirko Vogt
ea601ebe33 added directory for generic patches for linux kernel 2.6.29 - added ported patch <065-rootfs_split>
SVN-Revision: 14822
2009-03-09 18:38:56 +00:00
Florian Fainelli
12ae7817d8 fix p54usb firmware md5sum (#4759)
SVN-Revision: 14821
2009-03-09 16:41:48 +00:00
Felix Fietkau
d38153a847 get rid of an illegal characters warning with packages that contain uppercase characters
SVN-Revision: 14810
2009-03-09 15:06:30 +00:00
Felix Fietkau
11cf9ea728 move input device nodes to /dev/input
SVN-Revision: 14809
2009-03-09 15:06:15 +00:00
Felix Fietkau
5810934476 fix KERNEL_PATCHVER for rc kernels
SVN-Revision: 14808
2009-03-09 15:05:57 +00:00
Felix Fietkau
7f4bc03adb kconfig.pl: throw warnings into stderr instead of stdout
SVN-Revision: 14807
2009-03-09 15:05:32 +00:00
Felix Fietkau
b6f0cb5366 prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile targets, should fix usage of cross tools with host builds
SVN-Revision: 14800
2009-03-09 01:15:59 +00:00
Gabor Juhos
28f3acc031 mac80211: update compat-wireless to 2009-03-07
SVN-Revision: 14795
2009-03-08 19:25:11 +00:00
Florian Fainelli
58a11bcb40 package the bcm63xx-spi driver
SVN-Revision: 14794
2009-03-08 19:21:55 +00:00
Florian Fainelli
ae1ed9b7f4 add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the consumer releases, needs testing
SVN-Revision: 14793
2009-03-08 15:27:46 +00:00
Florian Fainelli
871b0d6fed fix SPI accessors
SVN-Revision: 14792
2009-03-08 14:20:15 +00:00
Florian Fainelli
1bcf5d0de6 fix typo for the bcm6338 spi IRQ, change platform driver name and make the SPI irq be fetchable by platform driver initialization code
SVN-Revision: 14790
2009-03-08 12:43:13 +00:00
Florian Fainelli
bf7f2939c2 compile and register SPI controller device
SVN-Revision: 14789
2009-03-08 12:18:26 +00:00
Florian Fainelli
1e92d0355d make bcm6358 consistend with the other boards naming
SVN-Revision: 14788
2009-03-08 12:17:19 +00:00
Florian Fainelli
b1abddb45f fix some SPI register definitions and platform-device registration code
SVN-Revision: 14787
2009-03-08 12:13:52 +00:00
Gabor Juhos
79dc3a6d88 add support for the Numonyx 320S33B SPI flash chip which can be found on the TL-WR941NDv2 r1.1 boards
SVN-Revision: 14786
2009-03-08 06:24:24 +00:00
Jo-Philipp Wich
8a6acee2e2 sysupgrade: install /bin/sleep into ramdisk too and add completition notice (#4747)
SVN-Revision: 14784
2009-03-08 00:21:25 +00:00
Hauke Mehrtens
5d57dbaeba turn some of the kernel dependencies the other way around to make it easier to support new kernel.
SVN-Revision: 14783
2009-03-07 18:28:39 +00:00
Hauke Mehrtens
53c375c606 add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
SVN-Revision: 14782
2009-03-07 17:16:03 +00:00
Hauke Mehrtens
44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
SVN-Revision: 14780
2009-03-07 17:07:24 +00:00
Hauke Mehrtens
2b64ecf391 ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
SVN-Revision: 14779
2009-03-07 16:56:23 +00:00
Hauke Mehrtens
0b03ed454b add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
SVN-Revision: 14778
2009-03-07 16:53:08 +00:00
Hauke Mehrtens
ea14544283 load module capifs before capi
SVN-Revision: 14775
2009-03-07 15:54:23 +00:00
Hauke Mehrtens
e626930ea6 add ssb dependency to b44
SVN-Revision: 14774
2009-03-07 15:52:13 +00:00
Hauke Mehrtens
f752ec4bbd aec62xx is working with kernel 2.6.28 agagin.
SVN-Revision: 14773
2009-03-07 14:03:12 +00:00
Hauke Mehrtens
8bf437c095 Add isdn4linux and gigaset kernel modules.
SVN-Revision: 14772
2009-03-07 13:23:37 +00:00
Hauke Mehrtens
3ac154fc9c On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel Marin
SVN-Revision: 14770
2009-03-07 12:58:08 +00:00
Lars-Peter Clausen
2f1c2dc3a1 Switch back to the previous set resolution when unblanking the screen.
SVN-Revision: 14768
2009-03-06 21:25:25 +00:00