diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mpd/Makefile | 2 | ||||
-rw-r--r-- | sound/owntone/Makefile | 2 | ||||
-rw-r--r-- | sound/pulseaudio/Makefile | 2 | ||||
-rw-r--r-- | sound/shine/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index b330a8ae1..732e23c87 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_BUILD_PATENTED \ CONFIG_IPV6 \ -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk diff --git a/sound/owntone/Makefile b/sound/owntone/Makefile index 6619a55bc..0c4ba66a9 100644 --- a/sound/owntone/Makefile +++ b/sound/owntone/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://github.com/owntone/owntone-server/releases/download/$(PK PKG_HASH:=c9ee0152dc488f782a25a68e72d24c109882bef3dd2914315fe499c8415fd898 PKG_FIXUP:=autoreconf -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_INSTALL:=1 PKG_MAINTAINER:=Espen Jürgensen <espenjurgensen+openwrt@gmail.com> diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index bfc36bd86..0b400a42e 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -20,7 +20,7 @@ PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=GPL LICENSE PKG_CPE_ID:=cpe:/a:pulseaudio:pulseaudio -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk diff --git a/sound/shine/Makefile b/sound/shine/Makefile index 680377aa2..c645f39f7 100644 --- a/sound/shine/Makefile +++ b/sound/shine/Makefile @@ -21,7 +21,7 @@ PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org> PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk |