X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c537863342182954341e4a21bb9b56888e334213..24168b91595c0c5a9420c348c4c16e727e1aaa81:/package/madwifi/patches/106-get_arch.patch?ds=inline diff --git a/package/madwifi/patches/106-get_arch.patch b/package/madwifi/patches/106-get_arch.patch index 487327113..3140f3679 100644 --- a/package/madwifi/patches/106-get_arch.patch +++ b/package/madwifi/patches/106-get_arch.patch @@ -1,6 +1,6 @@ --- a/scripts/get_arch.mk +++ b/scripts/get_arch.mk -@@ -36,6 +36,13 @@ ifeq (,$(ARCH-y)) +@@ -36,11 +36,14 @@ ifeq (,$(ARCH-y)) $(Cannot determine ARCH) endif @@ -14,3 +14,8 @@ # Don't allow ARCH to be overridden by a different value. ifeq (,$(ARCH)) ARCH = $(ARCH-y) +-else +-ifneq ($(ARCH),$(ARCH-y)) +-$(error ARCH mismatch: supplied "$(ARCH)", determined "$(ARCH-y)") +-endif + endif