Skip to content
Snippets Groups Projects
  1. May 25, 2015
  2. May 23, 2015
  3. May 22, 2015
  4. May 21, 2015
  5. May 20, 2015
    • Steven Barth's avatar
      generic/4.0: fix error during kernel patch application · 53098a8a
      Steven Barth authored
      
      Commit 5168c9a5702648eb690d32ec821647aca80aeba9 introduced a regression
      during patch application on the 4.0 kernel. Some of the patched content
      doesn't match the actual code, therefore leading to the following error:
        Applying patch generic/667-ipv6-Fixed-source-specific-default-route-handling.patch
        patching file net/ipv6/ip6_output.c
        Hunk #1 FAILED at 886.
        1 out of 1 hunk FAILED -- rejects in file net/ipv6/ip6_output.c
        patching file net/ipv6/route.c
        Hunk #1 succeeded at 2247 (offset 2 lines).
        Patch generic/667-ipv6-Fixed-source-specific-default-route-handling.patch does not apply (enforce with -f)
      
      This change just adapts the actual patch to fix what is in kernel 4.0
      and make it apply cleanly.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>
      
      SVN-Revision: 45705
      53098a8a
  6. May 19, 2015
  7. May 17, 2015
  8. May 16, 2015
  9. May 13, 2015
  10. May 12, 2015
  11. May 11, 2015
  12. May 10, 2015
    • Felix Fietkau's avatar
      mtd: remove the warning about read-only caused by size vs. block boundary mismatch · ac0e2479
      Felix Fietkau authored
      Since the kernel/rootfs split handling was modified 2 years ago by r37283 (
      https://dev.openwrt.org/changeset/37283
      
       ) and by the subsequent checkins,
      users have seen rather scary mtd errors in the log at every boot. The message
      ends "-- forcing read-only", which looks a bit error-like. That error has
      been mentioned in some forum threads, when users have noticed this message
      instead of some actual error.
      
      [    2.940000] 0x000000070000-0x000000ff0000 : "firmware"
      [    2.970000] 2 netgear-fw partitions found on MTD device firmware
      [    2.970000] 0x000000070000-0x000000188440 : "kernel"
      [    2.980000] mtd: partition "kernel" must either start or end on erase
      block boundary or be smaller than an erase block -- forcing read-only
      [    2.990000] 0x000000188440-0x000000ff0000 : "rootfs"
      
      The patch removes the rather useless warning message.
      
      signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      
      SVN-Revision: 45669
      ac0e2479
Loading