a2368afc0c97803cef263987bdb679f31c5a2bdb
[openwrt/openwrt.git] / target / linux / layerscape / 64b / profiles / 00-default.mk
1 define Profile/Default
2 NAME:=Default Profile
3 PRIORITY:=1
4 endef
5
6 define Profile/Default/Description
7 Default package set compatible with most boards.
8 endef
9
10 DEFAULT_PACKAGES+= \
11 rcw-layerscape-ls1043ardb uboot-layerscape-$(SUBTARGET)-ls1043ardb \
12 fman-layerscape-ls1043ardb
13
14 $(eval $(call Profile,Default))