Quilt without index and whole filepath?

I wanted to patch hostapd, but my file looks quite differently. It has Index and hostapd-2019-08-08-ca8c2bd2.orig in the patchfile...

Can somebody name the quilt parameter I have to use?


I found another old quilt page:
https://oldwiki.archive.openwrt.org/doc/devel/patches
Let's see...

cat > ~/.quiltrc <<EOF
QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
QUILT_SERIES_ARGS="--color=auto"
QUILT_PATCH_OPTS="--unified"
QUILT_DIFF_OPTS="-p"
EDITOR="nano"
EOF

Worked!

1 Like

https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem

(please don't use the archived version, it's static and may not be up to date).

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.