strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt/svn-archive/archive.git] / target / linux / etrax / profiles / 101-vhdl-nofb.mk
1 #
2 # Copyright (C) 2006 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/vhdl_no_fb
9 NAME:=FOXVHDL no fb
10 # PACKAGES:=kmod-madwifi
11 endef
12
13 define Profile/vhdl_no_fb/Description
14 Setup the Foxboard for FOXVHDL support with no framebuffer
15 endef
16 $(eval $(call Profile,vhdl_no_fb))
17