Changeset 390
- Timestamp:
- Oct 1, 2012, 12:38:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/patches/README
r380 r390 9 9 Patches in these directories have the following format: 10 10 11 nnn_<desc> Apply patch to all revisions 12 nnn-f(:)_<desc> Apply patch to revision f ( and onward if : is specified ) 13 nnn-(:)t_<desc> Apply patch to revision t ( and downward if : is specified ) 14 nnn-f:t_<desc> Apply patch from revision r1 up and including r2 11 nnn_<desc> Apply patch to all revisions 12 nnn-[b]:[e]_<desc> Apply patch to revisions b through e, inclusive. If 13 b is omitted, it will be applied to all revisions 14 before e. If e is ommitted, it will be applied to all 15 revisions after b. If b equals e, it will be applied 16 to only a single revision. If b is greater than e, it 17 will never be used. 15 18 16 19 <desc> contains a functional description of the patch. Prefereably seperated
Note: See TracChangeset
for help on using the changeset viewer.