[OpenWrt-Devel] [PATCH] update kernel-version.mk

2012-04-04 Thread Jim Cromie
add 3.2.14, 3.3.1, restore entry for 3.2.13. ISTM theres not a reason to drop 3.2.13, I think some platforms are still using it. Signed-off-by: Jim Cromie --- include/kernel-version.mk | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/kernel-version.mk b

[OpenWrt-Devel] maranello for openwrt

2012-03-29 Thread Jim Cromie
;openwrt-$t: failed to apply: "    for x in $fails; do        echo "   $x"    done } # reapply branch_and_apply v3.2 for t in `git tag |grep -P v3.2\.[0-9]+`; do    branch_and_apply $t done for b in `git branch | grep openwrt | cut -f2 -d-`; do    lines=`git log --oneline $b..openwrt-$b | w