diff options
Diffstat (limited to 'recipes/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch')
-rw-r--r-- | recipes/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch b/recipes/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch new file mode 100644 index 0000000000..0c040ec2df --- /dev/null +++ b/recipes/ixp4xx/ixp4xx-csr/build-timing-annoyance.patch @@ -0,0 +1,10 @@ +--- ixp400_xscale_sw/Makefile~ 2004-11-18 21:26:43.000000000 +1030 ++++ ixp400_xscale_sw/Makefile 2004-11-18 21:31:20.000000000 +1030 +@@ -1015,6 +1015,7 @@ + cp Makefile.kmod26 $(OBJ_DIR)/Makefile + make -C $(OBJ_DIR) + $(LD) $(LDFLAGS) $^ -o $@ ++ sleep 2 + make -C $(OBJ_DIR) + + |