X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2Fprofiles%2F100-generic.mk;fp=target%2Flinux%2Fkirkwood%2Fprofiles%2F100-generic.mk;h=da4560442f7ab6c7fa57f85bc7bda8fb74511de8;hb=0fe170d3b36438db246b032533cdadfa9d62219a;hp=0000000000000000000000000000000000000000;hpb=dda6e8a8a3e33eafe8d131a21d54027b4288646d;p=openwrt-working-2016%2F.git diff --git a/target/linux/kirkwood/profiles/100-generic.mk b/target/linux/kirkwood/profiles/100-generic.mk new file mode 100644 index 0000000000..da4560442f --- /dev/null +++ b/target/linux/kirkwood/profiles/100-generic.mk @@ -0,0 +1,21 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Generic + NAME:=Generic (default) + PACKAGES:= \ + kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \ + kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \ + kmod-ata-core kmod-ata-marvell-sata \ + kmod-rtc-marvell kmod-thermal-kirkwood +endef + +define Profile/Generic/Description + Package set compatible with most Marvell Kirkwood based boards. +endef + +$(eval $(call Profile,Generic))