diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:04:03 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 13:29:04 +0200 |
commit | 32727c409e6deb0f90155e8427fb1ca56bc9fab2 (patch) | |
tree | 00601a7bf7e1b9eded5344bac6e078ec49aa7e4b /target/linux/mvebu/profiles/globalscale.mk | |
parent | 60d26202537d95aeda2d9903ab8668ce9cc7326b (diff) | |
download | upstream-32727c409e6deb0f90155e8427fb1ca56bc9fab2.tar.gz upstream-32727c409e6deb0f90155e8427fb1ca56bc9fab2.tar.bz2 upstream-32727c409e6deb0f90155e8427fb1ca56bc9fab2.zip |
mvebu: switch to the new image build code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/profiles/globalscale.mk')
-rw-r--r-- | target/linux/mvebu/profiles/globalscale.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/mvebu/profiles/globalscale.mk b/target/linux/mvebu/profiles/globalscale.mk deleted file mode 100644 index 1b9f780e79..0000000000 --- a/target/linux/mvebu/profiles/globalscale.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Mirabox - NAME:=Globalscale Mirabox - PACKAGES:= -endef - -define Profile/Mirabox/Description - Package set compatible with the Globalscale Mirabox. -endef - -$(eval $(call Profile,Mirabox)) |