remove wl / nas / et .. binary only; no license given
authorMike Baker <mbm@openwrt.org>
Sun, 6 Mar 2005 04:41:10 +0000 (04:41 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 6 Mar 2005 04:41:10 +0000 (04:41 +0000)
SVN-Revision: 309

openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/linksys-utils/Config.in [deleted file]
openwrt/package/linksys-utils/Makefile [deleted file]
openwrt/package/linksys-utils/linksys-utils.control [deleted file]

index bd551922f321cbaa81443cedc164f05e2ad1eac7..ecb0885c361022602d7f7542edfb226cdc088d25 100644 (file)
@@ -9,7 +9,6 @@ source "package/iptables/Config.in"
 source "package/bridge/Config.in"
 
 comment "Networking"
-source "package/linksys-utils/Config.in"
 source "package/ppp/Config.in"
 source "package/dropbear/Config.in"
 source "package/ebtables/Config.in"
index 6f5e4ace7c4461f21f13b521d3895f268e27f748..638a0ebc284512c5bcf00611e74ada48123b429b 100644 (file)
@@ -17,7 +17,6 @@ package-$(BR2_PACKAGE_OPENSSL) += openssl
 package-$(BR2_PACKAGE_OPENVPN) += openvpn
 package-$(BR2_PACKAGE_PPTPD) += pptpd
 package-$(BR2_PACKAGE_IPROUTE2) += iproute2
-package-$(BR2_PACKAGE_LINKSYS_UTILS) += linksys-utils
 
 all: compile install
 clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean
diff --git a/openwrt/package/linksys-utils/Config.in b/openwrt/package/linksys-utils/Config.in
deleted file mode 100644 (file)
index ed17c2e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-config BR2_PACKAGE_LINKSYS_UTILS
-       tristate "Linksys binary utilites"
-       default y
-       help
-         Binary-only utilities from Linksys (et, wl, nas)
diff --git a/openwrt/package/linksys-utils/Makefile b/openwrt/package/linksys-utils/Makefile
deleted file mode 100644 (file)
index 7b83157..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#############################################################
-#
-# ebtables
-#
-#############################################################
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=linksys-utils
-PKG_VERSION:=3.37.6
-PKG_RELEASE:=1
-PKG_SOURCE_URL:=http://mywrt.sourceforge.net/files
-PKG_SOURCE:=linksys-utils-$(PKG_VERSION).tar.gz
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_CAT:=zcat
-PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
-PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
-
-$(DL_DIR)/$(PKG_SOURCE):
-        $(WGET) -P $(DL_DIR) $(PKG_SOURCE_URL)/$(PKG_SOURCE)
-
-$(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
-       $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-       touch $(PKG_BUILD_DIR)/.unpacked
-
-$(PKG_IPK): $(PKG_BUILD_DIR)/.unpacked $(PACKAGE_DIR)
-       $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
-       mkdir -p $(PKG_IPK_DIR)/usr/sbin
-       cp $(PKG_BUILD_DIR)/et $(PKG_IPK_DIR)/usr/sbin/
-       cp $(PKG_BUILD_DIR)/nas $(PKG_IPK_DIR)/usr/sbin/
-       cp $(PKG_BUILD_DIR)/wl $(PKG_IPK_DIR)/usr/sbin/
-       $(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
-       $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
-       
-$(PACKAGE_DIR):
-       mkdir -p $(PACKAGE_DIR)
-
-source: $(DL_DIR)/$(PKG_SOURCE)
-prepare: $(PKG_BUILD_DIR)/.unpacked
-compile: $(PKG_IPK)
-install:
-       $(IPKG) install $(PKG_IPK)
-clean:
-       rm -rf $(PKG_BUILD_DIR)
diff --git a/openwrt/package/linksys-utils/linksys-utils.control b/openwrt/package/linksys-utils/linksys-utils.control
deleted file mode 100644 (file)
index 620f126..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Package: linksys-utils
-Priority: optional
-Section: libs
-Version: 3.37.6-1
-Architecture: mipsel
-Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Source: buildroot internal
-Description: Linksys binary utils (et, wl, nas)