Signed-off-by: Andrew 'Necromant' Andrianov <[email protected]> --- target/linux/ar71xx/generic/profiles/mercury.mk | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 target/linux/ar71xx/generic/profiles/mercury.mk
diff --git a/target/linux/ar71xx/generic/profiles/mercury.mk b/target/linux/ar71xx/generic/profiles/mercury.mk new file mode 100644 index 0000000..9474d36 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/mercury.mk @@ -0,0 +1,15 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/MW150R + NAME:=Mercury MW150R + PACKAGES:=kmod-usb-core kmod-usb2 +endef +define Profile/MW150R/Description + Package set optimized for the Mercury MW150R. +endef +$(eval $(call Profile,MW150R)) -- 1.7.6 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
