X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fatheros%2FMakefile;h=fc48efd5ded8b297f2cfa502209c3a3fce850b9d;hp=611345f4bbf5f25e7debcbf886ec59032288f616;hb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;hpb=ac8f9434660b88d0f9686bed3e0bfd5b0adf1788;ds=sidebyside diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 611345f4b..fc48efd5d 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -13,14 +13,15 @@ FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.22.4 +include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES += kmod-madwifi + define Target/Description Build firmware images for Atheros SoC boards endef -include $(INCLUDE_DIR)/kernel-build.mk -DEFAULT_PACKAGES += kmod-madwifi - # include the profiles -include profiles/*.mk -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))