X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fprofiles%2Fdefault.mk;fp=target%2Flinux%2Fipq806x%2Fprofiles%2Fdefault.mk;h=ded0164df45c57ef332e64ede8435e8e47a8596d;hp=0000000000000000000000000000000000000000;hb=3c1f6e358d4f1da4cf79083996544ce909f21b5f;hpb=926f000b99d31b9d4495c112149377c0da66dbc1 diff --git a/target/linux/ipq806x/profiles/default.mk b/target/linux/ipq806x/profiles/default.mk new file mode 100644 index 0000000000..ded0164df4 --- /dev/null +++ b/target/linux/ipq806x/profiles/default.mk @@ -0,0 +1,18 @@ +# +# Copyright (c) 2014 The Linux Foundation. All rights reserved. +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile (minimum package set) + PACKAGES:= \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default))