mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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@aparcar.org>
This commit is contained in:
parent
a93dfff10e
commit
e329227f40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user