X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8325c45c3085ec80dfd3dba8c0c64974c9755781..9c9d170774c0991b3e9065fe7a36a118255a8959:/openwrt/target/linux/package/Makefile diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 97d20251e..99e8b6a0f 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -5,16 +5,17 @@ ifneq ($(BOARD),ar7) package-$(BR2_PACKAGE_KMOD_ALSA) += alsa endif package-$(BR2_PACKAGE_KMOD_FUSE) += fuse +package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap 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 +package-y += base-files ifeq ($(BOARD)-$(KERNEL),brcm-2.4) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat package-$(BR2_PACKAGE_KMOD_DIAG) += diag -wlcompat-compile: openwrt-compile +wlcompat-compile: base-files-compile endif all: compile install