diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-12-22 17:34:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-22 17:34:05 +0200 |
commit | 3b377bde15413c64093940fb94cd4dbe14c3ce15 (patch) | |
tree | 0dc579c5379bcc9af70943344076d066d9f9e253 /scripts/package-build/isc-dhcp | |
parent | 77f3471680653cc04ddd863c8c4a35fe496ab6a5 (diff) | |
parent | 53ceb249883ed0dafef2c30db6ff9bef621aba1e (diff) | |
download | vyos-build-3b377bde15413c64093940fb94cd4dbe14c3ce15.tar.gz vyos-build-3b377bde15413c64093940fb94cd4dbe14c3ce15.zip |
Merge pull request #868 from c-po/package-build
T6674: move patches to "package/<package_name>" subfolder
Diffstat (limited to 'scripts/package-build/isc-dhcp')
-rw-r--r-- | scripts/package-build/isc-dhcp/.gitignore | 8 | ||||
-rw-r--r-- | scripts/package-build/isc-dhcp/patches/isc-dhcp/0001-Add-support-for-raw-IP-interface-type.patch (renamed from scripts/package-build/isc-dhcp/patches/0001-Add-support-for-raw-IP-interface-type.patch) | 0 | ||||
-rw-r--r-- | scripts/package-build/isc-dhcp/patches/isc-dhcp/0002-Checkpoint-improved-patch.patch (renamed from scripts/package-build/isc-dhcp/patches/0002-Checkpoint-improved-patch.patch) | 0 | ||||
-rw-r--r-- | scripts/package-build/isc-dhcp/patches/isc-dhcp/0003-fix-compilation-errors.patch (renamed from scripts/package-build/isc-dhcp/patches/0003-fix-compilation-errors.patch) | 0 | ||||
-rw-r--r-- | scripts/package-build/isc-dhcp/patches/isc-dhcp/0004-add-support-for-ARPHRD_NONE-interface-type.patch (renamed from scripts/package-build/isc-dhcp/patches/0004-add-support-for-ARPHRD_NONE-interface-type.patch) | 0 |
5 files changed, 1 insertions, 7 deletions
diff --git a/scripts/package-build/isc-dhcp/.gitignore b/scripts/package-build/isc-dhcp/.gitignore index 3f2ca44a..41aa96b8 100644 --- a/scripts/package-build/isc-dhcp/.gitignore +++ b/scripts/package-build/isc-dhcp/.gitignore @@ -1,7 +1 @@ -isc-dhcp/ -*.buildinfo -*.build -*.changes -*.deb -*.dsc -*.tar.gz +/isc-dhcp/ diff --git a/scripts/package-build/isc-dhcp/patches/0001-Add-support-for-raw-IP-interface-type.patch b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0001-Add-support-for-raw-IP-interface-type.patch index c13569ad..c13569ad 100644 --- a/scripts/package-build/isc-dhcp/patches/0001-Add-support-for-raw-IP-interface-type.patch +++ b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0001-Add-support-for-raw-IP-interface-type.patch diff --git a/scripts/package-build/isc-dhcp/patches/0002-Checkpoint-improved-patch.patch b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0002-Checkpoint-improved-patch.patch index 60b693f6..60b693f6 100644 --- a/scripts/package-build/isc-dhcp/patches/0002-Checkpoint-improved-patch.patch +++ b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0002-Checkpoint-improved-patch.patch diff --git a/scripts/package-build/isc-dhcp/patches/0003-fix-compilation-errors.patch b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0003-fix-compilation-errors.patch index c66e0c7c..c66e0c7c 100644 --- a/scripts/package-build/isc-dhcp/patches/0003-fix-compilation-errors.patch +++ b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0003-fix-compilation-errors.patch diff --git a/scripts/package-build/isc-dhcp/patches/0004-add-support-for-ARPHRD_NONE-interface-type.patch b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0004-add-support-for-ARPHRD_NONE-interface-type.patch index 32089b4d..32089b4d 100644 --- a/scripts/package-build/isc-dhcp/patches/0004-add-support-for-ARPHRD_NONE-interface-type.patch +++ b/scripts/package-build/isc-dhcp/patches/isc-dhcp/0004-add-support-for-ARPHRD_NONE-interface-type.patch |