split out profile definitions from Makefiles
[openwrt/svn-archive/archive.git] / target / linux / rdc-2.6 / Makefile
index f1f751eee6732ebee3317080743de74e6174dfff..306734b273355a2058635e41d91cf98b90c5a586 100644 (file)
@@ -18,10 +18,7 @@ endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
 
-define Profile/Ralink
-  NAME:=Ralink WiFi (default)
-  PACKAGES:=kmod-rt61
-endef
-$(eval $(call Profile,Ralink))
+# include the profiles
+-include profiles/*.mk
 
 $(eval $(call BuildKernel))