summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-18 10:40:30 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-12-18 10:43:39 +0100
commitb218811e53ffdc5ac3d0e9bafef41571114e5dd7 (patch)
tree03906c746283cc669b7741b701485745fd8cfb62 /scripts
parent11a1a650788837b72bdcb8ec234c60bdfb81efd1 (diff)
downloadptxdist-b218811e53ffdc5ac3d0e9bafef41571114e5dd7.tar.gz
ptxdist-b218811e53ffdc5ac3d0e9bafef41571114e5dd7.tar.xz
[ptxd_lib_kgen] re-enable boardsetup and setup
Since 96c9beeb, 'ptxdist boardsetup' and 'ptxdist setup' bailed out with an error message: ptxdist: error: 'ptxd_kgen' doesn't support 'board, yet Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_kgen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_kgen.sh b/scripts/lib/ptxd_lib_kgen.sh
index 4ca6c6129..32da0ed6f 100644
--- a/scripts/lib/ptxd_lib_kgen.sh
+++ b/scripts/lib/ptxd_lib_kgen.sh
@@ -96,6 +96,7 @@ EOF
case "${kgen_part}" in
ptx) kgen_part_dir="rules" ;;
platform) kgen_part_dir="platforms" ;;
+ board|user) return 0 ;;
*) cat <<EOF
${PROMPT}error: '${FUNCNAME}' doesn't support '${part}, yet'