aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/profiles/100-Generic.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-18 00:02:45 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-18 00:02:45 +0000
commit9252c452cd6e76c8c004642b060b0d0390b80a4b (patch)
treec1601580aa1b0374b5b31594c7340c8a5041763c /target/linux/imx6/profiles/100-Generic.mk
parentc2338633c0c389d19d44baf5c96d379d64fdc58c (diff)
downloadmaster-187ad058-9252c452cd6e76c8c004642b060b0d0390b80a4b.tar.gz
master-187ad058-9252c452cd6e76c8c004642b060b0d0390b80a4b.tar.bz2
master-187ad058-9252c452cd6e76c8c004642b060b0d0390b80a4b.zip
imx6: reorganize build system
Changes include: * switching to profiles * adding ubifs support * building image for GW54XX board Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38441 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/profiles/100-Generic.mk')
-rw-r--r--target/linux/imx6/profiles/100-Generic.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/imx6/profiles/100-Generic.mk b/target/linux/imx6/profiles/100-Generic.mk
deleted file mode 100644
index 91ca3696ad..0000000000
--- a/target/linux/imx6/profiles/100-Generic.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright (C) 2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Generic
- NAME:=Generic (default)
- PACKAGES:= \
- kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy \
- uboot-envtools
-endef
-
-define Profile/Generic/Description
- Package set compatible with most Freescale i.MX 6 based boards.
-endef
-
-$(eval $(call Profile,Generic))