[OpenWrt-Devel] [PATCH 1/2] package: remove references to symbols TARGET_{ps3, pxcab}.
Yousong Zhou
yszhou4tech at gmail.com
Tue Dec 23 08:09:39 EST 2014
Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
package/kernel/mac80211/Makefile | 2 +-
package/network/utils/ipset/Makefile | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 5fa5b8f..df245d0 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 at openwrt.org>
- DEPENDS:=@(!(TARGET_avr32||TARGET_ps3||TARGET_pxcab)||BROKEN)
+ DEPENDS:=@(!TARGET_avr32||BROKEN)
endef
define KernelPackage/cfg80211
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index 16ac8c6..4afcae5 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -24,12 +24,7 @@ PKG_INSTALL:=1
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 @@ define Package/ipset/install
endef
define KernelPackage/ipt-ipset
-$(call Package/ipset/Default)
SUBMENU:=Netfilter Extensions
TITLE:=IPset netfilter modules
DEPENDS+= +kmod-ipt-core +kmod-nfnetlink
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list