From fbc526f4bfcd2d59aa2832717bd41499a0eb1011 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 14 Jun 2007 18:08:25 +0000 Subject: Move wget2nand to the base-files for adm5120 also fix default permission (#1812) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wget2nand/Makefile | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 package/wget2nand/Makefile (limited to 'package/wget2nand/Makefile') diff --git a/package/wget2nand/Makefile b/package/wget2nand/Makefile deleted file mode 100644 index e029a502e..000000000 --- a/package/wget2nand/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# -# Copyright (C) 2007 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -# $Id: $ - -include $(TOPDIR)/rules.mk - -PKG_NAME:=wget2nand - -include $(INCLUDE_DIR)/package.mk - -define Package/wget2nand - SECTION:=utils - CATEGORY:=Utilities - TITLE:=RouterOS to OpenWrt install script - DEPENDS:=@LINUX_2_6_ADM5120 - DESCRIPTION:=\ - A tool to switch from RouterBoard RouterOS to OpenWrt - URL:=https://dev.openwrt.org/browser/trunk/package/wget2nand/src/wget2nand - VERSION:=1 -endef - -define Build/Configure -endef - -define Build/Compile -endef - -define Package/wget2nand/install - $(INSTALL_DIR) $(1)/sbin - $(INSTALL_BIN) ./src/$(PKG_NAME) $(1)/sbin/ -endef - -$(eval $(call BuildPackage,wget2nand)) -- cgit v1.2.3