From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) by huchra.bufferbloat.net (Postfix) with ESMTP id A787921F2F4 for ; Tue, 3 Mar 2015 09:09:17 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1425402556; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=lxvrM29tYHIf9zCrWnK3w/HZqxYp6vefSEK56PU6F5I=; b=YJQJOgSzTcgPOhtzQipwVuoK024J9MAI9SJYQ6K8uwLY0W2gm2UItm3AoH4sdQHbkOz1Vevz TfVqLYwJqvHs6jja3v51/yM2PGqQwbOaUO41j56qVzDoHuBEMR+yRtrKIhqRjYEhv2Hjxy27 RDIyHBZpsoNtAsWiqAIBsDpdfks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=UcH5wRpVcvsGMoLD4buo1VBbO6iOJTUluu8HErCJ62IcYgo7Xc+F7fsFTJkHywlQbrU5Zn VlWHB9WcSHEsOBB/AVqwFmXwVHpzckGqjl7rcrLt/JwZq3nvRLZBcIHan9XnSFT6zZStxcJh wi8XtSYo+Dkyb2y1AdwOskD7Qfv8o= Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 54f5eabb.7f4754bceba0-in07; Tue, 03 Mar 2015 17:09:15 -0000 (UTC) Date: Tue, 03 Mar 2015 09:09:14 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <54f5eabab0507_26a03f839e98d29c33962@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] b5ff45: Fix SQM revision for new version Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_54f5eabab0120_26a03f839e98d29c33858"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 17:09:45 -0000 ----==_mimepart_54f5eabab0120_26a03f839e98d29c33858 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: b5ff451caa0de68f72461970531bff734bbece1b https://github.com/dtaht/ceropackages-3.10/commit/b5ff451caa0de68f72461970531bff734bbece1b Author: Sebastian Moeller Date: 2015-03-03 (Tue, 03 Mar 2015) Changed paths: M net/sqm-scripts/Makefile Log Message: ----------- Fix SQM revision for new version the initial revision in openwrt seems to be 1, while I had reasoned the initial version is not a revision at all and hence should be zero. There you see what you get for trying to think while ill... ;) Anyway just set the revisiuon to 1 so all is well... ----==_mimepart_54f5eabab0120_26a03f839e98d29c33858--