X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fau1000-2.6%2FMakefile;fp=target%2Flinux%2Fau1000-2.6%2FMakefile;h=30259d55b75f3f7bc705618394943514519321c9;hp=25fc776129b40c34cf88eca6bfff5de144f48108;hb=9bc5d8548f71c8a1a60986ff99745f9f1b9b3f9a;hpb=bc9f96270fb3ae8922755b3a7f86bc87c3c8da42 diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 25fc77612..30259d55b 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -25,23 +25,8 @@ define Kernel/BuildImage $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec endef -define Profile/Atheros - NAME:=Atheros WiFi (default) - PACKAGES:=kmod-madwifi -endef -$(eval $(call Profile,Atheros)) - -define Profile/Intel - NAME:=Intel IPW2200 WiFi - PACKAGES:=kmod-net-ipw2200 -endef -$(eval $(call Profile,Intel)) - -define Profile/Broadcom - NAME:=Broadcom BCM43xx WiFi - PACKAGES:=kmod-net-bcm43xx -endef -$(eval $(call Profile,Broadcom)) +# include the profiles +-include profiles/*.mk $(eval $(call BuildKernel))