| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26705
|
|
|
|
|
|
| |
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26704
|
|
|
|
|
|
| |
ipv6 dns issues
SVN-Revision: 26703
|
|
|
|
| |
SVN-Revision: 26702
|
|
|
|
| |
SVN-Revision: 26700
|
|
|
|
|
|
| |
instead if target.... in trunk branch.
SVN-Revision: 26699
|
|
|
|
|
|
| |
the buildbot
SVN-Revision: 26698
|
|
|
|
| |
SVN-Revision: 26697
|
|
|
|
| |
SVN-Revision: 26696
|
|
|
|
| |
SVN-Revision: 26695
|
|
|
|
| |
SVN-Revision: 26693
|
|
|
|
| |
SVN-Revision: 26692
|
|
|
|
| |
SVN-Revision: 26691
|
|
|
|
| |
SVN-Revision: 26690
|
|
|
|
| |
SVN-Revision: 26689
|
|
|
|
|
|
| |
that led to ECN enabled flows being de-prioritized by pfifo_fast
SVN-Revision: 26687
|
|
|
|
| |
SVN-Revision: 26685
|
|
|
|
|
|
| |
Javier Palacios, #9223)
SVN-Revision: 26684
|
|
|
|
| |
SVN-Revision: 26683
|
|
|
|
| |
SVN-Revision: 26682
|
|
|
|
| |
SVN-Revision: 26681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.
To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.
Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26680
|
|
|
|
|
|
| |
Please include these two missing kernel CONFIG_ symbols.
SVN-Revision: 26679
|
|
|
|
|
|
|
|
|
|
| |
Add the PC speaker back to the Geos platform.
Add DMI support in BIOS.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26678
|
|
|
|
| |
SVN-Revision: 26677
|
|
|
|
| |
SVN-Revision: 26676
|
|
|
|
| |
SVN-Revision: 26673
|
|
|
|
| |
SVN-Revision: 26670
|
|
|
|
|
|
| |
code can handle it
SVN-Revision: 26668
|
|
|
|
| |
SVN-Revision: 26665
|
|
|
|
|
|
| |
regulatory settings on reconnect (fixes #9207)
SVN-Revision: 26662
|
|
|
|
| |
SVN-Revision: 26657
|
|
|
|
| |
SVN-Revision: 26648
|
|
|
|
| |
SVN-Revision: 26647
|
|
|
|
|
|
|
|
|
|
| |
For kernel versions newer then 2.6.31 the ext4 module can be used to mount
ext2/3 filesystems.
Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2
or ext3, which breaks booting from ext2/3 on machines where the ext4 module is
built into the kernel.
SVN-Revision: 26645
|
|
|
|
| |
SVN-Revision: 26644
|
|
|
|
|
|
| |
Darwin compat (#9214)
SVN-Revision: 26642
|
|
|
|
| |
SVN-Revision: 26639
|
|
|
|
| |
SVN-Revision: 26638
|
|
|
|
| |
SVN-Revision: 26637
|
|
|
|
| |
SVN-Revision: 26636
|
|
|
|
| |
SVN-Revision: 26635
|
|
|
|
|
|
|
|
| |
btrfs needs zlib_deflate, which was built but not included
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 26632
|
|
|
|
| |
SVN-Revision: 26627
|
|
|
|
| |
SVN-Revision: 26626
|
|
|
|
|
|
| |
<b_tsiligiannis@silverton.gr>
SVN-Revision: 26625
|
|
|
|
|
|
| |
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 26624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an external toolchain the base-files package copies libc, libgcc and others from the library directory.
The file list is given as following in the .config:
CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}"
Because the filenames are composed with different endings, not all files exist
and will be skipped. Currently, this works only if the last composed file
(util.so.*) really exists. At the moment this works - but only if you don't add
a new file like 'uClibc'.
Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this
message, because the combination 'libuClibc.so.*' doesn't exist and Make will
evaluate the last copy statement of the for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with external classifiers method. It also corrects a bug in the unsupported ESFQ method already used by qos-scripts. (ESFQ: http://fatooh.org/esfq-2.6/ only updated to 2.6.24, it was switched to an SFQ patch after that and not updated since 2008)
A class can be forced to use SFQ, and an external classifier added like
this:
config class "Normal"
option avgrate 10
option priority 30
option packetdelay 100
option limitrate 94
# option qdisc "sfq perturb 2"
config class "Normal_up"
# option filter "protocol all flow hash keys src divisor 1024"
config class "Normal_down"
# option filter "protocol all flow hash keys dst divisor 1024"
Using these options, the user needs to load cls_flow before qos-scripts
starts.
I've got more information here:
http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers
This has been tested on r23914.
Signed-off-by: Ben Pfountz <netprince<>vt_edu>
SVN-Revision: 26622
|
|
|
|
|
|
| |
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26620
|