projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa4cd6
)
Explicitely disable p54 for atheros and uml (#2943)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jan 2008 00:34:28 +0000
(
00:34
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jan 2008 00:34:28 +0000
(
00:34
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10082
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/p54/Makefile
patch
|
blob
|
history
diff --git
a/package/p54/Makefile
b/package/p54/Makefile
index
a0b24a2
..
c282a09
100644
(file)
--- a/
package/p54/Makefile
+++ b/
package/p54/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/p54/Default
SUBMENU:=Wireless Drivers
TITLE:=Prism Wireless Support (mac80211)
- DEPENDS:=+kmod-mac80211
+ DEPENDS:=+kmod-mac80211
@!TARGET_atheros @!TARGET_uml
endef
define KernelPackage/p54-common