Felix Fietkau
3360067932
mac80211: update to wireless-testing 2012-06-14
...
SVN-Revision: 32420
13 years ago
Jo-Philipp Wich
c73b39fd30
uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses
...
SVN-Revision: 32419
13 years ago
Luka Perkov
fd38f78bfe
e2fsprogs: fix md5sum issue
...
md5sum from kernel.org and sourceforge.net are not the same
SVN-Revision: 32418
13 years ago
Vasilis Tsiligiannis
8015c01f4f
acx-mac80211: Add workaround for mac80211 hw-queue check
...
SVN-Revision: 32417
13 years ago
Vasilis Tsiligiannis
37c2235af7
acx-mac80211: Bump to v20120607
...
SVN-Revision: 32416
13 years ago
Vasilis Tsiligiannis
07d57edf59
acx-mac80211: Allow firmware downloading for more ACX1xx cards
...
SVN-Revision: 32415
13 years ago
Luka Perkov
e83e268100
e2fsprogs: update to 1.42.4
...
SVN-Revision: 32414
13 years ago
Luka Perkov
578551c380
e2fsprogs: update to 1.42.4
...
SVN-Revision: 32413
13 years ago
Florian Fainelli
b89c81929e
fix SPI message control handling for BCM6338/6348
...
BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of
16-bits. We were previously using a 16-bits write which corrupted the first
byte of the TX FIFO. Also the message type was always set to Full-duplex even
in the case of half-duplex messages.
SVN-Revision: 32409
13 years ago
Jo-Philipp Wich
89701ec518
6in4, 6to4: remove dependency on "ip"
...
SVN-Revision: 32403
13 years ago
Jo-Philipp Wich
bb6dde0fbf
6to4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
...
SVN-Revision: 32402
13 years ago
Jo-Philipp Wich
89732577aa
6in4: change local4 option name back to ipaddr
...
SVN-Revision: 32401
13 years ago
Jo-Philipp Wich
76000dc6ed
6in4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
...
SVN-Revision: 32400
13 years ago
Jo-Philipp Wich
57a7257569
base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh
...
SVN-Revision: 32397
13 years ago
Felix Fietkau
70d9295138
fuse: update to 2.9.0
...
SVN-Revision: 32396
13 years ago
Felix Fietkau
50958f5e03
kernel: replace the brcm47xx fuse workaround patches with a generic patch that applies to all mips targets
...
The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk
SVN-Revision: 32395
13 years ago
Felix Fietkau
a5e2890ecb
fuse: move kmod-fuse to package/kernel
...
SVN-Revision: 32394
13 years ago
Felix Fietkau
0934a4035e
fuse: remove obsolete patches
...
SVN-Revision: 32393
13 years ago
Florian Fainelli
b391548cf0
remove broken flags
...
Thanks to Nicolas Le Falher for testing on Bifferboard.
SVN-Revision: 32389
13 years ago
John Crispin
736e65715d
set explicit -lpthread
...
SVN-Revision: 32388
13 years ago
John Crispin
75e9bbbcae
fixes ccache compile and adds missing -lc
...
SVN-Revision: 32387
13 years ago
John Crispin
293c47218a
ccache does not need zcat
...
SVN-Revision: 32385
13 years ago
Jo-Philipp Wich
e3663ff907
use ttyS0 @ 115200 baud as default for KVM guests
...
SVN-Revision: 32384
13 years ago
Jo-Philipp Wich
f9caf1abd1
uclibc++.mk: override the cc binary instead of the wrapper command when ccache is used
...
SVN-Revision: 32383
13 years ago
Felix Fietkau
fe94e174e5
ath9k: fix an invalid pointer access in the tx path
...
SVN-Revision: 32376
13 years ago
Felix Fietkau
cf788fc731
build: add a config option for choosing the prefered standard c++ library and add uclibc++.mk to make this easy to handle in packages
...
SVN-Revision: 32369
13 years ago
Felix Fietkau
3051de8701
build: add a variable for injecting config variable dependencies for the .prepared stamp
...
SVN-Revision: 32368
13 years ago
Felix Fietkau
9ea33a2ff1
add uclibc++ (from packages)
...
SVN-Revision: 32367
13 years ago
Felix Fietkau
4c1a994fd6
Config.in: remove obsolete dependency
...
SVN-Revision: 32366
13 years ago
Felix Fietkau
67e51f1787
include/package-ipkg.mk: fix copying provides list introduced in r32332
...
SVN-Revision: 32358
13 years ago
Felix Fietkau
de8bc3bfb7
netifd: update to latest version, adds back the workaround for ignoring wlan* in /etc/config/network
...
SVN-Revision: 32356
13 years ago
Luka Perkov
1c80d9f21d
kirkwood: fix typo in uci-defaults/leds
...
Signed-off-by: Martin Mueller <mm@sig21.net>
SVN-Revision: 32343
13 years ago
Jo-Philipp Wich
bfe966574f
base-files: enable shell tracing in initscripts when INIT_TRACE is set
...
SVN-Revision: 32340
13 years ago
Felix Fietkau
9a1d6f0678
base-files: override Build/Compile/Default instead of Build/Compile ( fixes #11667 )
...
SVN-Revision: 32339
13 years ago
Felix Fietkau
dddf321b6e
ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U similar to TL-MR3020 to fix ethernet link detection
...
SVN-Revision: 32336
13 years ago
Jo-Philipp Wich
3b65557db8
package-ipkg.sh: copy the package provides list for all virtual PROVIDES
...
SVN-Revision: 32332
13 years ago
Jo-Philipp Wich
3f8fb64e60
gen-dependencies.sh: only include lib*.so* files in dependency list, to match the filtering of provides lists
...
SVN-Revision: 32272
13 years ago
Jo-Philipp Wich
b0ef94f8da
ppp: make ppp-mod-pptp depend on resolveip
...
SVN-Revision: 32269
13 years ago
Jo-Philipp Wich
0b5da2e16e
ppp: add missing options.pptp
...
SVN-Revision: 32233
13 years ago
Jonas Gorski
f2271efc4e
bcm63xx: readd accidentially dropped ignore_oc in ehci driver
...
fixes overcurrent warning spam on 3.3 kernels for bcm63xx again.
SVN-Revision: 32221
13 years ago
Jo-Philipp Wich
d40fe9d24e
autotools.mk: cope with Debian version strings in libtool
...
SVN-Revision: 32207
13 years ago
Jo-Philipp Wich
b43599598c
drop userspace pptp - it is defunct, slow and badly integrated
...
SVN-Revision: 32198
13 years ago
Jo-Philipp Wich
13b8a13d48
ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh
...
SVN-Revision: 32197
13 years ago
Felix Fietkau
16a34b222a
package.mk: unexport the QUIET variable, it affects some packages like xapian-bindings
...
SVN-Revision: 32196
13 years ago
Jo-Philipp Wich
eb9b3bdb4f
netifd: localize internally used shell variables ( #11567 )
...
SVN-Revision: 32192
13 years ago
Felix Fietkau
7cb42738e6
package/index: filter out the libc package from the index
...
SVN-Revision: 32187
13 years ago
Felix Fietkau
6ca6d317b3
build: add checks for missing package dependencies
...
SVN-Revision: 32185
13 years ago
Felix Fietkau
002f3a6940
e2fsprogs: move dependencies to the right packages
...
SVN-Revision: 32184
13 years ago
Felix Fietkau
11c8f45612
util-linux: disable udev support, add missing dependencies
...
SVN-Revision: 32183
13 years ago
Felix Fietkau
a546d41fc0
fuse: add missing dependency
...
SVN-Revision: 32182
13 years ago