diff --git a/openWrt/Makefile.openwrt b/openWrt/Makefile.openwrt index 3f1436b0..1a296d14 100755 --- a/openWrt/Makefile.openwrt +++ b/openWrt/Makefile.openwrt @@ -19,6 +19,13 @@ ENDIANNESS:=LITTLE ifeq ($(ARCH),mips) ENDIANNESS:=BIG endif +ifeq ($(ARCH),armeb) +ENDIANNESS:=BIG +endif +ifeq ($(ARCH),powerpc) +ENDIANNESS:=BIG +endif + define Package/snapcast/Default SECTION := sxx