enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/openwrt.git] / target / linux / etrax-2.6 / 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