|
|
@ -330,12 +330,10 @@ link_in_boot = $link_in_boot
|
|
|
|
imx51)
|
|
|
|
imx51)
|
|
|
|
LIST="$LIST linux-imx51"
|
|
|
|
LIST="$LIST linux-imx51"
|
|
|
|
# temporarily enable universe until kernel is in main
|
|
|
|
# temporarily enable universe until kernel is in main
|
|
|
|
COMP="main restricted universe"
|
|
|
|
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
dove)
|
|
|
|
dove)
|
|
|
|
LIST="$LIST linux-dove"
|
|
|
|
LIST="$LIST linux-dove"
|
|
|
|
# temporarily enable universe until kernel is in main
|
|
|
|
# temporarily enable universe until kernel is in main
|
|
|
|
COMP="main restricted universe"
|
|
|
|
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac;;
|
|
|
|
esac;;
|
|
|
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
|
|
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
|
|
|