Skip to content

Commit

Permalink
imagebuilder: remove split patch dirs from imagebuilder archive
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Schiffer <[email protected]>
  • Loading branch information
neocturne committed Mar 7, 2018
1 parent 2fbf669 commit a02a69d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target/imagebuilder/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down Expand Up @@ -63,7 +63,8 @@ endif
fi
rm -rf \
$(PKG_BUILD_DIR)/target/linux/*/files{,-*} \
$(PKG_BUILD_DIR)/target/linux/*/patches{,-*}
$(PKG_BUILD_DIR)/target/linux/*/patches{,-*} \
$(PKG_BUILD_DIR)/target/linux/generic/{pending,backport,hack}{,-*}
-cp $(KERNEL_BUILD_DIR)/* $(IB_KDIR)/ # don't copy subdirectories here
-cp $(LINUX_DIR)/.config $(IB_LDIR)/
rm -f $(IB_KDIR)/root.*
Expand Down

0 comments on commit a02a69d

Please sign in to comment.