diff options
author | Tim Yardley <lst@openwrt.org> | 2007-03-03 01:22:09 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-03-03 01:22:09 +0000 |
commit | e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46 (patch) | |
tree | 8627090ebb153485aa0b21d2daf38906d5398b20 /target/linux/aruba-2.6 | |
parent | ad43641baf8bd6031d80829a0568316ba1cd2fa5 (diff) | |
download | upstream-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.tar.gz upstream-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.tar.bz2 upstream-e5bb7fa66fa6549bbff34ed8cd5145b33c59fd46.zip |
make the rest of the structure for the targets that dont have profiles yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6')
-rw-r--r-- | target/linux/aruba-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile index 5d3e19ea2f..c53964da8a 100644 --- a/target/linux/aruba-2.6/Makefile +++ b/target/linux/aruba-2.6/Makefile @@ -18,4 +18,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-madwifi +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) |