OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7  
8 define Profile/olinuxino-maxi
9 NAME:=Olimex OLinuXino Maxi/Mini boards
10 PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
11 kmod-usb-net kmod-usb-net-smsc95xx kmod-gpio-mcp23s08 \
12 kmod-leds-gpio kmod-ledtrig-heartbeat kmod-sound-core
13 endef
14  
15 define Profile/olinuxino-maxi/Description
16 Olimex OLinuXino Maxi/Mini boards
17 endef
18  
19 $(eval $(call Profile,olinuxino-maxi))