fc1231dc7a5c07b4b3edeee277f99e687e03a501
[lede-git/.git] / 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         rcw-layerscape-ls1046ardb uboot-layerscape-$(SUBTARGET)-ls1046ardb \
14         fman-layerscape-ls1046ardb \
15         rcw-layerscape-ls1012ardb uboot-layerscape-$(SUBTARGET)-ls1012ardb \
16         kmod-ppfe ppfe-ls1012ardb
17
18 $(eval $(call Profile,Default))