From: Florian Fainelli Date: Wed, 2 Jan 2008 00:34:28 +0000 (+0000) Subject: Explicitely disable p54 for atheros and uml (#2943) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48b1f3645bf91c0655c05fc052546d24edd3ac2b;p=librecmc%2Flibrecmc.git Explicitely disable p54 for atheros and uml (#2943) SVN-Revision: 10082 --- diff --git a/package/p54/Makefile b/package/p54/Makefile index a0b24a22a5..c282a09bf1 100644 --- 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