X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/85c3d0af359fafa1bdc4fdfd0c6ff299491ac1b4..077e268dee3c7426b90df8f331e2380df020eb74:/target/linux/package/Makefile diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index f34ad9a8a..43fbd60f2 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -5,8 +5,13 @@ 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-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