1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
suyuan168 2022-01-04 16:49:39 +08:00
parent 5e21861d41
commit 7d465401d3
7 changed files with 0 additions and 62 deletions

0
build.sh Normal file → Executable file
View file

0
patches/950-0785-fixcm4soundboss2.patch Normal file → Executable file
View file

0
root/include/kernel-version.mk Normal file → Executable file
View file

0
root/package/firmware/ipq-wifi/Makefile Normal file → Executable file
View file

View file

@ -1,62 +0,0 @@
--- a/target/linux/bcm27xx/modules/sound.mk 2022-01-04 05:35:20.202715290 +0800
+++ b/target/linux/bcm27xx/modules/sound.mk 2022-01-04 05:35:16.419898622 +0800
@@ -130,29 +130,6 @@
$(eval $(call KernelPackage,sound-soc-allo-boss-dac))
-
-define KernelPackage/sound-soc-allo-boss2-dac
- TITLE:=Support for Allo Boss2 DAC
- KCONFIG:= \
- CONFIG_SND_AUDIO_GRAPH_CARD \
- CONFIG_SND_BCM2708_SOC_ALLO_BOSS2_DAC
- FILES:= \
- $(LINUX_DIR)/sound/soc/bcm/snd-soc-allo-boss2-dac.ko
- AUTOLOAD:=$(call AutoLoad,68,snd-soc-allo-boss2-dac)
- DEPENDS:= \
- kmod-sound-soc-bcm2835-i2s \
- +kmod-i2c-bcm2835 \
- +kmod-regmap-i2c
- $(call AddDepends/sound)
-endef
-
-define KernelPackage/sound-soc-allo-boss2-dac/description
- This package contains support for Allo Boss2 DAC
-endef
-
-$(eval $(call KernelPackage,sound-soc-allo-boss2-dac))
-
-
define KernelPackage/sound-soc-allo-digione
TITLE:=Support for Allo Piano DigiOne
KCONFIG:= \
@@ -867,29 +844,6 @@
$(eval $(call KernelPackage,sound-soc-justboom-digi))
-
-define KernelPackage/sound-soc-pifi-40-amp
- TITLE:=Support for PiFi-40 amp
- KCONFIG:= \
- CONFIG_SND_BCM2708_SOC_PIFI_40 \
- CONFIG_SND_PIFI_40 \
- CONFIG_SND_SOC_TAS571X
- FILES:= \
- $(LINUX_DIR)/sound/soc/bcm/snd-soc-pifi-40.ko \
- $(LINUX_DIR)/sound/soc/codecs/snd-soc-tas571x.ko
- AUTOLOAD:=$(call AutoLoad,68,snd-soc-tas571x)
- DEPENDS:= \
- kmod-sound-soc-bcm2835-i2s
- $(call AddDepends/sound)
-endef
-
-define KernelPackage/sound-soc-pifi-40-amp/description
- This package contains support for PiFi-40 amp
-endef
-
-$(eval $(call KernelPackage,sound-soc-pifi-40-amp))
-
-
define KernelPackage/sound-soc-pisound
TITLE:=Support for Blokas Labs PiSound
KCONFIG:= \

View file