File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,9 @@ build-image:
251251clean :
252252 $(Q )$(RM ) $(BIN ) $(OBJS ) $(deps )
253253 $(Q )$(MAKE ) -C mini-gdbstub clean
254- $(Q )$(MAKE ) -C minislirp/src clean
254+ $(Q ) if [ -n " $( MINISLIRP_DIR) " ] && [ -d " $( MINISLIRP_DIR) /src" ]; then \
255+ $(MAKE ) -C $(MINISLIRP_DIR ) /src clean; \
256+ fi
255257
256258distclean : clean
257259 $(Q )$(RM ) riscv-harts.dtsi
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ CONFIG_NET=y
472472#
473473# Networking options
474474#
475- # CONFIG_PACKET is not set
475+ CONFIG_PACKET=y
476476CONFIG_UNIX=y
477477CONFIG_UNIX_SCM=y
478478CONFIG_AF_UNIX_OOB=y
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function do_buildroot
3535{
3636 if [ ! -d buildroot ]; then
3737 echo " Cloning Buildroot..."
38- ASSERT git clone https://github.com/buildroot/buildroot -b 2024.11.1 --depth=1
38+ ASSERT git clone https://github.com/buildroot/buildroot -b 2025.02.x --depth=1
3939 else
4040 echo " buildroot/ already exists, skipping clone"
4141 fi
You can’t perform that action at this time.
0 commit comments