fix CATEGORY
[openwrt.git] / package / wlcompat / Makefile
index c6dc6d8..a42cdd2 100644 (file)
@@ -1,19 +1,26 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
 # $Id$
 
 include $(TOPDIR)/rules.mk
-include $(TOPDIR)/package/kernel.mk
+include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=kmod-wlcompat
 PKG_RELEASE:=3
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
-include $(TOPDIR)/package/rules.mk
+include $(INCLUDE_DIR)/package.mk
 
 define Package/kmod-wlcompat
 SECTION:=drivers
 CATEGORY:=Drivers
-DEPENDS:=
+DEPENDS:=kmod-brcm-wl
+DEFAULT:=y
 TITLE:=Wrapper providing Wireless Extensions for Broadcom wl module
 DESCRIPTION:= \\\
 A wrapper module, that provides Wireless Extension support for the \\\
@@ -23,6 +30,7 @@ endef
 
 define Package/kmod-wlcompat-debug
 $(call Package/kmod-wlcompat)
+DEFAULT:=m
 TITLE:=Wrapper providing Wireless Extensions for Broadcom wl module (debug)
 DESCRIPTION:= \\\
 A wrapper module, that provides Wireless Extension support for the \\\
This page took 0.020199 seconds and 4 git commands to generate.