aboutsummaryrefslogtreecommitdiff
path: root/scripts/package_kernel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package_kernel')
-rwxr-xr-xscripts/package_kernel6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index dd2888f..eb0ab4a 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -488,6 +488,12 @@ create_hwpack()
#
job_flavour=${job_flavour/-3.?}
case $job_flavour in
+ arndale)
+ hwpack_flavour="arndale"
+ ;;
+ highbank)
+ hwpack_flavour="highbank"
+ ;;
lt-omap|llt-omap)
hwpack_flavour="lt-panda"
;;