John Crispin
af0cd76937
make ramips ethernet use a register mapping table
...
SVN-Revision: 33547
12 years ago
Hauke Mehrtens
0818180715
activate failsafe on all ports of the switch and not just port 0.
...
Sometimes the port 0 was the WAN port or there could be some device
where the port 0 is not wired to an actual Ethernet port. Now telnet in
failsafe will listen on all ports of the switch so user do not have to
search for the correct port any more. This change will make the switch
leak traffic between the WAN and the LAN port, but you should not use
failsafe while connected to a untrusted network.
SVN-Revision: 33544
12 years ago
Gabor Juhos
ffc0ea6c5d
ar71xx: create 'fat' images for the DIR-825/TEW-673GRU boards
...
With these images, it is possible to use the 'unused'
partition of the flash. The 'fat' images can be installed
with the sysupgrade command. When a 'fat' image is
installed from a regular one, the platform specific
sysupgrade script copies the calibration data to the
end of the flash. Likewise, when a regular image is
installed from the 'fat' version the sysupgrade script
copies the calibration data back to the original location.
SVN-Revision: 33540
12 years ago
Gabor Juhos
e7b1949d87
ar71xx: automatically find WLAN calibration data on TEW-673GRU
...
SVN-Revision: 33539
12 years ago
Gabor Juhos
8ed8e51e74
ar71xx: automatically find WLAN calibration data on DIR-825-B1
...
SVN-Revision: 33538
12 years ago
Gabor Juhos
e2504a977a
ar71xx: add missing backslash to uci-defaults/leds ( closes #12240 )
...
SVN-Revision: 33537
12 years ago
John Crispin
394a560a9a
unbreak port mapping detection
...
SVN-Revision: 33536
12 years ago
Gabor Juhos
e70ad61e44
ar71xx: use different machtype and setup for the TL-MR3040
...
Should fix #12211 . Compile tested only.
SVN-Revision: 33535
12 years ago
Jo-Philipp Wich
1cd6237979
version.mk: ensure that %S is always populated with a subtarget identifier, fallback to "generic" if no subtarget exists
...
SVN-Revision: 33534
12 years ago
Felix Fietkau
c7c649126f
base-files: remove obsolete entries from sysctl.conf ( #12236 )
...
SVN-Revision: 33532
12 years ago
Felix Fietkau
6a72b90c87
openssl: use asm SHA1, SHA256, AES on MIPS.
...
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between
27% and 120% speedup depending on block size.
SHA1 is notably used in Transmission for piece verification.
Patch by Catalin Patulea
SVN-Revision: 33531
12 years ago
Hauke Mehrtens
e945b473b0
mac80211: extend help for new options in b43-fwsquash.py
...
SVN-Revision: 33530
12 years ago
Hauke Mehrtens
7401a7a672
mac80211: fiy typo in b43-fwsquash.py
...
Thanks Jonas
SVN-Revision: 33529
12 years ago
Felix Fietkau
a4b0a5043d
hostapd: move the + to the correct line
...
SVN-Revision: 33527
12 years ago
Felix Fietkau
79e9f855f4
grub2: use the static lzma lib instead of the dynamic one
...
SVN-Revision: 33526
12 years ago
Felix Fietkau
493b7c7f3c
x86: avoid using grub prepare when using grub2
...
SVN-Revision: 33525
12 years ago
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
12 years ago
Felix Fietkau
5c88d907c8
grub2: disable nls to fix build failure when libintl/host is built
...
SVN-Revision: 33522
12 years ago
Felix Fietkau
7950f996e0
build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages
...
SVN-Revision: 33521
12 years ago
Felix Fietkau
3f88c1b95f
tools: flex depends on m4
...
SVN-Revision: 33520
12 years ago
Felix Fietkau
dcd3a74da0
tools/mkimage: avoid picking up unrelated /usr/include headers with the same name as internal header files (e.g. image.h), fixes #12232
...
SVN-Revision: 33519
12 years ago
Felix Fietkau
d406a5208f
include/netfilter.mk: remove a few obsolete lines
...
SVN-Revision: 33518
12 years ago
Felix Fietkau
5e8fd64cb2
e2fsprogs: drop an unnecessary include that breaks on mac os x
...
SVN-Revision: 33517
12 years ago
Felix Fietkau
999252dccc
x86-generic: enable a few more common kernel options/drivers
...
SVN-Revision: 33516
12 years ago
Felix Fietkau
b968dcd52e
kernel: increase log buffer size
...
SVN-Revision: 33515
12 years ago
Felix Fietkau
0260262f0b
x86: enable usb storage support for the generic subtarget to support booting from usb devices
...
SVN-Revision: 33514
12 years ago
Felix Fietkau
52e8ee0666
x86: add support for building grub2 images
...
SVN-Revision: 33513
12 years ago
Felix Fietkau
cc13232904
add a package for grub2
...
SVN-Revision: 33512
12 years ago
Felix Fietkau
ce4244c8af
x86: split generic image building into a separate script
...
SVN-Revision: 33511
12 years ago
Felix Fietkau
6c02dd2b04
x86: rename gen_image_x86.sh to gen_image_grub.sh
...
SVN-Revision: 33510
12 years ago
Felix Fietkau
1c108d3318
host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS
...
SVN-Revision: 33509
12 years ago
Felix Fietkau
28665d55cd
rules.mk: add TARGET_AR and TARGET_RANLIB
...
SVN-Revision: 33508
12 years ago
Jo-Philipp Wich
09fe127a14
comgt: perform case insensitive match when probing for Huawei devices ( #12039 )
...
SVN-Revision: 33507
12 years ago
Hauke Mehrtens
da94d4ac29
switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver
...
SVN-Revision: 33506
12 years ago
Hauke Mehrtens
8f0d711550
mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missing for both.
...
SVN-Revision: 33505
12 years ago
Felix Fietkau
d6ca46cd25
cns3xxx: fix ethernet driver tx completion and queue stop/start
...
SVN-Revision: 33504
12 years ago
Felix Fietkau
fb71465a4e
cns3xxx: implement ethernet fraglist tx support for improved bridging performance with jumbo frames
...
SVN-Revision: 33503
12 years ago
Imre Kaloz
ed3597d927
move gpio stuff into the right file
...
SVN-Revision: 33502
12 years ago
Imre Kaloz
a74cf6f9a8
refresh patches
...
SVN-Revision: 33501
12 years ago
Felix Fietkau
15159604d9
cns3xxx: add a small optimization for rx offload
...
SVN-Revision: 33500
12 years ago
Felix Fietkau
a1c016fe16
cns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames
...
SVN-Revision: 33499
12 years ago
Felix Fietkau
029aaf4514
cns3xxx: fix ethernet packet alignment issues (hw has an alignment requirement of 64), fix skb fragment chaining
...
SVN-Revision: 33498
12 years ago
Felix Fietkau
c4a419b445
kernel: enable perf events when enabling profiling, fixes oprofile on arm
...
SVN-Revision: 33497
12 years ago
Hauke Mehrtens
fd7b2b5141
deactivate mips wait instruction for MIPS 74K on Broadcom SoCs
...
When not removing support for the wait instruction, when ruining on the
BCM4706 SoC the system stops after msleep() without an exception. I
haven't seen this problem on the other Broadcom SoCs with a 74K CPU,
but in the Broadcom SDK it is deactivated for all CPUs of this type.
SVN-Revision: 33496
12 years ago
Felix Fietkau
1067ccf9f7
cns3xxx: remove the broken flag
...
SVN-Revision: 33493
12 years ago
Felix Fietkau
2db9e9f624
cns3xxx: fix kernel config
...
SVN-Revision: 33492
12 years ago
Felix Fietkau
34d30654ae
cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb fragment lists
...
SVN-Revision: 33491
12 years ago
Felix Fietkau
eff9405752
cns3xxx: fix ethernet tx checksum offload
...
SVN-Revision: 33490
12 years ago
Felix Fietkau
dd1fb8289f
cns3xxx: merge ethernet driver changes from gateworks
...
SVN-Revision: 33489
12 years ago
Felix Fietkau
190b4344a3
cns3xxx: build images for the old boot loader and the new one (default to the new one)
...
SVN-Revision: 33488
12 years ago