diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:40 +0000 |
commit | cc0700a38fe634baa366025dc21393d0d903934e (patch) | |
tree | eee41d4d331b4ac5627522dfb2d58c2416463219 /package/kernel | |
parent | daa9422c5d8deeb02f13c9f07c40df75afe5a72a (diff) | |
download | upstream-cc0700a38fe634baa366025dc21393d0d903934e.tar.gz upstream-cc0700a38fe634baa366025dc21393d0d903934e.tar.bz2 upstream-cc0700a38fe634baa366025dc21393d0d903934e.zip |
package: remove references to symbols TARGET_{ps3,pxcab}.
Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 5fa5b8f94b..df245d095f 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ MAINTAINER:=Felix Fietkau <nbd@openwrt.org> - DEPENDS:=@(!(TARGET_avr32||TARGET_ps3||TARGET_pxcab)||BROKEN) + DEPENDS:=@(!TARGET_avr32||BROKEN) endef define KernelPackage/cfg80211 |