diff options
Diffstat (limited to 'sound/shine/Makefile')
-rw-r--r-- | sound/shine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |