]> git.enpas.org Git - openwrt.git/blob - target/linux/ramips/rt305x/profiles/poray.mk
972d7fdbd6052d0fb894b8a121aef5ddb9ec7ffd
[openwrt.git] / target / linux / ramips / rt305x / profiles / poray.mk
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/M3
9         NAME:=Poray M3
10         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
11 endef
12
13 define Profile/M3/Description
14         Package set for Poray M3 board
15 endef
16
17 $(eval $(call Profile,M3))