aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-02 13:25:54 +1200
committerArslaan Pathan <[email protected]>2026-06-02 13:25:54 +1200
commit728d256cdbfd0ee314fce543fc403572c24f3b4e (patch)
tree4749a2da0ac7dfb0f34104274b18c55c9a708cbc /Makefile
parented83ec48f2837d5b2968fec8eebfbfb02742e1ca (diff)
downloadyerbalinux-728d256cdbfd0ee314fce543fc403572c24f3b4e.tar.xz
yerbalinux-728d256cdbfd0ee314fce543fc403572c24f3b4e.zip
README + minor change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2938eb6..271cfab 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,8 @@ $(BUSYBOX_DIR): $(EXTERNAL_DIR)
busybox: $(BUSYBOX_DIR) $(BUILD_DIR)
@echo "[yerba] building BusyBox..."
- $(MAKE) -C $(BUSYBOX_DIR) defconfig
- sed -i 's/CONFIG_STATIC=n/CONFIG_STATIC=y/g' $(BUSYBOX_DIR)/.config
+ rm $(BUSYBOX_DIR)/.config
+ cp busybox_config $(BUSYBOX_DIR)/.config
$(MAKE) -C $(BUSYBOX_DIR) -j$(shell nproc)
$(MAKE) -C $(BUSYBOX_DIR) CONFIG_PREFIX=$(BUSYBOX_DIR)/_install install