diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-06-21 11:59:59 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-06-21 11:59:59 +0000 |
commit | 4732fe97183db6317e3f0c2d92819573587f3165 (patch) | |
tree | 35e87875002eec0e210c0f24afa04584e8b3a54c /target/linux/omap35xx/Makefile | |
parent | 69c1095dccacd5765c5e119f54e23c86aae76b62 (diff) | |
download | mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.zip mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.tar.gz mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.tar.bz2 |
Refactor omap35xx sub-targets to cater for beagleboard and gumstix overo
SVN-Revision: 21858
Diffstat (limited to 'target/linux/omap35xx/Makefile')
-rw-r--r-- | target/linux/omap35xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/Makefile b/target/linux/omap35xx/Makefile index b985300..a4b2607 100644 --- a/target/linux/omap35xx/Makefile +++ b/target/linux/omap35xx/Makefile @@ -10,7 +10,7 @@ ARCH:=arm BOARD:=omap35xx BOARDNAME:=TI OMAP35xx FEATURES:=broken -SUBTARGETS=generic +SUBTARGETS=beagleboard gumstix LINUX_VERSION:=2.6.32.14 KERNELNAME:="uImage" |