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 3D9F021F3AE for ; Wed, 17 Jun 2015 12:06:30 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1434567989; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=y2WpiE0kGbr+LQokx0n1aOVrkENe869v0bjaBruAlxc=; b=t/IZYTb0RCwYUEkohE48EyN6hJTnErxz7b3kdEf0hdsaqvbdMGh5ku5xKwt/QZ9oyjRCPiUg wLZkP0CX30c4uD9YlLWPlNuu/IBxJEeK2SKCi8MyNpOW8w+ldPWgWRGL8RCyB8lnFCWrstuv JWJJRlh8HJUyAtwq6AHnZrcqT9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=bYQ67VoM1i2f9lfC+1Mmf+kQ7MBguNKSN+lWAj6NmPTPkE350xLs1BrmXx8z2XmtskjmJh CsobthKzrTdo7nJLWdsOf5BwgmTQ+W4eVIZFebtJf/y7nue6el+SelA12CprrMPhPmvu5UE2 a3IGOv6FQ1SobuXJBtHc8oAr5zgK8= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5581c535.7ff7158416f0-in01; Wed, 17 Jun 2015 19:06:29 -0000 (UTC) Date: Wed, 17 Jun 2015 12:06:29 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <5581c5358e9f0_18d23fb74500729c51314@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 6910a1: [SQM/luci-app-sqm] Make clear that configuration o... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5581c5358e655_18d23fb74500729c5125b"; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Wed, 17 Jun 2015 19:06:59 -0000 ----==_mimepart_5581c5358e655_18d23fb74500729c5125b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 6910a1dcfae0996842acb4281b8cf62618e718a5 https://github.com/dtaht/ceropackages-3.10/commit/6910a1dcfae0996842acb4281b8cf62618e718a5 Author: Sebastian Moeller Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: M luci/luci-app-sqm/Makefile M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- [SQM/luci-app-sqm] Make clear that configuration options guarded by checkboxes are only effective as long as thiose boxes are checked. The sqm gui has giarded some advanced configuration options behind exposing checkboxes, meaning these optiopn's values were only used as long as those boxes were checked. This commit just improves the description of the checkboxes to included this useage instruction... ----==_mimepart_5581c5358e655_18d23fb74500729c5125b--