sunix: fix typo in kmod-ata-core
authorPaul Spooren <mail@aparcar.org>
Thu, 17 Feb 2022 23:50:24 +0000 (00:50 +0100)
committerPaul Spooren <mail@aparcar.org>
Fri, 18 Feb 2022 00:31:15 +0000 (01:31 +0100)
There was a missing `k` in the package name.
s/mod-ata-core/kmod-ata-core

Signed-off-by: Paul Spooren <mail@aparcar.org>
target/linux/sunxi/image/cortexa8.mk

index 9f55774379cfaf4ced172574f724133404b5cc5c..ceb15a0fd8d95be60c922d2b363b2bfb5557bd35 100644 (file)
@@ -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