From 725611a466f2edf12f809d22339b22223af4afe7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 7 Oct 2006 11:57:20 +0000 Subject: move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/picocom/Config.in | 15 ------------ openwrt/package/picocom/Makefile | 36 ---------------------------- openwrt/package/picocom/ipkg/picocom.control | 4 ---- 3 files changed, 55 deletions(-) delete mode 100644 openwrt/package/picocom/Config.in delete mode 100644 openwrt/package/picocom/Makefile delete mode 100644 openwrt/package/picocom/ipkg/picocom.control (limited to 'openwrt/package/picocom') diff --git a/openwrt/package/picocom/Config.in b/openwrt/package/picocom/Config.in deleted file mode 100644 index 85ae98fc5..000000000 --- a/openwrt/package/picocom/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config BR2_PACKAGE_PICOCOM - prompt "picocom........................... minimal dumb-terminal emulation program" - tristate - default m if CONFIG_DEVEL - help - As its name suggests, picocom is a minimal dumb-terminal emulation - program. It is, in principle, very much like minicom, only it's pico - instead of mini! It was designed to serve as a simple, manual, modem - configuration, testing, and debugging tool. It has also served (quite - well) as a low-tech "terminal-window" to allow operator intervention - in PPP connection scripts. It could also prove useful in many other - similar tasks. - - http://efault.net/npat/hacks/picocom/ - diff --git a/openwrt/package/picocom/Makefile b/openwrt/package/picocom/Makefile deleted file mode 100644 index f71665dd6..000000000 --- a/openwrt/package/picocom/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $Id$ - -include $(TOPDIR)/rules.mk - -PKG_NAME:=picocom -PKG_VERSION:=1.4 -PKG_RELEASE:=1 -PKG_MD5SUM:=08fcc5f6bb9e7676a2569386d5ea9f70 - -PKG_SOURCE_URL:=http://efault.net/npat/hacks/picocom/dist/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install - -include $(TOPDIR)/package/rules.mk - -$(eval $(call PKG_template,PICOCOM,picocom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) - -$(PKG_BUILD_DIR)/.configured: - touch $@ - -$(PKG_BUILD_DIR)/.built: - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \ - CFLAGS="$(TARGET_CFLAGS) -L$(STAGING_DIR)/usr/lib" \ - picocom - touch $@ - -$(IPKG_PICOCOM): - install -d -m0755 $(IDIR_PICOCOM)/usr/bin - install -m0755 $(PKG_BUILD_DIR)/picocom $(IDIR_PICOCOM)/usr/bin/ - $(RSTRIP) $(IDIR_PICOCOM) - $(IPKG_BUILD) $(IDIR_PICOCOM) $(PACKAGE_DIR) diff --git a/openwrt/package/picocom/ipkg/picocom.control b/openwrt/package/picocom/ipkg/picocom.control deleted file mode 100644 index 607e947e5..000000000 --- a/openwrt/package/picocom/ipkg/picocom.control +++ /dev/null @@ -1,4 +0,0 @@ -Package: picocom -Priority: optional -Section: console -Description: minimal dumb-terminal emulation program -- cgit v1.2.3