# Point to the master branch's topmost commit instead of relying on the v1.1 tag and # applying the earlier patches on top. This avoid collisions in the local pkg cache # that would otherwise happen if any two packages have the same tag name. SRC_GIT_COMMIT="099419a2c5e5d43d6c13fa998aba04bcb9425080" SRC_FETCH_PATH="https://github.com/formilux/mtdpart/archive/${SRC_GIT_COMMIT}.tar.gz" SRC_FETCH_METHOD=http PATCH_LIST= FILE_LIST=.flxfiles MAKEDEPENDS= function do_config { : } function do_compile_only { : } function do_prepack { rm -f "$FILE_LIST" 2>/dev/null install-file 0:4 0540 scripts/mk-flash-layout sbin/mk-flash-layout install-file 0:4 0540 scripts/mount-flash sbin/mount-flash install-file 0:4 0540 scripts/update-boot-image sbin/update-boot-image install-file 0:4 0540 scripts/validate-boot sbin/validate-boot }