~dannf/ubuntu/trusty/base-installer/lp1247601

« back to all changes in this revision

Viewing changes to kernel/armel.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2011-06-16 19:19:27 UTC
  • Revision ID: james.westby@ubuntu.com-20110616191927-8vj47g30ev5z9h28
Tags: 1.119ubuntu2
Added omap4 subarchitecture

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
arch_get_kernel_flavour () {
2
2
        case "$SUBARCH" in
3
 
            dove|imx51|omap|iop32x|iop33x|ixp4xx|kirkwood|orion5x|versatile)
 
3
            dove|imx51|omap|omap4|iop32x|iop33x|ixp4xx|kirkwood|orion5x|versatile)
4
4
                echo "$SUBARCH"
5
5
                return 0 ;;
6
6
            ads)