Hi, > -----Original Message----- > From: openwrt-devel [mailto:[email protected]] On > Behalf Of Ivan Hörler > Sent: Freitag, 13. September 2019 22:32 > To: [email protected] > Subject: [OpenWrt-Devel] [ramips] Linkit Smart 7688 kmod-sdhci-mt7620 > > 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. > 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 > openwrt/target/linux/ramips/mt76x8/target.mk > and > openwrt/target/linux/ramips/mt76x8/profiles/00-default.mk > where some packages are defined.
this sounds like a device-specific change to me. To add packages for specific devices, you would normally add it to the DEVICE_PACKAGES variable in the corresponding device node located in target/linux/ramips/image/mt76x8.mk (for your subtarget). If this proves to be working, please send a patch to this list or open a Pull Request in GitHub to share your improvement! Best Adrian
openpgp-digital-signature.asc
Description: PGP signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
