Commit Graph

10243 Commits

Author SHA1 Message Date
Florian Fainelli
beb4eae1fa backport mii_ioctl_data fix to make wpa-supplicant roboswitch driver work (#1862)
SVN-Revision: 14891
2009-03-15 16:40:42 +00:00
Florian Fainelli
a16e6d4088 use Alain Knaff's bzip2/lzma patch instead of the old lzma patch
SVN-Revision: 14890
2009-03-15 16:27:16 +00:00
Gabor Juhos
beb47c57af preliminary support for the Atheros AP81 refrence board
SVN-Revision: 14888
2009-03-15 14:30:08 +00:00
Florian Fainelli
43fa2310f3 fix double g typo
SVN-Revision: 14887
2009-03-15 13:40:11 +00:00
Gabor Juhos
4c371bff3a sync kernel config
SVN-Revision: 14885
2009-03-15 12:57:49 +00:00
Florian Fainelli
499fa7f7a1 add 2.6.28 patches and kernel config
SVN-Revision: 14884
2009-03-15 12:56:39 +00:00
Florian Fainelli
a54018aa87 fix ppp and pptp typos where is used instead of (#4768, #4778)
SVN-Revision: 14882
2009-03-15 12:08:31 +00:00
Florian Fainelli
44eec54c20 fix typo in spidev_test category
SVN-Revision: 14880
2009-03-15 11:17:35 +00:00
Felix Fietkau
61dca5a46a orion: fix preselection for ath9k
SVN-Revision: 14878
2009-03-15 00:53:20 +00:00
Gabor Juhos
9b59499893 pb42: add GPIO buttons
SVN-Revision: 14877
2009-03-14 19:28:28 +00:00
Gabor Juhos
fa36af494f pb42: fix ethernet, remove USB registration, add default network configuration
SVN-Revision: 14876
2009-03-14 18:28:33 +00:00
Felix Fietkau
16defbb2bd nuke obsolete kernel stuff
SVN-Revision: 14875
2009-03-14 15:52:42 +00:00
Gabor Juhos
b4644aedce create firmware image for the Ubiquiti LS-SR71 board
SVN-Revision: 14874
2009-03-14 13:25:49 +00:00
Gabor Juhos
83f6f853e9 ls-sr71: add GPIO LEDs
SVN-Revision: 14873
2009-03-14 12:53:31 +00:00
Gabor Juhos
a31a173aec simplify setup code for Ubiquiti boards
SVN-Revision: 14872
2009-03-14 12:24:11 +00:00
Gabor Juhos
24d356bcd1 mac80211: update compat-wireless to 2009-03-13
SVN-Revision: 14871
2009-03-14 10:18:45 +00:00
Felix Fietkau
6550fbe9b4 nuke some obsolete gcc versions
SVN-Revision: 14870
2009-03-14 03:21:56 +00:00
Felix Fietkau
dbd39f1a50 enable eabi support by default
SVN-Revision: 14869
2009-03-14 03:17:35 +00:00
Felix Fietkau
6c6e6f5827 switch to binutils 2.19.1 by default
SVN-Revision: 14868
2009-03-14 03:17:28 +00:00
Felix Fietkau
28724bd8aa remove obsolete eabi config overrides
SVN-Revision: 14867
2009-03-14 03:17:23 +00:00
Felix Fietkau
72faa09dff move cflags default setting to target makefiles
SVN-Revision: 14866
2009-03-14 03:17:06 +00:00
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