Author: nbd
Date: 2015-01-05 14:03:40 +0100 (Mon, 05 Jan 2015)
New Revision: 43850

Modified:
   trunk/package/kernel/mac80211/Makefile
   trunk/package/network/utils/ipset/Makefile
Log:
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 <[email protected]>

Modified: trunk/package/kernel/mac80211/Makefile
===================================================================
--- trunk/package/kernel/mac80211/Makefile      2015-01-05 13:03:33 UTC (rev 
43849)
+++ trunk/package/kernel/mac80211/Makefile      2015-01-05 13:03:40 UTC (rev 
43850)
@@ -60,7 +60,7 @@
   SUBMENU:=$(WMENU)
   URL:=http://linuxwireless.org/
   MAINTAINER:=Felix Fietkau <[email protected]>
-  DEPENDS:=@(!(TARGET_avr32||TARGET_ps3||TARGET_pxcab)||BROKEN)
+  DEPENDS:=@(!TARGET_avr32||BROKEN)
 endef
 
 define KernelPackage/cfg80211

Modified: trunk/package/network/utils/ipset/Makefile
===================================================================
--- trunk/package/network/utils/ipset/Makefile  2015-01-05 13:03:33 UTC (rev 
43849)
+++ trunk/package/network/utils/ipset/Makefile  2015-01-05 13:03:40 UTC (rev 
43850)
@@ -24,12 +24,7 @@
 
 include $(INCLUDE_DIR)/package.mk
 
-define Package/ipset/Default
-  DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
-endef
-
 define Package/ipset
-$(call Package/ipset/Default)
   SECTION:=net
   CATEGORY:=Network
   DEPENDS+= +kmod-ipt-ipset +libmnl
@@ -72,7 +67,6 @@
 endef
 
 define KernelPackage/ipt-ipset
-$(call Package/ipset/Default)
   SUBMENU:=Netfilter Extensions
   TITLE:=IPset netfilter modules
   DEPENDS+= +kmod-ipt-core +kmod-nfnetlink
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to