diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-21 20:11:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-21 20:11:00 +0000 |
commit | 6245754a41775731059d3a163570821926154691 (patch) | |
tree | 2e26aa35fc0644ec391abda1a30386d9eeac7343 /target | |
parent | b8e25705116176cd72e4668e6b109c2afb9668c6 (diff) |
Include profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 80b35e7ef..69554fe1a 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)) |