Felix Fietkau
624505df56
ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)
...
SVN-Revision: 32095
13 years ago
Felix Fietkau
8b46a72583
kernel: add a few more tracing related symbols
...
SVN-Revision: 32094
13 years ago
Felix Fietkau
73b8805e78
ar71xx: fix PHY setup on TL-MR3020 ( fixes #11572 )
...
SVN-Revision: 32093
13 years ago
Felix Fietkau
dc9675282e
ar71xx: add a helper function for setting up PHY4 swapping on ar933x
...
SVN-Revision: 32092
13 years ago
Felix Fietkau
072bed4760
target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install
...
SVN-Revision: 32091
13 years ago
Felix Fietkau
02ab0d3ef9
ar71xx: only build all loader images if the image builder is enabled - saves some time on make target/install
...
SVN-Revision: 32090
13 years ago
Florian Fainelli
4c25e42fa8
fix alarm led color for board 96348A-122
...
SVN-Revision: 32089
13 years ago
Florian Fainelli
2f63f097de
add 96348w3 board ( #10764 )
...
SVN-Revision: 32088
13 years ago
Florian Fainelli
9d38989d1f
update livebox board support ( #8677 )
...
Merge most fixes from #8677 :
- add basic hardware detection of Livebox Blue 5g revisions
- register leds and gpio buttons
- fix boot address location
- properly parse mac addresses
Plus some more fixes:
- make board_livebox.c more in line with board_bcm963xx.c
SVN-Revision: 32087
13 years ago
Florian Fainelli
c69a2cdfbb
fix leds naming for all bcm63xx boards
...
SVN-Revision: 32086
13 years ago
Felix Fietkau
ce1d4d7ee9
kernel: make tracing support configurable
...
SVN-Revision: 32085
13 years ago
Felix Fietkau
bcd4209323
hostapd: fix driver setting for wpa_s in IBSS/WPA-NONE
...
This fix is needed to correctly set the driver to use with wpa_s in case of
IBSS/WPA-NONE. The current setting is not made correctly.
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32084
13 years ago
Felix Fietkau
93a883d7fb
tools/yaffs2: add mirror md5sum - upstream repo went away
...
SVN-Revision: 32083
13 years ago
Felix Fietkau
b50cfbb179
build: add PKG_MIRROR_MD5SUM support for host builds
...
SVN-Revision: 32082
13 years ago
Felix Fietkau
8068562453
build: prevent the environment variable CROSS_COMPILE from leaking into builds ( fixes #11603 )
...
SVN-Revision: 32081
13 years ago
Felix Fietkau
b17afa9f65
libubox: add mirror md5sum
...
SVN-Revision: 32080
13 years ago
Felix Fietkau
e8ff034c8b
download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided
...
SVN-Revision: 32079
13 years ago
Florian Fainelli
23fc737b9d
backport upstream spi-bcm63xx fixes
...
* message pump conversion
* not using stopping state
* setting spi driver mode bits
SVN-Revision: 32078
13 years ago
Florian Fainelli
7b12e9e49c
backport spi message queue infrastructure
...
SVN-Revision: 32077
13 years ago
Florian Fainelli
4112094dbb
increase led number in patch 301-led_count.patch
...
So that board patches are only touching board-related code
SVN-Revision: 32076
13 years ago
John Crispin
a53b084e49
add ccache wrapper
...
SVN-Revision: 32075
13 years ago
Luka Perkov
84a8853430
util-linux: fix typo
...
SVN-Revision: 32074
13 years ago
Jo-Philipp Wich
6cdf25289c
base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com>
...
SVN-Revision: 32073
13 years ago
John Crispin
f8655c0177
remove bogus patch
...
SVN-Revision: 32071
13 years ago
John Crispin
e2a63ac51d
rename libmisc.a to libipfixmisc.a
...
libmisc.a is too generic to be globally staged. It was clashing with xinetd
builds.
SVN-Revision: 32066
13 years ago
John Crispin
95e69ac4f1
clean up generic image building
...
SVN-Revision: 32065
13 years ago
Jo-Philipp Wich
5e84df6bac
base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time
...
SVN-Revision: 32064
13 years ago
Jo-Philipp Wich
a044a43d06
base-files: make user_add() populate the shadow db as well
...
SVN-Revision: 32063
13 years ago
Jo-Philipp Wich
9ae901445b
/etc/functions.sh => /lib/functions.sh
...
SVN-Revision: 32062
13 years ago
Florian Fainelli
9a61b249c5
fix board patches so that new boards are withing appropriate ifdef
...
Some new board definitions were added within the #ifdef CONFIG_CPU_6338
section while some other were added within #ifdef CONFIG_CPU_6345, fix this
SVN-Revision: 32060
13 years ago
Florian Fainelli
5ec2209734
refresh generic patches
...
SVN-Revision: 32059
13 years ago
Florian Fainelli
36c99bcc42
fix bisectability of patch 303-spi-board-info.patch
...
It uses spi_register_board_info() from linux/spi/spi.h but does not include it
explicitely.
SVN-Revision: 32058
13 years ago
John Crispin
a4d96aae8d
bump to 3.3.8
...
SVN-Revision: 32055
13 years ago
Luka Perkov
605012ad5d
kirkwood: reorganize target
...
SVN-Revision: 32053
13 years ago
Luka Perkov
dc9e720739
uboot-envtools: forgot to remove uboot-envtools.init file
...
SVN-Revision: 32052
13 years ago
Luka Perkov
7f00e5ffc6
uboot-envtools: update to 2012.04.01
...
SVN-Revision: 32051
13 years ago
John Crispin
b065867cfb
log failed package builds
...
SVN-Revision: 32050
13 years ago
Felix Fietkau
2a80e86614
netifd: update to latest version, fixes wifi restart issues
...
SVN-Revision: 32049
13 years ago
Felix Fietkau
971c721c6f
ubus: update to latest version, adds reconnect support
...
SVN-Revision: 32048
13 years ago
Felix Fietkau
8b0d6b2477
ath9k: fix typo in last commit
...
SVN-Revision: 32046
13 years ago
Felix Fietkau
c9e36f4709
ath9k: fix ANI weak signal detection handling
...
SVN-Revision: 32045
13 years ago
Felix Fietkau
b755998cd7
ath9k: fall back to OTP ROM if the platform data does not contain valid eeprom data
...
SVN-Revision: 32044
13 years ago
Jonas Gorski
ffea8eb913
bcm63xx: fix ethernet on 96328avng and 963281TAN
...
The internal switch did not get registered.
SVN-Revision: 32041
13 years ago
Luka Perkov
6c8d273721
pjsip: update to version 1.14.2
...
SVN-Revision: 32040
13 years ago
Felix Fietkau
785c3f1db8
pptp: fix passing setup json variables to the ppp setup code
...
SVN-Revision: 32035
13 years ago
Felix Fietkau
12cb49b233
kernel: kmod-video-gspca-core depends on kmod-input-core ( fixes #11412 )
...
SVN-Revision: 32033
13 years ago
John Crispin
1ee4031e14
fix videobuf2 escription
...
fixes #11411
SVN-Revision: 32032
13 years ago
John Crispin
c64fca15da
Missing kernel module entry for GSPCA driver for SE401 webcam
...
fixes #11505
SVN-Revision: 32030
13 years ago
Jo-Philipp Wich
23eaea57ad
uhttpd: remove some dead code
...
SVN-Revision: 32028
13 years ago
Jo-Philipp Wich
2cf72776d8
uhttpd: add explicit stdin eof notification for Lua and CGI childs
...
SVN-Revision: 32027
13 years ago