Ignore:
Timestamp:
Sep 29, 2012, 2:46:30 AM (10 years ago)
Author:
ehem
Message:

Rework the openwrt/patch target. Instead of patching with a hand-rolled
list of patches, scan the appropriate directories for patch files. Patch
filenames now MUST match the pattern [0-9]+(-[0-9]*:[0-9]*)_<name>. The
lead digits specify order of application, lower numbers are applied
first. If present, the two subsequent numbers indicate a range of
Subversion revisions that a given patch applies to. If a number is
absent, the range is interpreted to include all older revisions or all
newer revisions as appropriate.

Adjust openwrt/unpatch target to match (patches are now removed in
reverse order). Adjust the generate script to match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/contrib/openwrt/patches/generate

    r302 r349  
    2020}
    2121
    22 P=001_disable_all_openwrt_packages
    23 cat ${TD}/${P}.in > ${TD}/${P}
     22P=011_disable_all_openwrt_packages
     23cat ${TD}/all/in.${P} > ${TD}/all/${P}
    2424file2diff debwrt_disables_packages.sed ./scripts/ >> ${TD}/${P}
Note: See TracChangeset for help on using the changeset viewer.