diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2022-10-09 23:15:28 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-22 00:14:30 +0100 |
commit | be7b97d8730ff51ba86db8ed4c84947e30047478 (patch) | |
tree | db7be39793e4e01486c8ecc40b4cffe815f46dee /target/linux/sunxi | |
parent | 709351bf328f7173cecc0c065c46151ae45804bd (diff) | |
download | upstream-be7b97d8730ff51ba86db8ed4c84947e30047478.tar.gz upstream-be7b97d8730ff51ba86db8ed4c84947e30047478.tar.bz2 upstream-be7b97d8730ff51ba86db8ed4c84947e30047478.zip |
sunxi: fix typo in device packages for MarsBoard A10
The kmod prefix for sound-soc-sunxi is missing, fix it.
Also add kmod-sound-core as dependence.
Fixes: 6a35659 ("sunxi: Added profile for HAOYU Electronics Marsboard A10")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
(cherry picked from commit 7bcf6b54fc819c26fc2cea32c464e87614cc2d26)
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/image/cortexa8.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/sunxi/image/cortexa8.mk b/target/linux/sunxi/image/cortexa8.mk index ceb15a0fd8..7f50659bdd 100644 --- a/target/linux/sunxi/image/cortexa8.mk +++ b/target/linux/sunxi/image/cortexa8.mk @@ -22,8 +22,8 @@ TARGET_DEVICES += linksprite_a10-pcduino define Device/marsboard_a10-marsboard DEVICE_VENDOR := HAOYU Electronics DEVICE_MODEL := MarsBoard A10 - DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi \ - sound-soc-sunxi + DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-sun4i-emac \ + kmod-rtc-sunxi kmod-sound-core kmod-sound-soc-sunxi SOC := sun4i endef TARGET_DEVICES += marsboard_a10-marsboard |