diff options
Diffstat (limited to 'package/hostap')
| -rw-r--r-- | package/hostap/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile index 80f820187..21abfe256 100644 --- a/package/hostap/Makefile +++ b/package/hostap/Makefile @@ -1,7 +1,7 @@  # $Id$  include $(TOPDIR)/rules.mk -include $(TOPDIR)/package/kernel.mk +include $(TOPDIR)/include/kernel.mk  PKG_NAME:=hostap-driver  PKG_VERSION:=0.4.9 @@ -15,7 +15,7 @@ PKG_CAT:=zcat  PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/package/rules.mk +include $(TOPDIR)/include/package.mk  define Package/kmod-hostap  SECTION:=drivers  | 
