X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fmt7621%2Fprofiles%2Fmqmaker.mk;fp=target%2Flinux%2Framips%2Fmt7621%2Fprofiles%2Fmqmaker.mk;h=ae35e7dc667a47e1f0b9f58358a9136234345454;hp=0000000000000000000000000000000000000000;hb=a2a6eb8983b20b4bda52ec7ef042863057e521be;hpb=dcb9b30a6b26b6903694afaf5c40084a8bb3a579;ds=sidebyside diff --git a/target/linux/ramips/mt7621/profiles/mqmaker.mk b/target/linux/ramips/mt7621/profiles/mqmaker.mk new file mode 100644 index 0000000000..ae35e7dc66 --- /dev/null +++ b/target/linux/ramips/mt7621/profiles/mqmaker.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/witi + NAME:=MQmaker WiTi + FEATURES+=rtc + PACKAGES:=\ + kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \ + kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \ + kmod-rtc-pcf8563 kmod-i2c-mt7621 +endef + +define Profile/witi/Description + Package set compatible with MQmaker WiTi board. +endef +$(eval $(call Profile,witi))