X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fsocfpga%2Fprofiles%2F100-generic.mk;fp=target%2Flinux%2Fsocfpga%2Fprofiles%2F100-generic.mk;h=9a238f2f41398c121744518d0cf0002f0f82e25d;hp=0000000000000000000000000000000000000000;hb=309626effc2a54d00183e8bc300a0156e09a5461;hpb=3d16f00acf6dd268186c06787e0f6a08e9273a85 diff --git a/target/linux/socfpga/profiles/100-generic.mk b/target/linux/socfpga/profiles/100-generic.mk new file mode 100644 index 0000000000..9a238f2f41 --- /dev/null +++ b/target/linux/socfpga/profiles/100-generic.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2015 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:= +endef + +define Profile/Generic/Description + Package set compatible with most Altera SoCFPGA based boards. +endef + +$(eval $(call Profile,Generic))