X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0dc0c1a5f414400723010853f858ef78d11a674d..9e6bdaf5cc3d95140a9f4a94639941c46571dcf9:/openwrt/target/linux/package/Makefile diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index f34ad9a8a..4b8d06889 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -5,8 +5,14 @@ package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan +package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi +package-y += openwrt + +ifeq ($(BOARD),brcm) ifeq ($(LINUX_VERSION),2.4.30) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat +wlcompat-compile: openwrt-compile +endif endif all: compile install