mxs: drop 6.1 support
[openwrt/openwrt.git] / tools / quilt / patches / 001-fix_compile.patch
index c256c65e75dfb927997875b7bd77f2cfbbe86a5a..ef6f8ff608388a3a462b5d01be401b1a090ea57a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
+@@ -276,13 +276,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
        @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
  
  configure : configure.ac aclocal.m4
@@ -14,5 +14,5 @@
 -      @false
 +      @touch $@
  
- compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
+ compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))