aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-21 20:11:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-21 20:11:00 +0000
commit86b6dab84de33dd66c0103e157075dba4c60fb38 (patch)
treebc8510cffbd0255665306b991c6de21520322878 /target
parent04992780533f2c2607c91d976fb82339fee62109 (diff)
downloadupstream-86b6dab84de33dd66c0103e157075dba4c60fb38.tar.gz
upstream-86b6dab84de33dd66c0103e157075dba4c60fb38.tar.bz2
upstream-86b6dab84de33dd66c0103e157075dba4c60fb38.zip
Include profiles
SVN-Revision: 6631
Diffstat (limited to 'target')
-rw-r--r--target/linux/adm5120-2.6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/Makefile b/target/linux/adm5120-2.6/Makefile
index 80b35e7efd..69554fe1ae 100644
--- a/target/linux/adm5120-2.6/Makefile
+++ b/target/linux/adm5120-2.6/Makefile
@@ -17,6 +17,8 @@ define Target/Description
endef
include $(INCLUDE_DIR)/kernel-build.mk
-DEFAULT_PACKAGES += kmod-madwifi
+
+# include the profiles
+-include profiles/*.mk
$(eval $(call BuildKernel))