diff options
Diffstat (limited to 'target/linux/realtek/rtl8196c/profile')
-rw-r--r-- | target/linux/realtek/rtl8196c/profile/00-default.mk | 17 | ||||
-rw-r--r-- | target/linux/realtek/rtl8196c/profile/nprove.mk | 18 |
2 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl8196c/profile/00-default.mk b/target/linux/realtek/rtl8196c/profile/00-default.mk new file mode 100644 index 000000000..36c4aa61b --- /dev/null +++ b/target/linux/realtek/rtl8196c/profile/00-default.mk @@ -0,0 +1,17 @@ +# +# 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 (all drivers) + 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)) diff --git a/target/linux/realtek/rtl8196c/profile/nprove.mk b/target/linux/realtek/rtl8196c/profile/nprove.mk new file mode 100644 index 000000000..5281f09c0 --- /dev/null +++ b/target/linux/realtek/rtl8196c/profile/nprove.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NPROVE + NAME:=Nprove router + PACKAGES:= +endef + +define Profile/NPROVE/Description + Package set optimized for the Nprove boards. +endef + +$(eval $(call Profile,NPROVE)) + |