Florian Fainelli
83907c10ed
uclibc++: update to 0.2.4
...
SVN-Revision: 32929
12 years ago
Florian Fainelli
5df254664f
uclibc++: stage g++-uc wrappers in $(TOOLCHAIN_DIR)
...
Since we are overriding TARGET_CXX with the g++-uc wrapper when
we use cmake it expects to find g++-uc in the TOOLCHAIN_DIR.
SVN-Revision: 32928
12 years ago
Florian Fainelli
3cd753408d
properly generate squashfs, jffs2 and initramfs images and kernels
...
SVN-Revision: 32927
12 years ago
Florian Fainelli
c0561a42e7
disable crashlog on ARM platforms for the moment
...
It is currently badly broken on ARM, until fixed, disable it
SVN-Revision: 32926
12 years ago
John Crispin
f5f36911f0
add lantiq svip support
...
SVN-Revision: 32925
12 years ago
Jonas Gorski
07c4524d33
bcm63xx: Add nb6 support (BCM6362 SoC base boards)
...
Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com>
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
[jonas.gorski@gmail.com: add network config for nb6, make switch fix a
platform patch]
SVN-Revision: 32924
12 years ago
Jonas Gorski
820c224029
bcm63xx: add basic bcm6362 support
...
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 32923
12 years ago
Jonas Gorski
dcd339ac9d
bcm63xx: enable usb for bcm6328
...
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 32922
12 years ago
Jonas Gorski
94d257a851
bcm63xx: update enetswitch driver
...
Update enetswith driver with latest fixes and additions.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 32921
12 years ago
Jonas Gorski
fa75bd977a
bcm63xx: reorder patches
...
Fix the order and names of patches.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 32920
12 years ago
Florian Fainelli
d1ab4df0d6
move i2c module to target modules.mk
...
SVN-Revision: 32910
12 years ago
Florian Fainelli
e29d26e56f
partially revert r32855
...
Too many modules were removed, while only the octeon module was meant to be
removed, fix that.
SVN-Revision: 32909
12 years ago
Florian Fainelli
a5738c960a
resync config
...
SVN-Revision: 32908
12 years ago
Florian Fainelli
17244dea00
use the same description as other omap platforms (without the dash)
...
SVN-Revision: 32907
12 years ago
John Crispin
ee0946a5f4
refresh pwm patch
...
SVN-Revision: 32905
12 years ago
John Crispin
1f58c9b6c1
dont build on arm as kernel headers are missing/have a different layout
...
SVN-Revision: 32904
12 years ago
John Crispin
370894e594
fix up scons vs ccache
...
SVN-Revision: 32902
12 years ago
John Crispin
101766fb00
clean up pwm patches and drivers
...
SVN-Revision: 32901
12 years ago
Hauke Mehrtens
f0fe59648a
add config option CONFIG_I2C_MV64XXX to fix kirkwood build
...
SVN-Revision: 32898
12 years ago
Florian Fainelli
67891c26ec
resync config
...
SVN-Revision: 32895
12 years ago
Florian Fainelli
a4d699ccf0
fix DVA-G3810BN image generation
...
Attached patch fixes a typo in the image Makefile, and overrides the
board name for DVA-G3810BN to set the correct board properties
Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl>
SVN-Revision: 32894
12 years ago
Florian Fainelli
c6813d33f3
add D-link DVA-G3810BN-TL-1 support
...
Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl>
SVN-Revision: 32893
12 years ago
Florian Fainelli
18206793b2
Add CT6376-1 board support
...
Added CT6373 devices instead of using NB4's devices, as Florian suggested.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32892
12 years ago
Florian Fainelli
6afd1725f1
base-files: fix detection of standalone ldd
...
When standalone ldd is selected in config the binary is installed in /usr/bin/ldd.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32891
12 years ago
Florian Fainelli
4acdbb1d87
Add brcmsmac profile
...
Add brcmsmac profile (kmod-brcmsmac + wpad-mini).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32890
12 years ago
John Crispin
9beec09f5f
mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds
...
SVN-Revision: 32886
12 years ago
John Crispin
0ba7b18cfd
Add leds back after migration to sysfs
...
atheros trunk moved to full sysfs gpiolib, but the leds were forgotten.
This restores the wlan led that was missing after switching from backfire
to trunk.
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 32885
12 years ago
Florian Fainelli
46611b2cbf
add more missing config symbols
...
SVN-Revision: 32884
12 years ago
Florian Fainelli
ac30beaaa7
add more USB-related config symbols
...
SVN-Revision: 32883
12 years ago
Florian Fainelli
a077e785cf
make sure target modules depend on the target
...
SVN-Revision: 32882
12 years ago
Hauke Mehrtens
0c75abf527
bcma: update to version from wireless-testing tag master-2012-07-16
...
I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it.
This also contains 3 additional patches fixing some bugs in bcma.
SVN-Revision: 32880
12 years ago
Florian Fainelli
4a3cbbf99d
make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx)
...
SVN-Revision: 32878
12 years ago
John Crispin
87a72d68f1
fix typo in modules.mk
...
This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR.
Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>
SVN-Revision: 32870
12 years ago
Florian Fainelli
d359d46182
make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly
...
SVN-Revision: 32869
12 years ago
Felix Fietkau
5832e754fb
mtd: fix trx_fixup
...
With the BRCM47xx image I have built (Linksys E3000), there are additional
writes following the completion of "mtd_replace_jffs2" which invalidate the
'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere
after all writes have completed fixes the problem. I also noticed that 'erasesize'
used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by
'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this.
Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at
offset 0; which may be the cause of the problem described in Ticket #8960 .
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 32866
12 years ago
Florian Fainelli
adc2b21be8
move isp116x driver to target specific modules.mk
...
SVN-Revision: 32865
13 years ago
Florian Fainelli
1627b2bb4b
move rt305x-dwc driver to target specific modules.mk
...
SVN-Revision: 32864
13 years ago
Florian Fainelli
c7a69869f7
move ubsec-ssb driver to target specific modules.mk
...
SVN-Revision: 32863
13 years ago
Florian Fainelli
d1b2087a35
move ssb-gige to target specific modules.mk
...
SVN-Revision: 32862
13 years ago
Florian Fainelli
c14d907b8b
move usb driver to target specific modules.mk
...
SVN-Revision: 32861
13 years ago
Florian Fainelli
5b2450ef4f
kmod-r6040 depends on PCI_SUPPORT
...
SVN-Revision: 32860
13 years ago
Florian Fainelli
3b5a8548f4
move mmc driver to target specific modules.mk
...
SVN-Revision: 32859
13 years ago
Florian Fainelli
18038c803c
move ixp4xx-eth to target specific modules.mk
...
SVN-Revision: 32858
13 years ago
Florian Fainelli
53402a64b3
kmod-gpio-nxp74hc164 is not brcm63xx specific
...
SVN-Revision: 32857
13 years ago
Florian Fainelli
4000de357e
move crypto module to target specific modules.mk
...
SVN-Revision: 32856
13 years ago
Florian Fainelli
a282e37c09
move i2c driver to target modules.mk
...
SVN-Revision: 32855
13 years ago
Florian Fainelli
accbc20045
move watchdog driver to target specific modules.mk
...
SVN-Revision: 32854
13 years ago
Florian Fainelli
23ffbad602
move target specific spi modules
...
SVN-Revision: 32853
13 years ago
Florian Fainelli
1859500829
move target specific leds modules to ar71xx modules.mk
...
SVN-Revision: 32852
13 years ago
Florian Fainelli
c3b9a987b7
move leds modules back to target modules.mk
...
SVN-Revision: 32851
13 years ago