[From nobody Thu Jun 25 05:55:22 2020
Received: from mr85p00im-zteg06011501.me.com ([17.58.23.182])
 by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux))
 id 1i8qtq-0005fQ-3u
 for openwrt-devel@lists.openwrt.org; Fri, 13 Sep 2019 19:06:31 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai;
 t=1568401585; bh=eviUOaOnl9QZVE5kAYgye3lox6mbL+NlMukTTiYVPIg=;
 h=From:Content-Type:Subject:Message-Id:Date:To;
 b=BRCRwPbZEJcqkz5tm+R4MyNESO9X8Rzk2IeDzI0gAGShND2322iIWVQvO3uM9UgCr
 lP2YrrvEkJnjgYiKDWkZ1dlk2DTWrYsb+XOm8EmIR5czCDLccssJtUZYqmTrvLuqb6
 uuY9SRdHxIeqM7lfiNtSTM8GDnLUkU2mKB1j8pxMLgnDoA5dMrDzOHEP+dZbLvzkiP
 +66Pf/Fhj0tm+c/YEONpQWNZ35cM4+Fzn3RZFocx9VRlLKgZXPy5vjpRoSGYJdSM4j
 v4VLIGJ6w4C0FmUZjCTEsMKNzV0ShvjyKeQdq7FogUJnhXPc0FD8b9hRCjQBOLqRaS
 9FAzVpDH8vfwQ==
Received: from aarau.fritz.box (unknown [81.221.232.148])
 by mr85p00im-zteg06011501.me.com (Postfix) with ESMTPSA id A518C2A0C55
 for &lt;openwrt-devel@lists.openwrt.org&gt;; Fri, 13 Sep 2019 19:06:24 +0000 (UTC)
From: =?utf-8?Q?Ivan_H=C3=B6rler?= &lt;i.hoerler@me.com&gt;
Content-Type: text/plain;
	charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Subject: [OpenWrt-Devel] [ramips] Linkit Smart 7688  kmod-sdhci-mt7620
Message-Id: &lt;AB3E8D5F-A00F-4A80-8411-0A615918B92D@me.com&gt;
Date: Fri, 13 Sep 2019 21:06:21 +0200
To: openwrt-devel@lists.openwrt.org
X-Mailer: Apple Mail (2.3445.104.11)
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, ,
 definitions=2019-09-13_09:, , signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1
 malwarescore=0
 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0
 mlxlogscore=317 adultscore=0 classifier=spam adjust=0 reason=mlx
 scancount=1 engine=8.0.1-1812120000 definitions=main-1909130194
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20190913_120630_170656_D6D0E826 
X-CRM114-Status: UNSURE (   7.12  )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -2.5 (--)
X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary:
 Content analysis details:   (-2.5 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -2.3 RCVD_IN_DNSWL_MED      RBL: Sender listed at https://www.dnswl.org/,
 medium trust [17.58.23.182 listed in list.dnswl.org]
 0.0 FREEMAIL_FROM          Sender email is commonly abused enduser mail
 provider (i.hoerler[at]me.com)
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily
 valid
 -0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from
 author's domain
 -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 -0.1 DKIM_VALID_EF          Message has a valid DKIM or DK signature from
 envelope-from domain

Hi
I have a question about how openwrt handles packages needed by a target.
The Linkit Smart 7688 has a SD-Card reader that does not work with the =
official build of openwrt 18.06.
Adding  kmod-sdhci-mt7620 makes it working.=20
I think it would be nice to get a fully working device when updateing =
with the official build. Right?

So i had a look in to the files and found=20
openwrt/target/linux/ramips/mt76x8/target.mk=20
and=20
openwrt/target/linux/ramips/mt76x8/profiles/00-default.mk=20
where some packages are defined.

Is one the right place and which path is the right one to define a =
Hardware dependency?
Thanks.=20=

]