aboutsummaryrefslogtreecommitdiffstats
path: root/package/wget2nand/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-14 18:08:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-14 18:08:25 +0000
commit55baa6e4675ea9bde883884aa095673b9026d2b8 (patch)
treeb20b47e14eac9fc27127d31ff54bcb7f513155ae /package/wget2nand/Makefile
parentff17ac5ec3a0a27a7a4e183788efa37d1090cdef (diff)
downloadupstream-55baa6e4675ea9bde883884aa095673b9026d2b8.tar.gz
upstream-55baa6e4675ea9bde883884aa095673b9026d2b8.tar.bz2
upstream-55baa6e4675ea9bde883884aa095673b9026d2b8.zip
Move wget2nand to the base-files for adm5120 also fix default permission (#1812)
SVN-Revision: 7633
Diffstat (limited to 'package/wget2nand/Makefile')
-rw-r--r--package/wget2nand/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/package/wget2nand/Makefile b/package/wget2nand/Makefile
deleted file mode 100644
index e029a502e9..0000000000
--- 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))