diff options
author | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-20 10:23:49 +0000 |
---|---|---|
committer | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-20 10:23:49 +0000 |
commit | 306c88b41758fef08eb9dce779267e172cd51a91 (patch) | |
tree | a4a107a0aeee0cba587b8621f6fc32a9de9eeaea /target/linux/mxs/profiles/01-olinuxino-maxi.mk | |
parent | d46a3fe3d66277e5b8e0c66aa9ba865b5f5e8cae (diff) |
mxs: build/profile-related changes
- change uImage creation to use zImage
- update image Makefile for further boards with u-boot support
- add profile for OLinuXino Micro/Nano boards
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mxs/profiles/01-olinuxino-maxi.mk')
-rw-r--r-- | target/linux/mxs/profiles/01-olinuxino-maxi.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/mxs/profiles/01-olinuxino-maxi.mk b/target/linux/mxs/profiles/01-olinuxino-maxi.mk new file mode 100644 index 0000000000..408d26dbd9 --- /dev/null +++ b/target/linux/mxs/profiles/01-olinuxino-maxi.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/olinuxino-maxi + NAME:=Olimex OLinuXino MAXI/MINI boards + PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \ + kmod-usb-mxs-phy kmod-usb-net kmod-usb-net-smsc95xx \ + kmod-gpio-mcp23s08 kmod-leds-gpio kmod-ledtrig-heartbeat kmod-rtc-stmp3xxx \ + kmod-sound-core kmod-sound-soc-mxs kmod-iio-mxs-lradc kmod-crypto-hw-dcp +endef + +define Profile/olinuxino-maxi/Description + Olimex OLinuXino MAXI/MINI boards +endef +$(eval $(call Profile,olinuxino-maxi)) + |