Changeset 412 for branches/contrib/openwrt/patches/README
- Timestamp:
- Oct 6, 2012, 11:30:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/patches/README
r406 r412 25 25 <nnn> is used to set order of application. Lower numbered patches are applied 26 26 first. The ordering is done by running the list of patches through 27 `sort`, as a result, "1000_foo" will be done before "200_bar". 27 `sort`, as a result, "1000_foo" will be done before "200_bar". Note that 28 all patches in all patch directories are listed, sorted and then applied! 28 29 29 30 <desc> contains a functional description of the patch. Usually separated by … … 39 40 40 41 41 Make targets 42 ------------ 43 make openwrt/patch 44 maken openwrt/unpatch 42 Patch make targets 43 ------------------ 44 make openwrt/patch - Exit when a patch fails 45 maken openwrt/unpatch - Exit when an unpatch fails 46 make openwrt/patch/force - Try to apply all patches 47 maken openwrt/unpatch/force - Try to unapply all patches 48 49 The force options are very usefull when developping. 45 50 46 51
Note: See TracChangeset
for help on using the changeset viewer.