summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-04-28 19:02:28 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-04-28 19:04:11 +0200
commitd6aab4d4b2ae31a6ce47d60ebdb08b2e006ba5c4 (patch)
tree9ac6fb0a3835f92f4233d49330c5c4f728723842 /Makefile
parenta2807a0a83eb06949a1212e20c104c6f3b549305 (diff)
downloadfreebsd-wifibox-alpine-d6aab4d4b2ae31a6ce47d60ebdb08b2e006ba5c4.zip
Ignore `/proc` (linprocfs) contents on building the file system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 474b519..c984cca 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ $(SQUASHFS_IMG): image-contents
-comp $(SQUASHFS_COMP) \
-wildcards \
$(_EXCLUDE_FW_FILES) \
- -e boot -e .done -e "var/*"
+ -e boot -e "proc/*" -e .done -e "var/*"
_TARGETS= $(SQUASHFS_IMG)