diff options
Diffstat (limited to 'man/opkbuild.1.in')
-rw-r--r-- | man/opkbuild.1.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in index b0bf285..4fcbbdb 100644 --- a/man/opkbuild.1.in +++ b/man/opkbuild.1.in @@ -10,8 +10,10 @@ opkbuild \- Build opkg packages. .B opkbuild .RB [ -r .IR assume-uid0-cmd ] +.RB [ -a +.IR host-architecture ] .RB [ -p -.IR target-platform ] +.IR host-platform ] .RB [ -s .IR status-override ] .RB [ -d ] @@ -26,7 +28,13 @@ builds binary packages from a source package. Assume user ID 0 using the specified command (default is .BR fakeroot ). .TP -.BI \-p \ target-platform +.BI \-a \ host-architecture +The distribution architecture for which architecture-dependent packages should +be built (default is the architecture +.B opkg +is configured to install). +.TP +.BI \-p \ host-platform The application platform for which platform-specific packages should be configured (default is the platform .B opkg |