projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi upstream does not work on wisoc
[openwrt.git]
/
package
/
p54
/
Makefile
diff --git
a/package/p54/Makefile
b/package/p54/Makefile
index
c69bfd6
..
65e8f23
100644
(file)
--- a/
package/p54/Makefile
+++ b/
package/p54/Makefile
@@
-1,10
+1,10
@@
#
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id
:
$
+# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/p54/Default
SUBMENU:=Wireless Drivers
TITLE:=Prism Wireless Support (mac80211)
define KernelPackage/p54/Default
SUBMENU:=Wireless Drivers
TITLE:=Prism Wireless Support (mac80211)
- DEPENDS:=
@LINUX_2_6 +kmod-mac80211
+ DEPENDS:=
+kmod-mac80211 @BROKEN
endef
define KernelPackage/p54-common
endef
define KernelPackage/p54-common
@@
-95,7
+95,9
@@
ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
modules
endef
else
modules
endef
else
- override CONFIG_kmod-p54=
+ override CONFIG_PACKAGE_kmod-p54-common=
+ override CONFIG_PACKAGE_kmod-p54-pci=
+ override CONFIG_PACKAGE_kmod-p54-usb=
endif
define KernelPackage/p54-pci/install
endif
define KernelPackage/p54-pci/install
This page took
0.023156 seconds
and
4
git commands to generate.