diff options
Diffstat (limited to 'target/linux/ep93xx/profiles/.svn/text-base/00-default.mk.svn-base')
-rw-r--r-- | target/linux/ep93xx/profiles/.svn/text-base/00-default.mk.svn-base | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ep93xx/profiles/.svn/text-base/00-default.mk.svn-base b/target/linux/ep93xx/profiles/.svn/text-base/00-default.mk.svn-base new file mode 100644 index 0000000..1c43dc6 --- /dev/null +++ b/target/linux/ep93xx/profiles/.svn/text-base/00-default.mk.svn-base @@ -0,0 +1,17 @@ +# +# Copyright (C) 2012 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 + PACKAGES:= \ + kmod-usb-core kmod-usb-ohci +endef + +define Profile/Default/Description + Default package set compatible with most EP93xx-based boards. +endef +$(eval $(call Profile,Default)) |