From 49e81f9fe4bc6f060a74f5505eca2a1767058b0b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 22 Dec 2016 17:26:27 +0100 Subject: kirkwood: clean up profiles, move to image makefile Adds support for per-device rootfs Signed-off-by: Felix Fietkau --- target/linux/kirkwood/profiles/00-default.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/kirkwood/profiles/00-default.mk (limited to 'target/linux/kirkwood/profiles/00-default.mk') diff --git a/target/linux/kirkwood/profiles/00-default.mk b/target/linux/kirkwood/profiles/00-default.mk new file mode 100644 index 0000000000..ab2658c9b4 --- /dev/null +++ b/target/linux/kirkwood/profiles/00-default.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2011 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 + PACKAGES:=kmod-mwl8k swconfig wpad-mini + PRIORITY:=1 +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default)) -- cgit v1.2.3