summaryrefslogtreecommitdiffstats
path: root/rules/klibc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-20 09:49:10 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-20 09:49:10 +0000
commit1f286ef06e72309f5a6f116a358a12f0dfc61fc2 (patch)
treea8f31c57dbfd5503813bf1a8d852aebc62fec65c /rules/klibc.in
parentf288dd2a5633eaef9f1a0c7c476d335b975a303e (diff)
downloadptxdist-1f286ef06e72309f5a6f116a358a12f0dfc61fc2.tar.gz
ptxdist-1f286ef06e72309f5a6f116a358a12f0dfc61fc2.tar.xz
Add install option for remaining klibc targets
From: Jon Ringle <jon@ringle.org> Add install option for remaining klibc targets that aren't currently offered: fstype ipconfig nfsmount poweroff reboot resume Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10550 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/klibc.in')
-rw-r--r--rules/klibc.in96
1 files changed, 96 insertions, 0 deletions
diff --git a/rules/klibc.in b/rules/klibc.in
index c2bd7e023..1d0744681 100644
--- a/rules/klibc.in
+++ b/rules/klibc.in
@@ -83,12 +83,24 @@ config KLIBC_STATIC_FALSE
help
This is a statically linked "false" command. It gets installed into /bin/false
+config KLIBC_STATIC_FSTYPE
+ bool
+ prompt "fstype"
+ help
+ This is a statically linked "fstype" command. It gets installed into /bin/fstype
+
config KLIBC_STATIC_HALT
bool
prompt "halt"
help
This is a statically linked "halt" command. It gets installed into /bin/halt
+config KLIBC_STATIC_IPCONFIG
+ bool
+ prompt "ipconfig"
+ help
+ This is a statically linked "ipconfig" command. It gets installed into /bin/ipconfig
+
config KLIBC_STATIC_KILL
bool
prompt "kill"
@@ -131,6 +143,12 @@ config KLIBC_STATIC_MOUNT
help
This is a statically linked "mount" command. It gets installed into /bin/mount
+config KLIBC_STATIC_NFSMOUNT
+ bool
+ prompt "nfsmount"
+ help
+ This is a statically linked "nfsmount" command. It gets installed into /bin/nfsmount
+
config KLIBC_STATIC_NUKE
bool
prompt "nuke"
@@ -143,12 +161,30 @@ config KLIBC_STATIC_PIVOT_ROOT
help
This is a statically linked "pivot_root" command. It gets installed into /bin/pivot_root
+config KLIBC_STATIC_POWEROFF
+ bool
+ prompt "poweroff"
+ help
+ This is a statically linked "poweroff" command. It gets installed into /bin/poweroff
+
config KLIBC_STATIC_READLINK
bool
prompt "readlink"
help
This is a statically linked "readlink" command. It gets installed into /bin/readlink
+config KLIBC_STATIC_REBOOT
+ bool
+ prompt "reboot"
+ help
+ This is a statically linked "reboot" command. It gets installed into /bin/reboot
+
+config KLIBC_STATIC_RESUME
+ bool
+ prompt "resume"
+ help
+ This is a statically linked "resume" command. It gets installed into /bin/resume
+
config KLIBC_STATIC_RUN_INIT
bool
prompt "run-init"
@@ -277,6 +313,16 @@ config KLIBC_SHARED_FALSE
This is a shared "false" command. It gets installed into /bin/false
######
+comment "Static fstype command is selected!"
+ depends on KLIBC_STATIC_FSTYPE
+
+config KLIBC_SHARED_FSTYPE
+ bool
+ prompt "fstype"
+ help
+ This is a shared "fstype" command. It gets installed into /bin/fstype
+
+######
comment "Static halt command is selected!"
depends on KLIBC_STATIC_HALT
@@ -288,6 +334,16 @@ config KLIBC_SHARED_HALT
This is a shared "halt" command. It gets installed into /bin/halt
######
+comment "Static ipconfig command is selected!"
+ depends on KLIBC_STATIC_IPCONFIG
+
+config KLIBC_SHARED_IPCONFIG
+ bool
+ prompt "ipconfig"
+ help
+ This is a shared "ipconfig" command. It gets installed into /bin/ipconfig
+
+######
comment "Static kill command is selected!"
depends on KLIBC_STATIC_KILL
@@ -365,6 +421,16 @@ config KLIBC_SHARED_MOUNT
This is a shared "mount" command. It gets installed into /bin/mount
######
+comment "Static nfsmount command is selected!"
+ depends on KLIBC_STATIC_NFSMOUNT
+
+config KLIBC_SHARED_NFSMOUNT
+ bool
+ prompt "nfsmount"
+ help
+ This is a shared "nfsmount" command. It gets installed into /bin/nfsmount
+
+######
comment "Static nuke command is selected!"
depends on KLIBC_STATIC_NUKE
@@ -387,6 +453,16 @@ config KLIBC_SHARED_PIVOT_ROOT
This is a shared "pivot_root" command. It gets installed into /bin/pivot_root
######
+comment "Static poweroff command is selected!"
+ depends on KLIBC_STATIC_POWEROFF
+
+config KLIBC_SHARED_POWEROFF
+ bool
+ prompt "poweroff"
+ help
+ This is a shared "poweroff" command. It gets installed into /bin/poweroff
+
+######
comment "Static readlink command is selected!"
depends on KLIBC_STATIC_READLINK
@@ -398,6 +474,26 @@ config KLIBC_SHARED_READLINK
This is a shared "readlink" command. It gets installed into /bin/readlink
######
+comment "Static reboot command is selected!"
+ depends on KLIBC_STATIC_REBOOT
+
+config KLIBC_SHARED_REBOOT
+ bool
+ prompt "reboot"
+ help
+ This is a shared "reboot" command. It gets installed into /bin/reboot
+
+######
+comment "Static resume command is selected!"
+ depends on KLIBC_STATIC_RESUME
+
+config KLIBC_SHARED_RESUME
+ bool
+ prompt "resume"
+ help
+ This is a shared "resume" command. It gets installed into /bin/resume
+
+######
comment "Static run-init command is selected!"
depends on KLIBC_STATIC_RUN_INIT