Skip to content

Commit

Permalink
Merge pull request #92 from osfrickler/clean-dhcp
Browse files Browse the repository at this point in the history
Drop old dhcp client scripts
  • Loading branch information
smoser authored Sep 27, 2022
2 parents 3d22bc9 + e59406d commit fcc456f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 192 deletions.
4 changes: 3 additions & 1 deletion bin/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ ln -snf buildroot-${BR_VER} buildroot
# to have revision controlled information in that file.
#./bin/mkcabundle > src/etc/ssl/certs/ca-certificates.crt

( cd buildroot && QUILT_PATCHES="$PWD/../patches-buildroot" quilt push -a )
if [ -f patches-buildroot/series ]; then
( cd buildroot && QUILT_PATCHES="$PWD/../patches-buildroot" quilt push -a )
fi

cat << EOF > "src/etc/os-release"
PRETTY_NAME="CirrOS $VER"
Expand Down
21 changes: 0 additions & 21 deletions patches-buildroot/ifupdown-cirros.patch

This file was deleted.

1 change: 0 additions & 1 deletion patches-buildroot/series

This file was deleted.

3 changes: 0 additions & 3 deletions src/etc/default/udhcpc

This file was deleted.

163 changes: 0 additions & 163 deletions src/sbin/cirros-dhcpc

This file was deleted.

3 changes: 0 additions & 3 deletions src/usr/share/udhcpc/default.script

This file was deleted.

0 comments on commit fcc456f

Please sign in to comment.