From 334fdea08d71079d6e0f5bc8dc79790c0402ae2a Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Fri, 19 Aug 2016 13:58:36 +0300 Subject: archs38: Merge sd and ramfs subtargets in generic again As it turned out we may actually build both initramfs and SD-based images in one run with just a small tweak in existing image/Makefile and so we do here. We're back with one "generic" target for all ARC HS38-based bords. Kudos to John for his patience and very helpful tips! Signed-off-by: John Crispin Signed-off-by: Alexey Brodkin Cc: Jo-Philipp Wich --- target/linux/archs38/sd/profiles/00-default.mk | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/archs38/sd/profiles/00-default.mk (limited to 'target/linux/archs38/sd/profiles/00-default.mk') diff --git a/target/linux/archs38/sd/profiles/00-default.mk b/target/linux/archs38/sd/profiles/00-default.mk deleted file mode 100644 index fd8143a166..0000000000 --- a/target/linux/archs38/sd/profiles/00-default.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2016 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-ath9k-htc wpad-mini -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) -- cgit v1.2.3