diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-21 20:11:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-21 20:11:00 +0000 |
commit | 86b6dab84de33dd66c0103e157075dba4c60fb38 (patch) | |
tree | bc8510cffbd0255665306b991c6de21520322878 | |
parent | 04992780533f2c2607c91d976fb82339fee62109 (diff) | |
download | upstream-86b6dab84de33dd66c0103e157075dba4c60fb38.tar.gz upstream-86b6dab84de33dd66c0103e157075dba4c60fb38.tar.bz2 upstream-86b6dab84de33dd66c0103e157075dba4c60fb38.zip |
Include profiles
SVN-Revision: 6631
-rw-r--r-- | target/linux/adm5120-2.6/Makefile | 4 |
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)) |