[openwrt/openwrt] sunix: fix typo in kmod-ata-core

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 17 16:31:21 PST 2022


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e329227f40b86bc37827c530d1e6b1696bfa3003

commit e329227f40b86bc37827c530d1e6b1696bfa3003
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Fri Feb 18 00:50:24 2022 +0100

    sunix: fix typo in kmod-ata-core
    
    There was a missing `k` in the package name.
    s/mod-ata-core/kmod-ata-core
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/sunxi/image/cortexa8.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/sunxi/image/cortexa8.mk b/target/linux/sunxi/image/cortexa8.mk
index 9f55774379..ceb15a0fd8 100644
--- a/target/linux/sunxi/image/cortexa8.mk
+++ b/target/linux/sunxi/image/cortexa8.mk
@@ -22,7 +22,7 @@ TARGET_DEVICES += linksprite_a10-pcduino
 define Device/marsboard_a10-marsboard
   DEVICE_VENDOR := HAOYU Electronics
   DEVICE_MODEL := MarsBoard A10
-  DEVICE_PACKAGES:=mod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi \
+  DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi \
 	sound-soc-sunxi
   SOC := sun4i
 endef



More information about the lede-commits mailing list