Vasilis Tsiligiannis
fa6e1dd37d
madwifi: Add support for multiple interfaces
...
SVN-Revision: 25951
14 years ago
Felix Fietkau
357018e7e5
base-files: the relinked libpthread needs to be linked against libdl, otherwise calls to dlopen() fail ( fixes #8978 )
...
SVN-Revision: 25950
14 years ago
Imre Kaloz
4cd2bef057
upgrade to the 2011.03-0 release from Linaro
...
SVN-Revision: 25948
14 years ago
Jo-Philipp Wich
ff1f0be710
site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull
...
SVN-Revision: 25946
14 years ago
Felix Fietkau
bc8728d9ce
uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes depend on it for powerpc
...
SVN-Revision: 25944
14 years ago
Felix Fietkau
172241fa1b
madwifi: fix logic error in r25929
...
SVN-Revision: 25942
14 years ago
Michael Büsch
75de2bebd6
n810: Add workaround for bluetooth IRQ issue
...
SVN-Revision: 25939
14 years ago
Florian Fainelli
aa580d336b
bcm63xx: Really fix the flash driver in 2.6.37
...
Read back the actual rootfs length from the image tag.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 25938
14 years ago
Michael Büsch
b52beae1af
n810 bluetooth compile fixes
...
SVN-Revision: 25937
14 years ago
Michael Büsch
b82c92224d
n810 profile: Add bluetooth related options
...
SVN-Revision: 25936
14 years ago
Michael Büsch
cc68acd0e3
omap24xx: Update bluetooth kconfig options
...
SVN-Revision: 25935
14 years ago
Michael Büsch
b09817a5e7
omap24xx: Add config option for n810 bluetooth driver
...
SVN-Revision: 25934
14 years ago
Michael Büsch
dbc2e08418
omap24xx: Add bluetooth firmware
...
SVN-Revision: 25933
14 years ago
Michael Büsch
b2fa5ab236
mac80211: Add scan race fix
...
SVN-Revision: 25930
14 years ago
Imre Kaloz
02dee9126e
use the xscale hal by default for arm, override it where needed
...
SVN-Revision: 25929
14 years ago
Imre Kaloz
b74308c433
only support EABI on ARM targets
...
SVN-Revision: 25928
14 years ago
Michael Büsch
9649777395
mac80211: print message on hw restart
...
SVN-Revision: 25926
14 years ago
Michael Büsch
1d3e4a2ab3
mac80211: Don't include p54spi default eeprom
...
SVN-Revision: 25925
14 years ago
Imre Kaloz
79871637db
upgrade to 2.6.37.1
...
SVN-Revision: 25922
14 years ago
Jo-Philipp Wich
3d5cdfac4e
ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversion
...
SVN-Revision: 25921
14 years ago
Felix Fietkau
504eda0da9
hotplug2: replace udevtrigger from the udev-106 source with a much smaller self-contained, stripped-down version
...
SVN-Revision: 25920
14 years ago
Felix Fietkau
0ca2b7f92c
ppp: add a few patches to reduce the package size
...
SVN-Revision: 25919
14 years ago
Michael Büsch
00d2c4b048
n810: Add usb networking to default net config
...
SVN-Revision: 25917
14 years ago
Jo-Philipp Wich
dcb66b0593
deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to-date in case they exist already for various reasons
...
SVN-Revision: 25915
14 years ago
Felix Fietkau
283f5e05d0
atheros: add gpio_set_debounce(), refresh patches
...
SVN-Revision: 25914
14 years ago
Michael Büsch
218ce7a205
tahvo-usb: Fix NULL ptr deref in OTR irq handler
...
SVN-Revision: 25913
14 years ago
Felix Fietkau
7b64200684
gcc: include assembler functions in the shared libgcc_s library, fixes missing symbol issues on powerpc
...
SVN-Revision: 25912
14 years ago
Felix Fietkau
0b9cfab2a2
base-files: fix Build/Compile override handling, fixes ar7 compile
...
SVN-Revision: 25911
14 years ago
Michael Büsch
c545c84e13
n810: Update profile
...
SVN-Revision: 25910
14 years ago
Michael Büsch
55fae078d5
n810: Partially fix tahvo USB.
...
SVN-Revision: 25908
14 years ago
Michael Büsch
0e59776e3c
omap24xx: Fix modular compilation of MUSB
...
SVN-Revision: 25907
14 years ago
Michael Büsch
d80af7ebba
Fix loading of ethernet gadget
...
SVN-Revision: 25905
14 years ago
Jo-Philipp Wich
fef8f37692
change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
...
SVN-Revision: 25904
14 years ago
Michael Büsch
693bc17d40
Load MUSB before gadget and host drivers are loaded
...
SVN-Revision: 25903
14 years ago
Michael Büsch
f1b57a85e0
omap24xx: Update kconfig
...
SVN-Revision: 25892
14 years ago
Jo-Philipp Wich
b81f8abd60
dropbear: fix missing -lcrypt on BSDish host systems ( #8971 )
...
SVN-Revision: 25891
14 years ago
Michael Büsch
dd54ed7bca
omap24xx: Set hardware watchdog timeout to max
...
SVN-Revision: 25883
14 years ago
Michael Büsch
26c83e3248
omap24xx: Start watchdog with RT priority
...
SVN-Revision: 25882
14 years ago
Michael Büsch
42233dcf8e
atm/solos-pci: Fix incorrectly applied patch. Thanks to Philip A. Prindeville for pointing it out.
...
SVN-Revision: 25881
14 years ago
Michael Büsch
9e7801b913
cmake: Fix ccache
...
SVN-Revision: 25878
14 years ago
Jo-Philipp Wich
81cc3ef4f4
yet another missing symbol
...
SVN-Revision: 25875
14 years ago
Felix Fietkau
fff328fd41
toolchain/gcc (linaro): fix extension elimination optimization
...
This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether.
Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25871
14 years ago
Jo-Philipp Wich
200460fb54
bison: fix compilation with stub intl header
...
SVN-Revision: 25869
14 years ago
Michael Büsch
45591c54c4
omap24xx: Update to .38-rc7
...
SVN-Revision: 25865
14 years ago
Michael Büsch
3a3c99f7ee
n810: More retu-wdt cleanups
...
SVN-Revision: 25863
14 years ago
Felix Fietkau
5bddd70a37
Revert "ar71xx: add missing gpio_set_debounce function" - wrong target
...
SVN-Revision: 25854
14 years ago
Felix Fietkau
4e155b5283
base-files: do not build or use libgcc on m68k and avr32
...
SVN-Revision: 25852
14 years ago
Felix Fietkau
57a14f4e15
ar71xx: add missing gpio_set_debounce function
...
SVN-Revision: 25848
14 years ago
Alexandros C. Couloumbis
8d9c6a8f06
tools/xz: update to version 5.0.1
...
SVN-Revision: 25847
14 years ago
Jo-Philipp Wich
72e6f95f99
add more missing kernel symbols
...
SVN-Revision: 25846
14 years ago