From 32964d4b71db02f4a82467abbc236a3cb0979fcc Mon Sep 17 00:00:00 2001 From: lean Date: Mon, 30 Mar 2020 20:27:31 +0800 Subject: [PATCH] luci-app-airplay2: open to all target --- package/lean/luci-app-airplay2/Makefile | 4 ++-- target/linux/x86/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-airplay2/Makefile b/package/lean/luci-app-airplay2/Makefile index 3358b86bd..63a58f2bc 100644 --- a/package/lean/luci-app-airplay2/Makefile +++ b/package/lean/luci-app-airplay2/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Luci for Apple Airplay2 Receiver -LUCI_DEPENDS:=@TARGET_x86 +alsa-utils +kmod-sound-hda-core +kmod-sound-hda-codec-realtek +kmod-sound-hda-codec-via +kmod-sound-via82xx +kmod-sound-hda-intel +shairport-sync-openssl +LUCI_DEPENDS:=+alsa-utils +shairport-sync-openssl LUCI_PKGARCH:=all PKG_VERSION:=1 -PKG_RELEASE:=9 +PKG_RELEASE:=10 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 9a55fd9c2..59b7e9ebb 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -23,6 +23,7 @@ DEFAULT_PACKAGES += partx-utils mkf2fs fdisk e2fsprogs wpad kmod-usb-hid \ kmod-ath5k kmod-ath9k kmod-ath9k-htc kmod-ath10k kmod-rt2800-usb kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-pcnet32 kmod-tulip kmod-vmxnet3 kmod-i40e kmod-i40evf kmod-r8125 kmod-8139cp kmod-8139too kmod-fs-f2fs \ htop lm-sensors autocore automount autosamba luci-app-ipsec-vpnd luci-proto-bonding luci-app-unblockmusic luci-app-zerotier luci-app-xlnetacc ddns-scripts_aliyun ddns-scripts_dnspod ca-certificates luci-app-airplay2 \ ath10k-firmware-qca988x ath10k-firmware-qca9888 ath10k-firmware-qca9984 brcmfmac-firmware-43602a1-pcie \ +kmod-sound-hda-core kmod-sound-hda-codec-realtek kmod-sound-hda-codec-via kmod-sound-via82xx kmod-sound-hda-intel kmod-sound-hda-codec-hdmi kmod-sound-i8x0 kmod-usb-audio kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 $(eval $(call BuildTarget))